forked from 497-fall2018/blue-project2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.35 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dj-prudo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.2.2",
"@material-ui/icons": "^3.0.1",
"apollo-boost": "^0.1.19",
"apollo-fetch": "^0.7.0",
"apollo-server-express": "^2.1.0",
"autosuggest-highlight": "^3.1.1",
"bootstrap": "^4.1.3",
"cors": "^2.8.4",
"express": "^4.16.4",
"google-maps-react": "^2.0.2",
"graphql": "^14.0.2",
"graphql-tag": "^2.10.0",
"jquery": "^3.3.1",
"material-ui-icons": "^1.0.0-beta.36",
"npm-install-peers": "^1.2.1",
"react": "^16.6.0",
"react-apollo": "^2.2.4",
"react-autosuggest": "^9.4.2",
"react-bootstrap-typeahead": "^3.2.4",
"react-dom": "^16.6.0",
"react-redux": "^5.0.7",
"react-scripts": "^2.0.5",
"react-spotify-player": "^1.0.4",
"react-tooltip": "^3.9.0",
"react-twitter-widgets": "^1.7.1",
"reactstrap": "^6.5.0",
"redux": "^4.0.1",
"yarn": "^1.10.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && firebase deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"firebase": "^5.5.5"
}
}