-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.66 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": "storybook",
"version": "0.0.0",
"type": "module",
"private": true,
"scripts": {
"dev": "storybook dev -p 6006 --no-open",
"build": "storybook build",
"test": "vitest run --project unit",
"test:storybook": "vitest run --project storybook",
"test:storybook:watch": "vitest --project storybook",
"lint": "oxlint --deny-warnings",
"lint:fix": "oxlint --deny-warnings --fix",
"typecheck": "tsgo --noEmit"
},
"dependencies": {
"storyproof": "git+https://github.com/leon0399/storyproof.git#main&path:packages/storyproof",
"@workspace/ui": "workspace:*",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@base-ui/react": "^1.6.0",
"@hookform/resolvers": "catalog:",
"@radix-ui/react-use-controllable-state": "1.2.3",
"@storybook/addon-a11y": "^10.5.0",
"@storybook/addon-docs": "^10.5.0",
"@storybook/addon-mcp": "^0.7.0",
"@storybook/addon-vitest": "^10.5.0",
"@storybook/nextjs-vite": "catalog:",
"@tanstack/react-query": "catalog:",
"@types/node": "catalog:",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@typescript/native-preview": "catalog:",
"@vitest/browser-playwright": "^4.1.10",
"playwright": "catalog:",
"@workspace/config-typescript": "workspace:*",
"motion": "^12.23.0",
"next-themes": "catalog:",
"oxlint": "catalog:",
"react-hook-form": "catalog:",
"sonner": "^2.0.5",
"storybook": "catalog:",
"streamdown": "2.5.0",
"typescript": "catalog:",
"use-stick-to-bottom": "^1.1.1",
"vite": "6.4.3",
"vitest": "catalog:",
"zod": "catalog:"
}
}