-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "react-user-authentication",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/page-source/react-user-authentication.git"
},
"engines":{
"node" : "6.11.x"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "^1.18.0",
"express": "^4.15.4",
"foreman": "^2.0.0",
"jsonwebtoken": "^8.0.1",
"material-ui": "^1.0.0-beta.8",
"mongoose": "^4.11.11",
"nodemon": "^1.12.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.13",
"react-tap-event-plugin": "^2.0.1",
"validator": "^8.2.0"
},
"scripts": {
"start": "react-scripts start",
"heroku-postbuild": "npm install && npm run build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"start-dev": "nf start -p 3000",
"deploy": "npm run build"
},
"proxy":"http://localhost:3001",
"devDependencies": {
"gh-pages": "^1.0.0"
}
}