-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.75 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
55
56
57
58
59
60
61
62
63
64
65
{
"name": "songanizer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.15",
"@fortawesome/free-solid-svg-icons": "^5.7.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"classnames": "^2.2.6",
"express-session": "^1.15.6",
"google-auth-library": "^3.1.0",
"googleapis": "^37.2.0",
"html-entities": "^1.2.1",
"http-proxy-middleware": "^0.19.1",
"i": "^0.3.6",
"jsonwebtoken": "^8.5.0",
"lodash": "^4.17.11",
"node-fetch": "^2.3.0",
"node-sass": "^4.11.0",
"npm": "^6.9.0",
"query-string": "^6.3.0",
"react": "^16.8.2",
"react-bootstrap": "^1.0.0-beta.5",
"react-bootstrap-sidebar": "0.0.1",
"react-dom": "^16.8.2",
"react-focus-onkeydown": "^3.0.0",
"react-infinite-scroller": "^1.2.4",
"react-media-player": "^0.7.6",
"react-motion-ui-pack": "^0.10.3",
"react-player": "^1.9.3",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "2.1.5",
"react-sidenav": "^3.1.7",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"redux-form": "^8.1.0",
"styled-components": "^4.1.3",
"universal-cookie": "^3.0.7",
"youtube-api-search": "0.0.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"redux-devtools-extension": "^2.13.8",
"redux-thunk": "^2.3.0"
}
}