-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
77 lines (77 loc) · 2 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
71
72
73
74
75
76
77
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.4.16",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@firebase/storage": "^0.5.5",
"@material-ui/core": "^4.12.3",
"@mui/icons-material": "^5.2.4",
"@mui/material": "^5.2.4",
"@nivo/circle-packing": "^0.79.1",
"@nivo/core": "^0.79.0",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.15.0",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/react": "^17.0.45",
"@types/react-dom": "^18.0.4",
"axios": "^0.21.1",
"badwords-list": "^1.0.0",
"caniuse-lite": "^1.0.30001400",
"firebase": "^8.5.0",
"framer-motion": "^4.1.17",
"google-classroom-share": "^0.5.6",
"graphql": "^15.8.0",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-google-login": "^5.2.2",
"react-howler": "^5.2.0",
"react-image-crop": "^10.0.0",
"react-lazy-load-image-component": "^1.5.5",
"react-qr-code": "^2.0.3",
"react-quill": "^1.3.5",
"react-redux": "^7.2.5",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.4",
"redux": "^4.1.1",
"socket.io": "^4.0.1",
"socket.io-client": "^4.0.1",
"typescript": "^4.6.4",
"uuid": "^8.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-router-dom": "^5.3.3"
}
}