-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.02 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
{
"name": "@goodaction-hub/goodaction-hub.github.io",
"version": "1.0.0",
"private": true,
"scripts": {
"install": "npx shadcn-helper install",
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "next typegen && lint-staged && git add . && tsc --noEmit",
"knip": "knip",
"prepare": "husky"
},
"prettier": {
"singleQuote": true
},
"lint-staged": {
"*.{html,md,less,json,yml,js,mjs,ts,tsx}": "prettier --write",
"*.{js,mjs,ts,tsx}": "eslint --fix"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@radix-ui/react-dialog": "^1.1.16",
"@radix-ui/react-dropdown-menu": "^2.1.17",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.9",
"@radix-ui/react-scroll-area": "^1.2.11",
"@radix-ui/react-select": "^2.3.0",
"@radix-ui/react-slot": "^1.2.5",
"@radix-ui/react-switch": "^1.3.0",
"browser-fs-access": "^0.38.0",
"calendar-link": "^2.11.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"fuse.js": "^7.4.2",
"lucide-react": "^1.17.0",
"luxon": "^3.7.2",
"mobx": "^6.16.0",
"mobx-i18n": "^0.7.2",
"mobx-react": "^9.2.2",
"mobx-restful": "^2.1.4",
"next": "^16.2.7",
"open-react-map": "^0.9.1",
"radix-ui": "^1.5.0",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^9.1.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.6.0",
"web-utility": "^4.6.6",
"ws": "^8.21.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/luxon": "^3.7.1",
"@types/node": "^24.13.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/ws": "^8.18.1",
"eslint": "^10.4.1",
"eslint-config-next": "^16.2.7",
"husky": "^9.1.7",
"jiti": "^2.7.0",
"knip": "^5.88.1",
"lint-staged": "^17.0.7",
"prettier": "^3.8.3",
"tailwindcss": "^4.3.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@11.5.2"
}