-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.52 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": "rocketjump",
"version": "1.0.0",
"description": "test",
"main": "index.js",
"scripts": {
"test": "webpack-dev-server --config webpack.test.config.js --hot --inline --open",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shadowii/rocketjump.git"
},
"author": "Ron Hsu",
"license": "ISC",
"bugs": {
"url": "https://github.com/shadowii/rocketjump/issues"
},
"homepage": "https://github.com/shadowii/rocketjump",
"devDependencies": {
"babel-core": "^6.10.4",
"babel-loader": "^6.2.4",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.11.0",
"chai": "^3.5.0",
"css-loader": "^0.23.1",
"enzyme": "^2.3.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-import-resolver-webpack": "^0.3.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"mocha": "^2.5.3",
"mocha-loader": "^0.7.1",
"node-sass": "^3.8.0",
"react-addons-test-utils": "^15.1.0",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.12.0"
},
"dependencies": {
"classnames": "^2.2.5",
"express": "^4.14.0",
"moment": "^2.13.0",
"react": "^15.1.0",
"react-bootstrap": "^0.29.5",
"react-dom": "^15.1.0"
}
}