-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (61 loc) · 1.67 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "falcon-db",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
}
},
"dependencies": {
"@popperjs/core": "npm:@sxzz/popperjs-es@^2.11.7",
"@tiptap/extension-color": "^2.0.0-beta.12",
"@tiptap/extension-highlight": "^2.0.0-beta.35",
"@tiptap/extension-image": "^2.0.0-beta.30",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-text-style": "^2.0.0-beta.26",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/vue-3": "^2.0.0-beta.96",
"@vee-validate/i18n": "^4.6.2",
"@vee-validate/rules": "^4.6.2",
"@vueuse/core": "^8.9.4",
"apexcharts": "^3.35.3",
"array-sort": "^1.0.0",
"axios": "^0.27.2",
"dotenv": "^16.0.1",
"lodash-unified": "^1.0.2",
"npm": "^8.16.0",
"path": "^0.12.7",
"pinia": "^2.0.16",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"uninstall": "^0.0.0",
"vee-validate": "^4.6.2",
"vue": "^3.2.37",
"vue-i18n": "^9.1.10",
"vue-inline-svg": "^3.1.0",
"vue-router": "^4.0.13",
"vue3-apexcharts": "^1.4.1",
"vue3-persian-datetime-picker": "^1.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue-jsx": "^1.3.10",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.6",
"typescript": "^4.6.4",
"unplugin-vue-define-options": "^0.7.3",
"vite": "^3.0.0",
"vue-tsc": "^0.38.4",
"webpack-env": "^0.8.0"
}
}