-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.4 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.4 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
{
"name": "demo-mux-video-react-cra",
"version": "0.1.0",
"private": true,
"dependencies": {
"@mux/mux-audio-react": ">=0.2.0",
"@mux/mux-player": ">=1.0.0-beta.0",
"@mux/mux-player-react": ">=1.0.0-beta.0",
"@mux/mux-uploader-react": ">=1.0.0-beta.0",
"@mux/mux-video": ">=0.3.0",
"@mux/mux-video-react": ">=0.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^27.5.0",
"@types/node": "^20.12.6",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"react-scripts": "5.0.1",
"typescript": "^5.7.2",
"web-vitals": "^2.1.4"
},
"scripts": {
"dev": "PORT=3001 BROWSER=none GENERATE_SOURCEMAP=false npm start",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"homepage": "https://elements-demo-create-react-app.vercel.app/",
"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"
]
}
}