-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "work-flow-editor",
"version": "1.0.0",
"description": "A work flow editor based on g6 and antd",
"keywords": [
"typescript",
"react",
"starter"
],
"main": "src/index.tsx",
"dependencies": {
"@antv/g6": "3.8.1",
"@babel/core": "^7.11.6",
"antd": "4.7.0",
"less": "^3.12.2",
"react": "^16.12.0",
"react-dnd": "11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16.12.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"@types/react": "16.9.19",
"@types/react-dom": "16.9.5",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.0",
"file-loader": "^6.1.1",
"html-webpack-plugin": "^4.5.0",
"less-loader": "^7.0.2",
"postcss-loader": "^4.0.4",
"style-loader": "^2.0.0",
"typescript": "3.7.5",
"webpackbar": "^4.0.0"
},
"scripts": {
"dev": "webpack-dev-server --open --config webpack.config.js",
"build": "webpack --config webpack.config.js"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}