-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.05 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.05 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "jagalchi-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"prepare": "husky",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "vitest",
"test:run": "vitest run --passWithNoTests",
"figma:sync": "tsx scripts/sync-figma-components.ts",
"figma:export": "tsx scripts/figma-export.ts",
"figma:screenshots": "tsx scripts/storybook-screenshots.ts",
"figma:compare": "tsx scripts/compare-images.ts",
"figma:report": "tsx scripts/generate-report.ts",
"figma:test": "pnpm figma:export && pnpm figma:screenshots && pnpm figma:compare && pnpm figma:report"
},
"lint-staged": {
"*.{ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,md}": [
"prettier --write"
]
},
"dependencies": {
"@eslint/eslintrc": "^3.3.3",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-avatar": "^1.1.11",
"@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-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tooltip": "^1.2.8",
"@sentry/nextjs": "^10.32.1",
"@tanstack/react-query": "^5.90.12",
"@xyflow/react": "^12.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"jagalchi-client": "link:",
"jotai": "^2.16.0",
"jotai-history": "^0.5.0",
"lucide-react": "^0.562.0",
"nanoid": "^5.1.6",
"next": "16.1.5",
"next-seo": "^7.0.1",
"react": "19.2.3",
"react-colorful": "^5.6.1",
"react-dom": "19.2.3",
"react-hook-form": "^7.69.0",
"tailwind-merge": "^3.4.0",
"zod": "^3.25.76"
},
"pnpm": {
"overrides": {
"minimatch@<3.1.4": "3.1.4",
"minimatch@>=9.0.0 <9.0.7": "9.0.7",
"rollup@>=4.0.0 <4.59.0": "4.59.0",
"serialize-javascript@<=7.0.2": "7.0.3",
"webpack@>=5.49.0 <=5.104.0": "5.104.1",
"ajv@<6.14.0": "6.14.0"
}
},
"devDependencies": {
"@chromatic-com/storybook": "^4.1.3",
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.3.0",
"@eslint/js": "^9.39.2",
"@next/eslint-plugin-next": "^16.1.1",
"@storybook/addon-a11y": "^10.2.13",
"@storybook/addon-docs": "^10.2.13",
"@storybook/addon-onboarding": "^10.2.13",
"@storybook/addon-vitest": "^10.2.13",
"@storybook/nextjs-vite": "^10.2.13",
"@storybook/react": "^10.2.13",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25",
"@types/pixelmatch": "^5.2.6",
"@types/pngjs": "^6.0.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-v8": "^4.0.16",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.39.3",
"eslint-config-next": "16.1.1",
"eslint-config-prettier": "^10.1.8",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-boundaries": "^5.3.1",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^10.1.11",
"eslint-plugin-unicorn": "^62.0.0",
"globals": "^17.0.0",
"husky": "^9.1.7",
"jsdom": "^27.4.0",
"lint-staged": "^16.2.7",
"pixelmatch": "^7.1.0",
"playwright": "^1.57.0",
"pngjs": "^7.0.0",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"sharp": "^0.34.5",
"storybook": "^10.2.13",
"tailwindcss": "^4",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vite": "^7.3.0",
"vitest": "^4.0.16"
}
}