forked from IBM/gantt-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "ibm-gantt-chart-react",
"version": "0.5.9",
"description": "IBM Gantt Chart React Component.",
"repository": "https://github.com/ibm/gantt-chart",
"keywords": [
"chart",
"gantt",
"react"
],
"license": "Apache-2.0",
"contributors": [
"Olivier Noiret (https://github.com/ono70)",
"Gilles d'Andréa (https://github.com/gillesdandrea)"
],
"main": "dist/ibm-gantt-chart-react.js",
"module": "dist/ibm-gantt-chart-react.js",
"source": "src/index.js",
"style": "dist/ibm-gantt-chart-react.css",
"scripts": {
"build": "gda-scripts webpack lib",
"build:all": "gda-scripts webpack lib",
"build:min": "gda-scripts webpack lib.min",
"build:storybook": "gda-scripts build-storybook",
"start": "gda-scripts webpack-dev-server dev",
"storybook": "gda-scripts storybook",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"ibm-gantt-chart": "^0.5.9"
},
"devDependencies": {
"@hot-loader/react-dom": "^16.8.6",
"gda-scripts": "^0.3.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"ibm-gantt-chart": "^0.5.0",
"prop-types": "^15.7.2",
"react": "16.8.6",
"react-dom": "16.8.6"
},
"gitHead": "2e40b2e533795f9d9e4749d684d21904e89143dc"
}