-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.71 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.71 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
{
"name": "root",
"version": "0.1.0",
"description": "Exotic components, hooks and functions you wouldn't find in most react component libraries.",
"private": true,
"scripts": {
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"build-all": "pnpm -r --filter './tools/**' --filter './core/**' run build ",
"lint": "biome check .",
"lint:relative": "biome check --changed",
"lint:fix": "biome check --write --changed",
"lint:fixAll": "biome check . --write",
"dev": "pnpm -r --parallel run dev",
"test": "vitest",
"ct:run": "playwright test -c playwright-ct.config.ts",
"prepare": "husky"
},
"author": "Rico Maier <rico.maier@etecture.de>",
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "2.3.11",
"@etecture/rex-builder": "0.1.0",
"@opentelemetry/api": "^1.9.0",
"@playwright/experimental-ct-react": "^1.57.0",
"@playwright/test": "^1.57.0",
"@storybook/addon-docs": "^10.1.11",
"@storybook/addon-links": "^10.1.11",
"@storybook/react": "^10.1.11",
"@storybook/react-vite": "^10.1.11",
"@types/node": "^25.0.8",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"happy-dom": "^20.3.0",
"husky": "^9.1.7",
"postcss-preset-env": "11.1.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"storybook": "^10.1.11",
"typescript": "^5.9.3",
"vite": "^7.3.1",
"vitest": "^4.0.17",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@testing-library/user-event": "^14.6.1"
},
"pnpm": {
"overrides": {
"@testing-library/dom": "^10.1.0"
}
},
"packageManager": "pnpm@10.6.5"
}