-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 831 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 831 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": "EmployeeEntrySystem",
"private": true,
"version": "c.01",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview --host --port 3000"
},
"dependencies": {
"axios": "^0.26.0",
"element-plus": "^2.0.4",
"normalize.css": "^8.0.1",
"sass": "^1.49.10",
"stylus": "^0.57.0",
"type-fest": "^2.12.1",
"vue": "^3.2.25",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@vitejs/plugin-vue": "^2.2.0",
"typescript": "^4.5.4",
"unplugin-auto-import": "^0.6.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^2.8.0",
"vue-tsc": "^0.29.8"
},
"description": "1",
"main": "1",
"repository": "1",
"author": "cumin-coder <1254348304@qq.com>",
"license": "MIT"
}