-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.28 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.28 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "core-system-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc -b && vite build",
"postbuild": "node ./scripts/copy-seo-build-meta.mjs",
"dev": "vite",
"format": "prettier --write .",
"preinstall": "npx only-allow pnpm",
"lint": "eslint .",
"prepare": "husky",
"preview": "vite preview",
"start": "node --env-file=.env server/index.js"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,cjs,mjs,mts,json,css,html,md,yaml,yml,svg,sh,txt}": [
"prettier --write"
]
},
"dependencies": {
"@fastify/http-proxy": "^11.4.1",
"@fastify/static": "^9.0.0",
"@icons-pack/react-simple-icons": "^13.11.2",
"@nycu-sdc/core-system-sdk": "1.0.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@tanstack/react-query": "^5.90.21",
"add": "^2.0.6",
"fastify": "^5.7.4",
"highlight.js": "^11.11.1",
"lucide-react": "^0.562.0",
"lucide-static": "^0.574.0",
"marked": "^17.0.3",
"pnpm": "^10.30.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-helmet-async": "^2.0.5",
"react-router-dom": "^7.13.0",
"undici": "^7.22.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^24.10.13",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-packagejson": "^2.5.22",
"rollup-plugin-visualizer": "^6.0.5",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.0",
"vite": "^7.3.1"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
}