-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.56 KB
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-highcharts-example",
"version": "1.0.0",
"description": "Example Repository for testing react-highcharts",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --content-base build/react --config webpack.config.js --inline --hot ",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoahWallace/react-highcharts-example.git"
},
"keywords": [
"react",
"chart",
"highcharts",
"examples"
],
"author": "Noah Wallace",
"license": "ISC",
"bugs": {
"url": "https://github.com/NoahWallace/react-highcharts-example/issues"
},
"homepage": "https://github.com/NoahWallace/react-highcharts-example#readme",
"devDependencies": {
"@types/highcharts": "^4.2.39",
"@types/react": "^0.14.44",
"@types/react-dom": "^0.14.18",
"babel-eslint": "^7.1.0",
"babel-loader": "^6.2.7",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babelify": "^7.3.0",
"browserify": "^13.1.1",
"eslint": "^3.9.1",
"eslint-plugin-react": "^6.5.0",
"file-loader": "^0.9.0",
"html-loader": "^0.4.4",
"html-webpack-plugin": "^2.24.1",
"raw-loader": "^0.5.1",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"ts-loader": "^1.2.0",
"typescript": "^2.0.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"highcharts": "^5.0.2",
"react": "^15.3.2",
"react-highcharts-ts": "^0.1.4"
}
}