This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
70 lines (70 loc) · 1.85 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": "frontend",
"version": "1.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.11",
"@material-ui/icons": "^4.9.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"beautiful-react-hooks": "^0.31.0",
"chroma-js": "^2.1.0",
"emoji-mart": "^3.0.0",
"firebase": "^7.14.2",
"lodash": "^4.17.15",
"node-sass": "^4.14.0",
"npm": "^6.14.8",
"query-string": "^6.13.5",
"react": "^17.0.0",
"react-animate-height": "^2.0.21",
"react-color": "^2.18.1",
"react-dom": "^16.13.1",
"react-firebase-hooks": "^2.2.0",
"react-hamburger-menu": "^1.2.1",
"react-lazy-load": "^3.1.13",
"react-loader": "^2.4.7",
"react-modal": "^3.11.2",
"react-responsive": "^8.1.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.0",
"react-select": "^3.1.0",
"react-twemoji": "^0.3.0",
"react-use": "^15.1.0",
"styled-components": "^5.2.0",
"uid": "^1.0.0",
"use-async-memo": "^1.2.2",
"use-pagination-firestore": "0.0.2",
"use-query-params": "^1.1.8",
"uuid": "^8.3.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject"
},
"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": {
"babel-plugin-styled-components": "^1.11.1",
"customize-cra": "^1.0.0",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "^4.0.4",
"react-app-rewired": "^2.1.6"
}
}