-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 847 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 847 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
31
32
{
"homepage": "https://daniafonso.github.io/bestbayreact",
"name": "bestbayreact",
"version": "0.1.0",
"private": true,
"dependencies": {
"express": "^4.16.2",
"firebase": "^4.10.1",
"jquery": "^3.2.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google": "^0.3.0",
"passport-google-oauth20": "^1.0.0",
"passport-twitter": "^1.0.4",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-reorder": "^3.0.0-alpha.0",
"react-router": "^2.8.1",
"react-router-dom": "^4.2.2",
"social-login": "^0.2.8"
},
"devDependencies": {
"react-scripts": "0.9.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}