-
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.33 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.33 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": "portfolio",
"private": true,
"type": "module",
"scripts": {
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"types:check": "tsc",
"lint": "pnpm eslint ./app",
"test-ct": "playwright test -c playwright-ct.config.ts"
},
"dependencies": {
"@base-ui/react": "^1.1.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@floating-ui/react": "^0.27.17",
"@monaco-editor/react": "4.8.0-rc.3",
"@paralleldrive/cuid2": "^3.0.6",
"@radix-ui/react-slot": "^1.2.4",
"@tabler/icons-react": "^3.36.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"motion": "^12.29.0",
"msw": "^2.12.7",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-syntax-highlighter": "^16.1.0",
"shadcn": "^3.7.0",
"tailwind-merge": "^3.4.0",
"use-zustand": "^0.2.0",
"zod": "^4.3.6",
"zustand": "^5.0.11"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^2.7.2",
"@eslint/css": "^0.14.1",
"@eslint/js": "^9.39.2",
"@playwright/experimental-ct-react": "^1.58.0",
"@storybook/addon-docs": "^10.2.7",
"@storybook/addon-themes": "^10.2.7",
"@storybook/react-vite": "^10.2.7",
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^25.0.10",
"@types/react": "^19.2.9",
"@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.2",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-storybook": "^10.2.7",
"globals": "^17.1.0",
"playwright": "^1.58.0",
"prettier": "^3.8.1",
"prettier-plugin-organize-imports": "^4.3.0",
"prettier-plugin-tailwindcss": "^0.7.2",
"storybook": "^10.2.7",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.18",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.53.1",
"vite": "^7.3.1",
"vite-tsconfig-paths": "^6.0.4"
},
"packageManager": "pnpm@10.29.2+sha512.bef43fa759d91fd2da4b319a5a0d13ef7a45bb985a3d7342058470f9d2051a3ba8674e629672654686ef9443ad13a82da2beb9eeb3e0221c87b8154fff9d74b8",
"msw": {
"workerDirectory": [
"public"
]
}
}