-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.58 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
{
"name": "react-docs",
"version": "0.9.2-beta.0",
"private": true,
"type": "module",
"scripts": {
"dev": "storybook dev -p 6006",
"build": "storybook build",
"build:cloudflare": "node ../../scripts/assemble-cloudflare.mjs",
"lint": "eslint ./src/stories/**/*.stories.tsx --max-warnings 0",
"preview": "serve storybook-static"
},
"dependencies": {
"@esnet/pkts-tokens": "workspace:*",
"@esnet/packets-ui-css": "workspace:*",
"@esnet/packets-ui-react": "workspace:*",
"@rive-app/react-canvas-lite": "^4.20.1",
"doc-ui": "workspace:*",
"lucide-react": "^0.525.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@storybook/addon-designs": "^8.0.4",
"@storybook/addon-essentials": "^8.4.5",
"@storybook/addon-links": "^8.4.5",
"@storybook/addon-onboarding": "^8.4.5",
"@storybook/blocks": "^8.4.5",
"@storybook/react": "^8.4.5",
"@storybook/react-vite": "^8.4.5",
"@storybook/test": "^8.4.5",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.14",
"eslint-plugin-storybook": "^0.8.0",
"prettier": "^3.3.3",
"react-syntax-highlighter": "^15.6.1",
"serve": "^14.2.4",
"storybook": "^8.6.14",
"storybook-dark-mode": "^4.0.2",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}