forked from TEN-framework/ten-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.12 KB
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": "TEN Agent",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"proto": "pbjs -t json-module -w commonjs -o src/protobuf/SttMessage.js src/protobuf/SttMessage.proto"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@reduxjs/toolkit": "^2.2.3",
"agora-rtc-sdk-ng": "^4.21.0",
"antd": "^5.15.3",
"axios": "^1.7.7",
"next": "14.2.4",
"protobufjs": "^7.2.5",
"react": "^18",
"react-colorful": "^5.6.1",
"react-dom": "^18",
"react-redux": "^9.1.0",
"redux": "^5.0.1"
},
"devDependencies": {
"@minko-fe/postcss-pxtoviewport": "^1.3.2",
"@svgr/webpack": "^8.1.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-redux": "^7.1.22",
"autoprefixer": "^10.4.16",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.31",
"protobufjs-cli": "^1.1.2",
"sass": "^1.77.5",
"typescript": "^5"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}