-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.19 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
{
"name": "nextjs-mui",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@ffmpeg-installer/ffmpeg": "^1.0.13",
"@google-cloud/storage": "^6.9.1",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.5",
"@types/react": "^18.0.27",
"@vercel/analytics": "^0.1.8",
"fluent-ffmpeg": "^2.1.2",
"ga-gtag": "^1.1.7",
"http-proxy": "^1.18.1",
"music-tempo": "^1.0.3",
"next": "12.0.7",
"next-sitemap": "^4.0.7",
"node-audio-peaks": "^4.0.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-schemaorg": "^2.0.0",
"react-share": "^4.4.1",
"react-simple-knob": "0.0.6",
"react-simple-player": "^1.1.0",
"react-spotify-web-playback": "^0.12.1",
"schema-dts": "^1.1.2",
"soundcloud-downloader": "^1.0.0",
"spotify-web-api-node": "^5.0.2",
"typescript": "^4.9.4",
"wavesurfer-react": "^2.2.2",
"wavesurfer.js": "^6.4.0",
"web-audio-api": "^0.2.2"
},
"devDependencies": {
"eslint": "8.4.0",
"eslint-config-next": "12.0.7"
}
}