forked from vueComponent/pro-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.83 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "@ant-design-vue/pro-layout",
"version": "1.0.8",
"main": "./lib/index.js",
"module": "./es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/vueComponent/pro-layout"
},
"contributors": [
"tangjinzhou <415800467@qq.com>",
"Sendya <yladmxa@gmail.com>"
],
"license": "MIT",
"scripts": {
"start": "vc-tools run server",
"lint": "eslint -c ./.eslintrc --fix --ext .jsx,.js,.vue ./src",
"compile": "vc-tools run compile --babel-runtime",
"test": "cross-env NODE_ENV=test jest --config .jest.js",
"prepublishOnly": "npm run lint && npm run test && npm run compile && np --no-cleanup --yolo --no-publish"
},
"files": [
"es",
"lib"
],
"peerDependencies": {
"ant-design-vue": "^1.6.2",
"umi-request": "^1.2.11",
"vue": ">=2.6.0",
"vue-container-query": "^0.1.0",
"vue-template-compiler": ">=2.6.0"
},
"devDependencies": {
"@ant-design-vue/tools": "^1.0.2-beta.2",
"@babel/core": "^7.11.1",
"@babel/plugin-syntax-jsx": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@types/jest": "^24.0.17",
"@types/node": "^10.5.5",
"@types/vue": "^2.0.0",
"@vue/server-test-utils": "1.0.0-beta.16",
"@vue/test-utils": "1.0.0-beta.16",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^4.0.1",
"babel-runtime": "^6.26.0",
"cross-env": "^5.2.0",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-vue": "^5.2.3",
"jest": "^26.3.0",
"jest-serializer-vue": "^2.0.2",
"np": "^5.1.1",
"prettier": "^1.18.2",
"regenerator-runtime": "^0.13.7",
"vue": ">=2.5.0",
"vue-jest": "^2.5.0",
"vue-template-compiler": ">=2.5.0",
"webpack": "^5.4.0"
},
"dependencies": {
"ant-design-vue": "^1.6.2",
"classnames": "^2.2.6",
"insert-css": "^2.0.0",
"lodash": "^4.17.15",
"omit.js": "^1.0.2",
"umi-request": "^1.2.11",
"vue-container-query": "^0.1.0",
"vue-copy-to-clipboard": "^1.0.3"
},
"config": {
"port": 9528,
"entry": {
"@ant-design-vue/pro-layout": [
"./src/index.js"
]
}
},
"description": "ant-design-vue-pro layout, easy to use pro scaffolding."
}