-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"name": "react-chart-lib",
"version": "0.2.5",
"description": "A simple charting component for React",
"main": "dist/react-chart.js",
"readme": "README.md",
"directories": {
"example": "examples"
},
"dependencies": {},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^1.2.0",
"css-loader": "^3.2.0",
"fetch-polyfill": "^0.8.2",
"style-loader": "^0.19.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"scripts": {
"examples": "webpack --config=webpack.examples.config --watch --mode=development",
"dev": "webpack --watch --mode=development",
"prod": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgoemans/react-chart.git"
},
"keywords": [
"react",
"chart",
"component"
],
"author": "David Goemans",
"license": "MIT",
"bugs": {
"url": "https://github.com/dgoemans/react-chart/issues"
},
"homepage": "https://github.com/dgoemans/react-chart#readme"
}