-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
executable file
·53 lines (53 loc) · 1.35 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": "r-gantt-chart",
"version": "0.1.1",
"description": "display gantt-like vaule,like use this to order bus schedule.",
"main": "dist/r-gantt-chart.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
},
"repository": {
"type": "git",
"url": "git+https://github.com/w1301625107/React-Gantt-chart.git"
},
"bugs": {
"url": "https://github.com/w1301625107/React-Gantt-chart/issues"
},
"homepage": "https://github.com/w1301625107/React-Gantt-chart#readme",
"keywords": [
"gantt",
"gantt-chart",
"r-gantt-chart",
"react-gantt-chart"
],
"author": "wuchouchou",
"license": "MIT",
"dependencies": {
"dayjs": "^1.8.12",
"memoize-one": "^5.0.2",
"resize-observer-polyfill": "^1.5.1"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"devDependencies": {
"react": "^16.8.6",
"@types/memoize-one": "^4.1.1",
"@types/node": "^11.13.0",
"@types/react": "^16.8.12",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-3": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.4.2",
"url-loader": "^1.1.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}