-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 949 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
33
34
35
{
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint resources/scripts/ --ext .vue,.ts,.js",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@inertiajs/vue3": "^1.0.2",
"vue": "^3.2.47"
},
"devDependencies": {
"@antfu/eslint-config": "^0.37.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.47",
"autoprefixer": "^10.4.14",
"axios": "^1.3.4",
"eslint": "^8.36.0",
"eslint-plugin-tailwindcss": "3.10.1",
"laravel-vite-plugin": "^0.7.4",
"pnpm": "^7.30.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.2",
"unplugin-auto-import": "^0.15.1",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.2.1",
"vite-plugin-vue-inspector": "3.4.0",
"vue-tsc": "^1.2.0"
}
}