-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
41 lines (41 loc) · 985 Bytes
/
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
{
"name": "rnw",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js",
"dev": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lenmorld/rnw.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lenmorld/rnw/issues"
},
"homepage": "https://github.com/lenmorld/rnw#readme",
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"mongodb": "^3.1.6"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-loader": "^8.0.2",
"babel-preset-env": "^1.7.0",
"css-loader": "^1.0.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"style-loader": "^0.23.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.0"
}
}