-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 876 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",
"ts-check": "vue-tsc"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@inertiajs/vue3": "^1.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"@vitejs/plugin-vue": "^4.5.0",
"autoprefixer": "^10.4.7",
"axios": "^1.6.1",
"laravel-vite-plugin": "^1.0.0",
"lodash": "^4.17.21",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.0",
"vite": "^5.0.0",
"vue": "^3.2.31",
"vue3-toastify": "^0.2.1"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.6",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
}
}