-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
44 lines (44 loc) · 1.1 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
{
"name": "idea-flow-designer",
"version": "0.1.0",
"description": "a simple flow designer based on html5 & js",
"main": "index.js",
"scripts": {
"test": "test",
"start": "webpack",
"dev": "webpack-dev-server",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XuJinyuan/idea-flow-designer.git"
},
"keywords": [
"flow",
"designer",
"html5",
"css3"
],
"author": "xujy",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/XuJinyuan/idea-flow-designer/issues"
},
"homepage": "https://github.com/XuJinyuan/idea-flow-designer#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^5.5.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.42.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.10.3"
}
}