-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.73 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.73 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"check": "next lint && tsc --noEmit",
"dev": "next dev",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache"
},
"dependencies": {
"@ant-design/colors": "^8.0.0",
"@ant-design/icons": "^6.0.0",
"@cubetiq/antd-modal": "0.0.1-alpha.3",
"@next/env": "^15.4.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@types/jsonwebtoken": "^9.0.10",
"@xterm/addon-fit": "^0.10.0",
"@xterm/xterm": "^5.5.0",
"antd": "^5.26.5",
"axios": "^1.10.0",
"cookie": "^1.0.2",
"dayjs": "^1.11.13",
"dotenv": "^16.6.1",
"geist": "^1.4.2",
"jsonwebtoken": "^9.0.2",
"next": "^15.4.1",
"next-auth": "5.0.0-beta.28",
"novnc-core": "^0.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@testing-library/dom": "^10.4.0",
"@types/eslint": "^8.56.12",
"@types/node": "^20.19.8",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.37.0",
"@typescript-eslint/parser": "^8.37.0",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.1",
"msw": "^2.10.4",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.8.3"
},
"ct3aMetadata": {
"initVersion": "7.38.1"
},
"packageManager": "pnpm@9.15.3"
}