-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.2 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
{
"date": "resume",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "6.4.1",
"node": "10.15.3"
},
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^1.9.1",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.10",
"react-burger-menu": "^2.6.11",
"react-dom": "^16.8.6",
"react-native-image-slider": "^2.0.3",
"react-native-image-slider-show": "^1.0.3",
"react-native-video": "^4.4.2",
"react-player": "^1.11.1",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"react-sidebar": "^3.0.2",
"react-simple-sidenav": "^1.0.1",
"react-swift-slider": "^6.3.0",
"react-upvote": "0.0.2",
"redux": "^4.0.1",
"video-react": "^0.14.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"presets": [
"@babel/plugin-proposal-class-properties",
"@babel/env",
"@babel/react"
]
}