-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.16 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.16 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
{
"name": "react-bb",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"webpack": "webpack -wd",
"dev": "babel-watch src/server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jscomplete/react-bb.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jscomplete/react-bb/issues"
},
"homepage": "https://github.com/jscomplete/react-bb#readme",
"dependencies": {
"axios": "^0.17.1",
"babel-polyfill": "^6.26.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-watch": "^2.0.7",
"eslint": "^4.11.0",
"eslint-plugin-react": "^7.4.0",
"extract-text-webpack-plugin": "^3.0.2",
"jest": "^21.2.1",
"react-test-renderer": "^16.1.1",
"webpack": "^3.8.1"
}
}