-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.02 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.02 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
{
"name": "mirror-mirror",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.3.1",
"@material-ui/icons": "^1.1.0",
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"material-ui": "^0.20.1",
"material-ui-search-bar": "^1.0.0-beta.7",
"nodemon": "^1.17.5",
"passport": "^0.4.0",
"passport-github": "^1.1.0",
"passport-oauth": "^1.0.0",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"pg-promise": "^8.4.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"sequelize": "^4.38.0"
},
"scripts": {
"start": "react-scripts start",
"start:dev": "nodemon server/server.js",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3000/"
}