-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 869 Bytes
/
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
{
"name": "rule-edit",
"version": "0.0.7",
"private": false,
"files": [
"package.json",
"lib",
"index.js",
"README.md"
],
"author": "0xg",
"dependencies": {
"d3": "^5.7.0",
"lodash": "^4.17.4",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-1": "^6.24.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-import-css": "^0.1.3",
"react": "16.2.0",
"react-dom": "16.2.1",
"react-scripts": "1.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/xinggangling/rule-editor"
},
"scripts": {
"start": "react-scripts start",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}