-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
44 lines (44 loc) · 1.28 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
{
"type": "module",
"private": true,
"env": {
"node": true,
"vue/setup-compiler-macros": true
},
"scripts": {
"dev": "vite",
"build": "vite build --mode production",
"prod": "vite build --mode production",
"watch": "vite build --mode development --watch --minify=false"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.6.2",
"fork-awesome": "^1.2.0",
"js-cookie": "^3.0.5",
"pinia": "^2.1.7",
"resolve-url-loader": "^5.0.0",
"vite-plugin-resolve-extension-vue": "^0.1.0",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-loader": "^17.4.2",
"vue-multiselect": "^3.0.0",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.13",
"cross-env": "^7.0.3",
"lodash": "^4.17.21",
"sass": "^1.77.4",
"sass-loader": "^14.2.1",
"typescript": "^5.4.5",
"autoprefixer": "^10.4.2",
"axios": "^1.6.4",
"laravel-vite-plugin": "^1.0.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.1.0",
"vite": "^5.0"
}
}