-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.76 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.76 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
{
"name": "@examples/with-code-share-client",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite --clearScreen false",
"build:app": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"packageManager": "pnpm@9.9.0",
"dependencies": {
"@faker-js/faker": "^8.4.1",
"@palmares/client": "workspace:*",
"@palmares/schemas": "workspace:*",
"@palmares/zod-schema": "workspace:*",
"@tanstack/react-query": "^5.66.11",
"@tanstack/react-virtual": "^3.13.5",
"react": "^18.3.1",
"react-dom": "^19.0.0",
"@examples/with-code-share-shared": "workspace:*"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.9.0",
"@eslint/js": "^9.14.0",
"@palmares/core": "workspace:*",
"@palmares/server": "workspace:*",
"@storybook/addon-essentials": "^8.4.2",
"@storybook/addon-interactions": "^8.5.8",
"@storybook/addon-links": "^8.5.8",
"@storybook/addon-onboarding": "^8.5.8",
"@storybook/blocks": "^8.5.8",
"@storybook/react": "^8.4.2",
"@storybook/react-vite": "^8.4.2",
"@storybook/test": "^8.5.8",
"@types/react": "^18.3.12",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"eslint": "^9.10.0",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-react-refresh": "^0.4.11",
"eslint-plugin-storybook": "^0.11.6",
"globals": "^15.15.0",
"postcss": "^8.5.3",
"storybook": "^8.5.8",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript-eslint": "^8.24.1",
"vite": "^5.4.15"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}