-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "react",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.js",
"dependencies": {
"@material-ui/core": "4.9.0",
"@react-pdf/renderer": "^1.6.13",
"axios": "^0.21.1",
"bootstrap": "4.4.1",
"react": "16.12.0",
"react-animate-on-scroll": "2.1.5",
"react-bootstrap": "1.0.0-beta.17",
"react-dom": "16.12.0",
"react-image-gallery": "1.0.6",
"react-lottie": "^1.2.3",
"react-pdf": "^5.1.0",
"react-router-bootstrap": "0.25.0",
"react-router-dom": "5.1.2",
"react-scripts": "^3.4.1",
"react-scroll": "1.7.16",
"react-scrollable-anchor": "0.6.1",
"react-wavify": "1.2.3",
"redux": "^4.0.5",
"redux-logger": "3.0.6",
"redux-thunk": "2.3.0",
"styled-components": "5.0.0"
},
"devDependencies": {
"typescript": "3.3.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}