This repository has been archived by the owner on Nov 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.92 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
66
67
68
69
70
{
"name": "yearbook-client",
"version": "0.1.1",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.52",
"@testing-library/jest-dom": "^5.7.0",
"@testing-library/react": "^10.0.4",
"@testing-library/user-event": "^10.1.2",
"axios": "^0.19.2",
"bootstrap-css-only": "^4.4.1",
"browser-image-compression": "^1.0.11",
"bullet-train-client": "^0.2.1",
"joi-browser": "^13.4.0",
"jwt-decode": "^2.2.0",
"mdbreact": "^4.26.0",
"prettier": "^2.0.5",
"prop-types": "^15.7.2",
"raven-js": "^3.27.2",
"react": "^16.13.1",
"react-cookies": "^0.1.1",
"react-dom": "^16.13.1",
"react-dropzone": "^11.0.1",
"react-flip-move": "^3.0.4",
"react-pose": "^4.0.10",
"react-pose-text": "^3.1.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.4.1",
"socket.io-client": "^2.3.0",
"styled-components": "^5.1.0",
"sweetalert2": "^9.10.12",
"url-prop-type": "^1.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"prettier": "npx prettier --write '**/*.jsx'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "^4.7.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0"
}
}