-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathBKpackage.json
More file actions
30 lines (30 loc) · 750 Bytes
/
BKpackage.json
File metadata and controls
30 lines (30 loc) · 750 Bytes
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
{
"name": "universal-react-bookstore-app",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Cruxbreaker <Ankit Dutta>",
"license": "MIT",
"devDependencies": {
"webpack": "^3.5.6",
"redux-logger": "^3.0.6",
"nodemon": "^1.12.1"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"express": "^4.15.4",
"react": "^15.6.1",
"react-bootstrap": "^0.31.5",
"react-dom": "^15.6.2",
"react-redux": "^5.0.6",
"react-router": "^3.0.2",
"redux": "^3.7.2"
}
}