-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
81 lines (81 loc) · 2.27 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
78
79
80
81
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/codemod": "^4.5.0",
"@material-ui/core": "^4.12.1",
"@material-ui/icons": "^4.11.2",
"@material-ui/lab": "^4.0.0-alpha.58",
"@material-ui/styles": "^4.11.1",
"@sentry/browser": "^6.2.0",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/react-hooks": "^5.1.2",
"@testing-library/user-event": "^12.7.1",
"babel-plugin-import": "^1.13.3",
"camelcase": "^6.2.0",
"customize-cra": "^1.0.0",
"downloadjs": "^1.4.7",
"emailjs-com": "^3.2.0",
"firebase": "^8.2.9",
"firebase-admin": "^9.11.1",
"firebaseui": "^4.8.1",
"html-to-image": "^1.7.0",
"html2canvas": "^1.3.2",
"image-promise": "^7.0.1",
"immer": "^9.0.3",
"inkjs": "^1.11.0",
"mdi-material-ui": "^6.22.0",
"moment": "^2.29.1",
"node-sass": "^5.0.0",
"react": "^16.14.0",
"react-app-rewired": "^2.1.8",
"react-audio-player": "^0.17.0",
"react-device-detect": "^1.17.0",
"react-dom": "^17.0.1",
"react-firebaseui": "^5.0.2",
"react-hook-form": "^6.12.2",
"react-infinite-scroll-component": "^6.1.0",
"react-inlinesvg": "^2.3.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.2",
"react-share": "^4.4.0",
"react-sound": "^1.2.0",
"react-spinners": "^0.11.0",
"react-step-builder": "^2.0.10",
"react-swipeable-views": "0.13.9",
"react-tinder-card": "^1.4.0",
"reading-time": "^1.3.0",
"source-map-explorer": "^2.5.2",
"typeface-roboto": "^1.1.13",
"use-react-screenshot": "^1.0.2",
"validate.js": "^0.13.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-scripts build",
"test": "react-scripts test",
"test:ink": "yarn test --watchAll=false useInk.test.js ",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"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": {
"sass-loader": "^11.1.1"
}
}