This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
75 lines (75 loc) · 2.25 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "vidol.chat",
"homepage": "https://github.com/v-idol/vidol.chat",
"description": "Make Virtual Idols Accessible To EveryOne!",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "npm run lint:ts && npm run lint:style && npm run type-check",
"lint:style": "stylelint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:ts": "eslint \"{src,tests}/**/*.{js,jsx,ts,tsx}\" --fix",
"start": "next start",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@ant-design/pro-card": "^2.6.0",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/utilities": "^3.2.2",
"@gltf-transform/core": "^3.10.1",
"@lobehub/ui": "^1.137.7",
"@pixiv/three-vrm": "^2.1.1",
"@pixiv/three-vrm-core": "^2.1.1",
"@react-spring/web": "^9.7.3",
"@types/react-speech-recognition": "^3.9.5",
"@vercel/analytics": "^1.2.2",
"ahooks": "^3.7.11",
"ai": "^2.2.37",
"antd": "^5.16.1",
"antd-style": "^3.6.2",
"axios": "^1.6.8",
"classnames": "^2.5.1",
"dayjs": "^1.11.10",
"fast-deep-equal": "^3.1.3",
"immer": "^10.0.4",
"js-tiktoken": "^1.0.10",
"lodash-es": "^4.17.21",
"lucide-react": "^0.294.0",
"mmd-parser": "^1.0.4",
"next": "^14.1.4",
"next-pwa": "^5.6.0",
"openai": "^4.33.0",
"polished": "^4.3.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.8.1",
"react-layout-kit": "^1.9.0",
"react-lazy-load": "^4.0.1",
"react-virtuoso": "^4.7.8",
"three": "^0.162.0",
"typescript": "5.1.3",
"ua-parser-js": "^1.0.37",
"utility-types": "^3.11.0",
"uuid": "^9.0.1",
"ws": "^8.16.0",
"zustand": "^4.5.2"
},
"devDependencies": {
"@lobehub/lint": "^1.23.0",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.3.1",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/three": "^0.162.0",
"@types/ua-parser-js": "^0.7.39",
"eslint": "^8.57.0",
"eslint-config-next": "13.4.7",
"eslint-plugin-unicorn": "^51.0.1",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-packagejson": "^2.4.14",
"stylelint": "^15.11.0"
}
}