-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpackage.json
68 lines (68 loc) · 1.81 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
{
"name": "gantt-for-react",
"version": "0.2.0",
"description": "Frappe Gantt components for React wrapper.",
"main": "lib/index.js",
"scripts": {
"clean": "rimraf lib && rimraf demo/dist",
"precommit": "npm run build",
"start": "webpack-dev-server --watch",
"demo": "webpack",
"dev": "webpack --watch",
"build": "npm run clean && cross-env NODE_ENV=production babel src -d lib && npm run demo"
},
"repository": {
"type": "git",
"url": "https://github.com/hustcc/gantt-for-react.git"
},
"keywords": [
"react",
"component",
"gantt-react",
"gantt",
"react-gantt",
"pm",
"Frappe Gantt",
"项目管理",
"甘特图",
"graph",
"react-component"
],
"author": "hustcc (https://github.com/hustcc)",
"license": "MIT",
"bugs": {
"url": "https://github.com/hustcc/gantt-for-react/issues"
},
"homepage": "https://github.com/hustcc/gantt-for-react",
"dependencies": {
"frappe-gantt": "^0.2.0",
"size-sensor": "^0.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.1.5",
"css-loader": "^0.28.7",
"husky": "^0.14.3",
"node-sass": "^4.9.2",
"react": "^16.0.0",
"react-adsense": "^0.0.6",
"react-dom": "^16.0.0",
"rimraf": "^2.6.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.9.7"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
}
}