-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
38
39
40
41
42
{
"name": "mingdu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@babel/plugin-transform-runtime": "^7.22.15",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-speech-recognition": "^3.9.2",
"ai": "^2.2.9",
"bulma": "^0.9.4",
"chatgpt": "^5.2.5",
"clsx": "^2.0.0",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"gse-wasm": "^0.2.0",
"jieba-zh-cn": "^1.0.12",
"js-jieba": "^1.0.12",
"lodash-es": "^4.17.21",
"modern-normalize": "^1.1.0",
"next": "13.2.3",
"openai": "^4.2.0",
"pinyin-tone": "^2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-speech-recognition": "^3.10.0",
"react-tooltip": "^5.21.4",
"typescript": "4.9.5"
},
"devDependencies": {
"@types/lodash-es": "^4.17.9",
"sass": "^1.58.3"
}
}