-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "nama-web",
"private": true,
"version": "0.0.1-141",
"type": "module",
"scripts": {
"dev": "vite",
"dev:test": "vite --mode test",
"dev:prod": "vite --mode production",
"build:test": "tsc -b && vite build --mode test",
"build:prod": "tsc -b && vite build --mode production",
"lint": "eslint .",
"preview": "vite preview",
"postversion": "cross-env-shell \"git push && git push origin nama-web$npm_package_version\""
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"agora-rtc-sdk-ng": "^4.22.2",
"antd": "^5.21.6",
"antd-mobile": "^5.38.1",
"antd-mobile-icons": "^0.3.0",
"classnames": "^2.5.1",
"file-saver": "^2.0.5",
"i18next": "^23.16.4",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.1.0",
"react-router-dom": "^6.27.0",
"vconsole": "^3.15.1",
"zustand": "^5.0.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.7.9",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.3",
"cross-env": "^7.0.3",
"eslint": "^9.13.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.13",
"globals": "^15.11.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.10.0",
"vite": "^5.4.9"
}
}