-
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) · 884 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 884 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@vue/eslint-config-typescript": "^10.0.0",
"@vitejs/plugin-vue": "^3.0.1",
"laravel-vite-plugin": "^0.5.2",
"vite": "^3.0.4",
"axios": "^0.27",
"eslint": "^8.10.0",
"eslint-plugin-vue": "^8.5.0",
"lodash": "^4.17.21",
"postcss": "^8.4.13",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.7",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.5.5",
"vue-loader": "^17.0.0",
"vue-template-compiler": "^2.6.14",
"vue-tsc": "^0.39.3"
},
"dependencies": {
"bootstrap": "^5.2.0-beta1",
"pinia": "^2.0.13",
"vue": "^3.2.33",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.15"
}
}