-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.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": "vue2-mvp",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode development",
"build": "vue-cli-service build --mode production",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@formily/reactive": "^2.1.9",
"@formily/reactive-vue": "^2.1.9",
"ant-design-vue": "1.7.8",
"axios": "^0.25.0",
"core-js": "^3.6.5",
"mobx": "^6.6.1",
"vue": "2.7.0",
"vue-router": "^3.5.4"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^5.2.4",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.19",
"@vue/cli-plugin-e2e-cypress": "~4.5.19",
"@vue/cli-plugin-eslint": "~4.5.19",
"@vue/cli-plugin-typescript": "~4.5.19",
"@vue/cli-plugin-unit-mocha": "~4.5.19",
"@vue/cli-service": "~4.5.19",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "^1.0.3",
"babel-plugin-import": "^1.13.3",
"chai": "^4.1.2",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "^4.5.5",
"vue-template-compiler": "^2.6.11"
},
"yapi-code.domain": "http://yapi.smart-xwork.cn",
"yapi-code.project": [
{
"name": "mvp-demo",
"token": "d236a39061c30e3068f74e48634d6569348e97a9215b35c87fe9be2d78f003a3",
"domain": "http://yapi.smart-xwork.cn"
}
],
"yapi-code.mockNumber": "Random.natural(1000,1000)",
"yapi-code.mockBoolean": "false",
"yapi-code.mockString": "Random.cword(5, 7)",
"yapi-code.mockKeyWordEqual": {},
"yapi-code.mockKeyWordLike": {}
}