-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 1.02 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@iconify/vue": "^4.1.2",
"@vitejs/plugin-vue": "^5.0.5",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.19",
"axios": "^1.6.4",
"dotenv": "^16.4.5",
"laravel-vite-plugin": "^1.0.4",
"postcss": "^8.4.39",
"resolve-url-loader": "^5.0.0",
"sass": "^1.77.6",
"sass-loader": "^14.2.1",
"tailwindcss": "^3.4.4",
"vite": "^5.0",
"vue": "^3.4.31",
"vue-loader": "^17.4.2"
},
"dependencies": {
"@vueform/multiselect": "^2.6.8",
"chart.js": "^4.4.3",
"jquery": "^3.7.1",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"noty": "^3.2.0-beta-deprecated",
"primeflex": "^3.3.1",
"primevue": "^3.53.0",
"quill": "^2.0.2",
"vue-i18n": "^9.13.1",
"vue-router": "^4.4.0",
"vuex": "^4.1.0"
}
}