-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.89 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
63
64
65
66
67
68
{
"name": "vite-pack",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "concurrently \"npm run server\" \"npm run dev\"",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"local-preview": "serve -s dist",
"server": "json-server -w src/server/db.json -p 3001"
},
"dependencies": {
"@casl/ability": "^6.7.2",
"@casl/vue": "^2.2.2",
"@formkit/auto-animate": "^0.8.1",
"@primevue/themes": "^4.0.0-rc.2",
"@simonwep/pickr": "^1.9.1",
"@vueup/vue-quill": "^1.2.0",
"@vueuse/components": "^10.11.0",
"@vueuse/core": "^10.11.0",
"animejs": "^3.2.2",
"astronomia": "^4.1.1",
"axios": "^1.7.2",
"chart.js": "^4.4.3",
"concurrently": "^9.0.1",
"express": "^4.19.2",
"firebase": "^10.12.2",
"lodash.debounce": "^4.0.8",
"pinia": "^2.1.7",
"primevue": "^4.0.4",
"quill": "^2.0.2",
"quill-better-table": "^1.2.10",
"quill-delta-to-html": "^0.12.1",
"quill-magic-url": "^4.2.0",
"quill-table-ui": "^1.0.7",
"rgbaster": "^2.1.1",
"svgo": "^3.2.0",
"unplugin-auto-import": "^0.17.5",
"uuid": "^9.0.1",
"v-mask": "^2.3.0",
"vee-validate": "^4.12.5",
"vue": "^3.4.19",
"vue-chartjs": "^5.3.1",
"vue-country-flag-next": "^2.3.2",
"vue-i18n": "^10.0.5",
"vue-query": "^1.26.0",
"vue-resize": "^2.0.0-alpha.1",
"vue-router": "^4.3.0",
"vue-tel-input": "^9.2.0",
"vuefire": "^3.1.23",
"vuex": "^4.0.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@iconify-json/fluent": "^1.1.57",
"@iconify-json/hugeicons": "^1.1.0",
"@iconify/json": "^2.2.187",
"@intlify/unplugin-vue-i18n": "^6.0.2",
"@vitejs/plugin-vue": "^5.0.4",
"sass": "^1.71.1",
"unplugin-icons": "^0.18.5",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.2.11",
"vite-plugin-image-optimizer": "^1.1.7"
}
}