-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1003 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1003 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc && vite build",
"dev": "vite",
"lint": "eslint resources/js",
"lint:fix": "eslint resources/js --fix"
},
"engines": {
"node": ">=22.12"
},
"devDependencies": {
"@eslint/js": "^9.19.0",
"@inertiajs/vue3": "^2.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"eslint": "^9.19.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.2.1",
"typescript": "~5.5.3",
"typescript-eslint": "^8.22.0",
"vite": "^5.4",
"vue": "^3.4.0",
"vue-tsc": "^2.0.24"
},
"dependencies": {
"@eslint/compat": "^1.2.6",
"@heroicons/vue": "^2.2.0"
}
}