-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
42
43
44
45
46
47
{
"type": "module",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"dev:admin": "vite --config vite.admin.config.ts",
"build:admin": "vite build --config vite.admin.config.ts",
"lint": "eslint ./resources --ext .js,.ts,.vue",
"lint-fix": "eslint ./resources --ext .js,.ts,.vue --fix"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/eslint-config-typescript": "^13.0.0",
"axios": "^1.7.2",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"laravel-vite-plugin": "^1.0.4",
"postcss": "^8.4.38",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.6",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"vue-loader": "^17.4.2",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"@heroicons/vue": "^2.1.3",
"@unhead/vue": "^1.9.11",
"@vueform/multiselect": "^2.6.7",
"@vuepic/vue-datepicker": "^8.7.0",
"@vueuse/core": "^10.10.0",
"bootstrap": "^5.3.3",
"floating-vue": "^5.2.2",
"pinia": "^2.1.7",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vue-toastification": "^2.0.0-rc.5"
}
}