-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
{
"name": "angelthump-player",
"version": "1.1.5",
"author": "Overpowered",
"license": "MIT",
"private": true,
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fontsource/roboto": "^5.1.0",
"@mui/icons-material": "^6.1.0",
"@mui/material": "^6.1.0",
"@mui/system": "^6.1.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"can-autoplay": "^3.0.2",
"cross-env": "^7.0.3",
"hls.js": "^1.5.15",
"lodash.debounce": "^4.0.8",
"react": "^18.3.1",
"react-chromecast": "^0.0.5-alpha",
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"web-vitals": "^4.2.3"
},
"scripts": {
"start": "react-app-rewired start",
"build": "cross-env REACT_APP_GIT_COMMIT=`git rev-parse --short HEAD` react-app-rewired build && rm -rf prod/ && mv build/ prod/",
"test": "react-app-rewired 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": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"babel-plugin-import": "^1.13.8",
"customize-cra": "^1.0.0",
"react-app-rewired": "^2.2.1"
}
}