-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 KB
/
package.json
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
54
55
56
57
58
59
60
{
"name": "bao-tool-site",
"version": "0.0.1-alpha",
"private": true,
"description": "开发者界面工具, Site 版",
"author": "L&J",
"repository": {
"type": "git",
"url": "https://github.com/Nisus-Liu/bao-tool-site.git"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:scf": "rimraf dist && npm run build && cpr ./dist ./scf-express-app/dist -o",
"test:unit": "vue-cli-service test:unit",
"lint": "vue-cli-service lint"
},
"main": "main.ts",
"dependencies": {
"@ant-design/icons-vue": "^6.1.0",
"ant-design-vue": "^2.2.8",
"bao-json": "^1.0.0-beta.6",
"codemirror": "^5.65.2",
"codemirror-editor-vue3": "^2.0.6",
"core-js": "^3.6.5",
"ejs": "^3.1.6",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/codemirror": "^5.60.5",
"@types/jest": "^24.0.19",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-unit-jest": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "^2.0.0-0",
"cpr": "^3.0.1",
"cross-env": "^7.0.3",
"cross-var": "^1.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^7.0.0",
"make-dir-cli": "^3.0.0",
"rimraf": "^3.0.2",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"spectron": "15.0.0",
"ts-node": "^10.4.0",
"typescript": "~4.1.5",
"vue-jest": "^5.0.0-0"
}
}