-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.35 KB
/
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
36
37
38
39
40
41
{
"private": true,
"scripts": {
"dev": "yarn run development",
"development": "VITE_APP_ENV=dev vite",
"prod": "yarn run production",
"production": "vue-tsc --noEmit && VITE_APP_ENV=prod vite build",
"eslint": "eslint resources/js --ext .ts,.vue",
"eslint-fix": "eslint resources/js --ext .ts,.vue --fix"
},
"devDependencies": {
"@inertiajs/inertia": "0.11.0",
"@inertiajs/inertia-vue3": "0.6.0",
"@inertiajs/progress": "0.2.7",
"@popperjs/core": "2.11.5",
"@types/bootstrap": "^5.1.12",
"@types/lodash": "^4.14.182",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"@vitejs/plugin-vue": "3.0.1",
"@vue/compiler-sfc": "3.2.37",
"axios": "0.27.2",
"bootstrap": "5.2.0",
"dotenv": "16.0.1",
"eslint": "^8.17.0",
"eslint-plugin-vue": "^9.1.1",
"laravel-vite-plugin": "0.5.2",
"lodash": "4.17.21",
"pinia": "2.0.14",
"resolve-url-loader": "5.0.0",
"sass": "1.53.0",
"sass-loader": "13.0.0",
"typescript": "4.9.4",
"vite": "3.0.2",
"vue": "3.2.37",
"vue-loader": "17.0.0",
"vue-toastification": "2.0.0-rc.5",
"vue-tsc": "0.38.1",
"webpack": "5.0.0"
}
}