-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 740 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 740 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
{
"name": "aniproject-front",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test:unit": "vitest"
},
"dependencies": {
"axios": "^1.6.8",
"pinia": "^2.1.7",
"sass-reset": "^1.0.4",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"@vue/test-utils": "^2.4.4",
"jsdom": "^24.0.0",
"sass": "^1.71.1",
"scss-reset": "^1.4.2",
"vite": "^5.0.11",
"vitest": "^1.2.2"
},
"description": "This template should help get you started developing with Vue 3 in Vite.",
"main": "vite.config.js",
"author": "",
"license": "ISC"
}