-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 2.97 KB
/
package.json
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
{
"name": "poly-81",
"private": true,
"workspaces": [
"web/*"
],
"scripts": {
"bootstrap": "conformal-scripts bootstrap",
"ci": "conformal-scripts ci",
"check-lfs": "conformal-scripts check-lfs",
"check-todo": "conformal-scripts check-todo",
"check-format": "conformal-scripts check-format",
"create-plugin": "conformal-scripts create-plugin",
"format": "conformal-scripts format",
"web-dev": "conformal-scripts web-script -s dev",
"web-storybook": "conformal-scripts web-script -s storybook",
"web-build-storybook": "conformal-scripts web-script -s build-storybook",
"web-build": "conformal-scripts web-script -s build",
"web-lint": "bun run --filter '*' lint",
"web-test": "bun test",
"rust-miri": "PROPTEST_DISABLE_FAILURE_PERSISTENCE=true MIRIFLAGS='-Zmiri-env-forward=PROPTEST_DISABLE_FAILURE_PERSISTENCE' conformal-scripts cargo +nightly miri test",
"rust-build": "conformal-scripts cargo build",
"rust-lint": "conformal-scripts cargo clippy",
"rust-test": "conformal-scripts cargo test",
"rust-bench": "conformal-scripts cargo bench",
"rust-snapshot-update": "UPDATE_SNAPSHOTS=1 bun run rust-test",
"package": "conformal-scripts web-script -s package",
"validate": "conformal-scripts web-script -s validate"
},
"devDependencies": {
"@happy-dom/global-registrator": "^17.1.0",
"@storybook/addon-essentials": "^8.5.6",
"@storybook/addon-interactions": "^8.5.6",
"@storybook/addon-links": "^8.5.6",
"@storybook/addon-onboarding": "^8.5.6",
"@storybook/blocks": "^8.5.6",
"@storybook/react": "^8.5.6",
"@storybook/react-vite": "^8.5.6",
"@storybook/test": "^8.5.6",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@types/bun": "1.2.2",
"@types/react": "^19.0.9",
"@types/react-dom": "^19.0.3",
"@typescript-eslint/eslint-plugin": "^8.24.0",
"@typescript-eslint/parser": "^8.24.0",
"@vitejs/plugin-react-swc": "^3.8.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"tailwindcss": "^3.4.17",
"eslint-plugin-prefer-arrow-functions": "^3.6.2",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^0.11.3",
"eslint-plugin-tailwindcss": "^3.18.0",
"mime": "^4.0.6",
"postcss": "^8.5.2",
"prettier": "^3.5.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"storybook": "^8.5.6",
"tsconfig": "workspace:*",
"typescript": "^5.7.3",
"vite": "^6.1.0",
"jotai": "^2.12.0",
"@use-gesture/react": "^10.3.1",
"d3-shape": "^3.2.0",
"dequal": "^2.0.3",
"@conformal/scripts": "^0.3.5",
"@conformal/plugin": "^0.3.5",
"@types/d3-shape": "^3.1.7",
"rollup-plugin-license": "^3.5.3",
"@next/eslint-plugin-next": "^15.1.7",
"next": "^15.1.7",
"nextra": "^4.2.12",
"nextra-theme-docs": "^4.2.12"
}
}