-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 814 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 814 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
{
"name": "api-store",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.3.2",
"lodash": "^4.17.21",
"pinia": "^2.0.30",
"router": "^1.3.7",
"vue": "^3.2.45",
"vue-eslint-parser": "^9.1.1",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/lodash": "^4.14.191",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-vue": "^4.0.0",
"bootstrap": "^5.2.3",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"prettier": "2.8.4",
"typescript": "^4.9.3",
"vite": "^4.0.0",
"vue-tsc": "^1.0.11"
}
}