-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
{
"name": "laravel-pro-admin",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint resources/js --ext .js,.jsx,.ts,.tsx,.vue"
},
"dependencies": {
"@headlessui/vue": "^1.5.0",
"@heroicons/vue": "^1.0.6",
"@tailwindcss/forms": "^0.5.0",
"laravel-mix": "^6.0.43",
"vue": "^3.2.25",
"vue-router": "^4.0.13",
"vuex": "^4.0.2"
},
"devDependencies": {
"@programic/eslint-config-vue3-typescript": "^6.0.0",
"@vitejs/plugin-vue": "^2.2.0",
"autoprefixer": "^10.4.2",
"eslint": "^7.32.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-import-newlines": "^1.2.2",
"eslint-plugin-vue": "^8.7.1",
"postcss": "^8.4.8",
"tailwindcss": "^3.0.23",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
}
}