-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.5 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.5 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "react-starter-kit",
"version": "1.0.0",
"description": "First starter kit from Vu Bui",
"main": "index.js",
"scripts": {
"start": "nodemon ./bin/www",
"startD": "DEBUG=react-starter-kit:* & npm start",
"test": "mocha",
"webpack": "./node_modules/.bin/webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vub/react-starter-kit.git"
},
"keywords": [
"react",
"redux",
"web",
"start kit"
],
"author": "vu bui",
"license": "MIT",
"bugs": {
"url": "https://github.com/vub/react-starter-kit/issues"
},
"homepage": "https://github.com/vub/react-starter-kit#readme",
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"bluebird": "^3.5.3",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"express": "^4.16.4",
"http-errors": "~1.6.2",
"lodash": "^4.17.11",
"mongoose": "^5.4.0",
"morgan": "~1.9.0",
"pug": "2.0.0-beta11",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"superagent": "^4.0.0"
},
"devDependencies": {
"css-loader": "^2.0.1",
"node-sass": "^4.11.0",
"nodemon": "^1.18.9",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2"
}
}