-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.55 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
54
55
56
57
58
59
60
61
62
{
"name": "m",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^6.0.0",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"autoprefixer": "^9.8.6",
"firebase": "^8.2.1",
"howler": "^2.2.1",
"i": "^0.3.6",
"material-ui": "^0.20.2",
"material-ui-audio-player": "^1.5.3",
"material-ui-core": "^5.0.1",
"postcss": "^7.0.35",
"react": "^17.0.1",
"react-audio-player": "^0.14.0",
"react-awesome-calendar": "^1.0.14",
"react-calendar-cool": "^1.1.4",
"react-compound-timer": "^1.2.0",
"react-dom": "^17.0.1",
"react-icons": "^4.1.0",
"react-mp3-player": "^0.8.2",
"react-player": "^2.7.2",
"react-query": "^3.5.9",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"react-spinners": "^0.10.4",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"web-vitals": "^0.2.4",
"zustand": "^3.2.0"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco 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"
]
}
}