-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.57 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.57 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
{
"name": "@example/ui-playground",
"version": "0.1.30",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev --port 3004 --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@genseki/next": "workspace:^",
"@genseki/react": "workspace:^",
"@genseki/react-query": "workspace:^",
"@genseki/rest": "workspace:^",
"@genseki/ui": "workspace:^",
"@intentui/icons": "^1.10.31",
"@phosphor-icons/react": "^2.1.8",
"@tailwindcss/postcss": "^4.1.7",
"@tanstack/react-query": "^5.71.5",
"@tanstack/react-table": "^8.21.3",
"@tiptap/extension-color": "^2.26.3",
"@tiptap/extension-link": "2.26.3",
"@tiptap/extension-text-align": "^2.26.3",
"@tiptap/extension-text-style": "^2.26.3",
"@tiptap/extension-underline": "^2.26.3",
"@tiptap/starter-kit": "^2.26.3",
"color": "^5.0.2",
"date-fns": "^4.1.0",
"next": "16.0.7",
"next-themes": "^0.4.6",
"postcss": "^8.5.3",
"react": "19.1.0",
"react-day-picker": "^9.11.1",
"react-dom": "19.1.0",
"tailwindcss": "^4.1.7",
"zod": "4.0.11"
},
"devDependencies": {
"@internal/project-config": "workspace:^",
"@types/node": "^22.13.10",
"@types/pg": "^8.11.11",
"@types/react": "19.1.4",
"@types/react-dom": "19.1.5",
"@vitejs/plugin-react": "^4.3.4",
"type-fest": "^4.38.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.9"
}
}