-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 908 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": {
"build": "vite build",
"dev": "vite",
"format": "npx prettier --write resources/"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@vitejs/plugin-vue": "^5.2.1",
"autoprefixer": "^10.4.2",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"preline": "^2.6.0",
"prettier": "^3.4.2",
"prettier-plugin-blade": "^2.1.19",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.1.0",
"vite": "^5.0",
"vue": "^3.5.13",
"vue-router": "^4.0.13"
},
"dependencies": {
"pinia": "^2.3.0",
"vue-toast-notification": "^3.1.3",
"vue3-spinner": "^0.0.17"
}
}