-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·47 lines (47 loc) · 1.24 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
{
"name": "practical-react",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.19.0",
"bootstrap": "^4.3.1",
"config": "^3.1.0",
"eslint-plugin-prettier": "^3.0.1",
"material-ui": "^0.20.2",
"prettier": "^1.17.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-event-timeline": "^1.6.3",
"react-google-autocomplete": "^1.1.0",
"react-google-login": "^5.0.4",
"react-grid-gallery": "^0.5.5",
"react-phone-input-2": "^2.9.4",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"react-router-with-props": "^0.1.3",
"react-scripts": "2.1.8",
"react-scroll": "^1.7.11",
"react-select": "^3.0.4",
"react-vertical-timeline-component": "^2.3.1",
"react-window": "^1.8.1",
"reactjs-input-validator": "^0.16.4",
"semantic-ui-react": "^0.87.3",
"vertical-timeline-component-for-react": "^1.0.6"
},
"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"
]
}