-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.13 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
{
"name": "scoreboard",
"version": "1.0.0",
"description": "coding challenge",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --content-base src --inline --hot",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://dabrau@github.com/dabrau/CodingChallengeHW.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dabrau/CodingChallengeHW/issues"
},
"homepage": "https://github.com/dabrau/CodingChallengeHW#readme",
"dependencies": {
"axios": "^0.13.1",
"mobx": "^2.3.7",
"mobx-react": "^3.5.1",
"mongoose": "*",
"react": "^15.2.1",
"react-dom": "^15.3.0",
"restify": "*"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.23.1",
"react-addons-test-utils": "^15.3.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1"
}
}