-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.38 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.38 KB
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
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"botui": "^0.3.8",
"botui-react": "^1.0.1",
"dotenv": "^7.0.0",
"dotenv-webpack": "^1.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"i": "^0.3.6",
"npm": "^6.9.0",
"prettier": "^1.17.1",
"prop-types": "^15.7.2",
"query-string": "^6.4.2",
"react": "^16.8.4",
"react-burger-menu": "^2.6.8",
"react-dom": "^16.8.4",
"react-google-login": "^5.0.3",
"react-infinite-scroller": "^1.2.4",
"react-input-range": "^1.3.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"react-spring": "^8.0.20",
"react-transition-group": "^4.0.1",
"sweetalert2": "^8.9.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {}
}