-
Notifications
You must be signed in to change notification settings - Fork 46
/
Copy pathpackage.json
58 lines (58 loc) · 1.74 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
{
"name": "@bangumi/website",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "tsc --noEmit && vite build",
"dev": "vite --host 127.0.0.1",
"test:e2e": "playwright test",
"test:e2e:debug": "playwright test --debug",
"install-playwright-deps": "playwright install --with-deps chromium",
"preview": "pnpm run build --mode stage && vite preview"
},
"dependencies": {
"@marsidev/react-turnstile": "^0.7.2",
"@remix-run/router": "^1.6.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.13",
"lodash": "^4.17.21",
"monaco-editor": "^0.37.1",
"nanoid": "^5.0.9",
"oazapfts": "^4.12.0",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.43.9",
"react-router-dom": "^6.11.0",
"reset-css": "^5.0.2",
"rooks": "^7.14.0",
"socket.io-client": "^4.7.2",
"swr": "^2.1.5"
},
"devDependencies": {
"@bangumi/client": "workspace:0.0.0",
"@bangumi/design": "workspace:0.0.0",
"@bangumi/icons": "workspace:0.0.0",
"@bangumi/utils": "workspace:0.0.0",
"@playwright/test": "^1.36.0",
"@testing-library/react": "^14.0.0",
"@types/lodash": "^4.14.197",
"@types/react": "^18.2.0",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "^18.2.1",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.20",
"babel-plugin-jsx-remove-data-test-id": "^3.0.0",
"babel-plugin-lodash": "^3.3.4",
"less": "^4.1.3",
"msw": "~1.2.5",
"openapi-types": "^12.1.3",
"postcss": "^8.5.1",
"postcss-less": "^6.0.0",
"typescript": "^5.0.4",
"vite": "^4.5.9",
"vite-plugin-pages": "^0.29.0",
"vite-plugin-svgr": "^2.4.0"
}
}