-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 869 Bytes
/
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
{
"private": "true",
"name": "mwv",
"version": "1.0.0",
"description": "Music Waves Visualizer is a web page to create audio waveforms and movie by loading image and music.",
"author": "komura-c",
"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/ffmpeg": "^0.10.1",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"next": "^13.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.12",
"@types/node": "17.0.21",
"@types/react": "^17.0.40",
"@types/react-dom": "^17.0.13",
"eslint": "8.11.0",
"eslint-config-next": "^13.1.2",
"sass": "^1.57.1",
"typescript": "4.6.2"
}
}