-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
32 lines (32 loc) · 852 Bytes
/
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@prettier/plugin-php": "^0.21.0",
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.1",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"tailwindcss-animation-delay": "^1.2.0",
"vite": "^4.0.0"
},
"dependencies": {
"dotenv": "^16.3.1",
"pinia": "^2.1.7",
"tiny-emitter": "^2.1.0",
"uuid": "^9.0.1",
"vue": "^3.3.9",
"vue-loader": "^17.3.1",
"vue-router": "^4.2.5",
"vue-select": "^4.0.0-beta.6",
"vue-toastification": "^2.0.0-rc.5",
"yup": "^1.3.2"
}
}