-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 2.31 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
{
"name": "flow-design-core",
"version": "0.5.1",
"description": "流程设计器",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "transform-es src -d lib -c -w --corejs false",
"demo": "node scripts/server",
"docs": "node scripts/docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pagedesign/flow-design.git"
},
"keywords": [
"flow-design",
"designer"
],
"author": "[email protected]",
"license": "MIT",
"files": [
"*.md",
"lib"
],
"bugs": {
"url": "https://github.com/pagedesign/flow-design/issues"
},
"homepage": "https://github.com/pagedesign/flow-design#readme",
"dependencies": {
"@babel/runtime": "^7.4.5",
"@babel/runtime-corejs2": "^7.4.5",
"bplokjs-dom-utils": "^1.0.7",
"classnames": "^2.2.6",
"jsplumb": "^2.10.0",
"lodash": "^4.17.11",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dnd": "^8.0.3",
"react-dnd-html5-backend": "^7.4.4",
"react-dom": "^16.8.6",
"react-is": "^16.8.6",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/plugin-transform-modules-amd": "^7.2.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.4",
"@babel/plugin-transform-modules-systemjs": "^7.4.4",
"@babel/plugin-transform-modules-umd": "^7.2.0",
"async-validator": "^1.11.2",
"autoprefixer": "^9.6.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"babel-preset-packez": "^0.2.0",
"css-loader": "^2.1.1",
"eslint": "^5.16.0",
"eslint-config-packez": "^0.3.0",
"eslint-loader": "^2.1.2",
"json5-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"packez": "^2.0.4",
"postcss": "^7.0.16",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"transform-es": "^2.3.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}