-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
55 lines (55 loc) · 1.53 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
{
"name": "react-simple-charts",
"version": "0.0.18",
"description": "",
"scripts": {
"build:webpack": "NODE_ENV=production webpack --config webpack.config.prod.js",
"build:demo": "webpack --config webpack.config.demo.js",
"build": "npm run build:webpack",
"start": "node devServer.js",
"lint": "eslint src",
"prepublish": "npm run build"
},
"main": "dist/react-simple-charts/react-simple-charts.js",
"repository": {
"type": "git",
"url": "https://github.com/samueldelesque/react-simple-charts.git"
},
"keywords": [
"react",
"react-component",
"react-chart",
"react-graph",
"react-simple-charts",
"charting"
],
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.5.2",
"babel-eslint": "^6.0.0-beta.5",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babel-preset-react-hmre": "^1.0.0",
"babel-preset-stage-0": "^6.5.0",
"cross-env": "^1.0.6",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.11.3",
"eventsource-polyfill": "^0.9.6",
"express": "^4.13.3",
"lodash": "^4.6.1",
"moment": "^2.12.0",
"node-sass": "^3.4.2",
"react": "^0.14.7",
"react-daterange-picker": "^1.0.0",
"react-dom": "^0.14.7",
"rimraf": "^2.4.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.14",
"webpack-dev-middleware": "^1.4.0",
"webpack-hot-middleware": "^2.6.0"
}
}