forked from ATQQ/easypicker2-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.58 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.58 KB
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
48
49
50
51
52
53
{
"name": "ep-client",
"private": true,
"version": "2.4.3",
"scripts": {
"dev": "vite",
"dev:test": "VITE_APP_AXIOS_BASE_URL=/api-test/ vite --mode test",
"build": "vite build",
"serve": "vite preview",
"lint": "eslint src --fix",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs",
"docs:deploy": "zx scripts/deploy/docs.mjs",
"deploy:prod": "zx scripts/deploy/prod.mjs",
"deploy:test": "zx scripts/deploy/test.mjs"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"@sugarat/theme": "^0.1.30",
"axios": "^0.27.2",
"clipboard-copy": "^4.0.1",
"element-plus": "^2.2.13",
"spark-md5": "^3.0.2",
"vitepress": "1.0.0-alpha.75",
"vue": "^3.2.37",
"vue-json-viewer": "^3.0.4",
"vue-router": "^4.1.2",
"vuex": "^4.0.2"
},
"devDependencies": {
"@types/node": "^16.11.45",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"@vitejs/plugin-legacy": "^2.0.0",
"@vitejs/plugin-vue": "^3.0.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-todo-ddl": "^1.1.1",
"eslint-plugin-vue": "^7.20.0",
"prettier": "^2.7.1",
"sass": "^1.54.0",
"terser": "^5.14.2",
"typescript": "^4.7.4",
"unplugin-auto-import": "^0.6.9",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-components": "^0.17.21",
"vite": "^3.0.9"
}
}