-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.43 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.43 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-no-tscheck": "vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "wrangler dev",
"deploy": "wrangler deploy",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build --stats-json",
"vitest": "TZ=UTC vitest",
"test": "TZ=UTC pnpm run test:unit",
"test:unit": "TZ=UTC vitest run",
"test:changed": "TZ=UTC vitest run --changed",
"chromatic": "chromatic"
},
"dependencies": {
"@dnd-kit/core": "6.3.1",
"@dnd-kit/sortable": "10.0.0",
"@dnd-kit/utilities": "3.2.2",
"@heroicons/react": "2.2.0",
"@internationalized/number": "3.6.1",
"@maplibre/maplibre-gl-style-spec": "23.1.0",
"@monaco-editor/react": "4.7.0",
"@react-aria/color": "3.0.6",
"@react-stately/color": "3.8.4",
"@react-types/color": "3.0.4",
"@shikijs/monaco": "3.2.2",
"@tanstack/react-query": "5.73.3",
"maplibre-gl": "5.3.0",
"monaco-editor": "0.52.2",
"react": "19.1.0",
"react-aria": "3.39.0",
"react-dom": "19.1.0",
"react-map-gl": "8.0.3",
"react-stately": "3.37.0",
"shiki": "3.2.2",
"usehooks-ts": "3.1.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@chromatic-com/storybook": "3.2.6",
"@emotion/jest": "11.13.0",
"@storybook/addon-essentials": "8.6.12",
"@storybook/addon-interactions": "8.6.12",
"@storybook/addon-links": "8.6.12",
"@storybook/addon-themes": "8.6.12",
"@storybook/blocks": "8.6.12",
"@storybook/react": "8.6.12",
"@storybook/react-vite": "8.6.12",
"@storybook/test": "8.6.12",
"@tailwindcss/vite": "4.1.3",
"@testing-library/react": "16.3.0",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"@vitejs/plugin-react": "4.3.4",
"@vitest/browser": "3.1.1",
"@vitest/coverage-v8": "3.1.1",
"@vitest/eslint-plugin": "1.1.42",
"@vitest/ui": "3.1.1",
"babel-plugin-react-compiler": "19.0.0-beta-e993439-20250405",
"chromatic": "11.28.0",
"clsx": "2.1.1",
"happy-dom": "17.4.4",
"playwright": "1.51.1",
"plop": "4.0.1",
"storybook": "8.6.12",
"tailwind-merge": "3.2.0",
"tailwindcss": "4.1.3",
"typescript": "5.8.3",
"vite": "6.2.6",
"vitest": "3.1.1",
"wrangler": "4.10.0"
},
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971"
}