-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "na-speed-graph",
"version": "1.0.0",
"repository": "git@bitbucket.org:ThaJay/na-speed-graph.git",
"description": "Speed graph for ships in Naval Action",
"keywords": [
"Naval",
"Action",
"ships",
"speed"
],
"main": "index.js",
"author": "DJ",
"license": "ISC",
"dependencies": {
"chart.js": "^1.0.2",
"eslint": "^2.5.1",
"react": "^0.14.3",
"react-chartjs": "^0.7.3",
"react-dom": "^0.14.7"
},
"devDependencies": {
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.3.13",
"babel-plugin-transform-decorators-legacy": "^1.2.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"json-loader": "^0.5.2",
"redux-devtools": "^3.1.1",
"babel-eslint": "^5.0.0",
"eslint": "^2.1.0",
"eslint-plugin-react": "^4.0.0",
"webpack": "^1.12.9"
}
}