-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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
{
"name": "voice-transcriber",
"version": "0.0.0",
"description": "Elite35P-ServerのEliteVoiceProjectで使用する、学習用音声データセットを効率的に制作する為のGUIアプリ。",
"scripts": {
"dev": "next dev -p 1420",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"tauri": "tauri"
},
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "1.2.3",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.33.0",
"eslint-config-next": "13.1.6",
"prettier": "2.8.3",
"typescript": "4.9.5"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@tauri-apps/api": "1.2.0",
"konva": "^8.4.2",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-konva": "^18.2.3",
"react-use": "^17.4.0",
"recoil": "^0.7.6"
}
}