-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.46 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.46 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
{
"name": "gridwid",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"storybook": "storybook dev -p 6006 --no-open",
"storybook:build": "storybook build -o dist/storybook",
"test": "vitest",
"test:all": "vitest --watch=false",
"knip": "knip",
"knip:fix": "knip --fix-type exports,types",
"knip:ci": "knip --include exports,types",
"lint": "eslint .",
"lint:fix": "bun run lint -- --fix",
"lint:time": "TIMING=15 bun run lint",
"lint:inspect": "eslint --inspect-config"
},
"dependencies": {
"@dnd-kit/abstract": "0.2.3",
"@dnd-kit/collision": "0.2.3",
"@dnd-kit/helpers": "0.2.3",
"@dnd-kit/react": "0.2.3",
"@radix-ui/react-checkbox": "1.3.3",
"@radix-ui/react-dialog": "1.1.15",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-slot": "1.2.4",
"@radix-ui/react-switch": "1.2.6",
"@radix-ui/react-tooltip": "1.2.8",
"@types/react": "19.2.10",
"@types/react-dom": "19.2.3",
"@yaasl/core": "0.14.0",
"@yaasl/devtools": "0.14.0",
"@yaasl/react": "0.14.0",
"class-variance-authority": "0.7.1",
"goober": "2.1.18",
"lucide-react": "0.563.0",
"motion": "12.29.2",
"react": "19.2.4",
"react-dom": "19.2.4",
"rehype": "13.0.2",
"rehype-katex": "7.0.1",
"rehype-prism-plus": "2.0.1",
"rehype-stringify": "10.0.1",
"remark-gfm": "4.0.1",
"remark-math": "6.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"tailwind-merge": "3.4.0",
"unified": "11.0.5",
"zod": "4.3.6"
},
"devDependencies": {
"@faker-js/faker": "10.2.0",
"@pretty-cozy/eslint-config": "0.9.0-alpha.3",
"@storybook/addon-a11y": "9.1.17",
"@storybook/addon-docs": "9.1.17",
"@storybook/addon-links": "9.1.17",
"@storybook/react-vite": "9.1.17",
"@tailwindcss/typography": "0.5.19",
"@tailwindcss/vite": "4.1.18",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@types/bun": "1.3.8",
"@vitejs/plugin-react": "5.1.2",
"chromatic": "13.3.5",
"eslint-plugin-storybook": "9.1.17",
"happy-dom": "20.4.0",
"knip": "5.82.1",
"storybook": "9.1.17",
"tailwindcss": "4.1.18",
"tailwindcss-animate": "1.0.7",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-tsconfig-paths": "6.0.5",
"vitest": "4.0.18"
}
}