-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 887 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
34
35
36
{
"name": "translate-multi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tsc": "tsc --watch",
"export": "next export"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/material": "^5.11.13",
"@node-rs/jieba": "^1.6.2",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"cld": "^2.9.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"iso-639-1": "^2.1.15",
"jotai": "^2.0.3",
"next": "13.2.4",
"novel-segment": "^2.7.103",
"pinyin-pro": "^3.13.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.7",
"swr": "^2.1.1",
"ts-toolbelt": "9.6.0",
"typescript": "5.0.2"
}
}