-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 3 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
81
82
83
84
85
86
87
88
89
90
{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"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.1.0",
"@dnd-kit/sortable": "8.0.0",
"@dnd-kit/utilities": "3.2.2",
"@heroicons/react": "2.1.5",
"@internationalized/number": "3.5.3",
"@maplibre/maplibre-gl-style-spec": "20.3.1",
"@monaco-editor/react": "4.6.0",
"@react-aria/color": "3.0.0-rc.2",
"@react-stately/color": "3.7.2",
"@shikijs/monaco": "1.17.6",
"@tanstack/react-query": "5.56.2",
"maplibre-gl": "4.7.0",
"monaco-editor": "0.51.0",
"react": "19.0.0-rc-206df66e-20240912",
"react-aria": "3.34.3",
"react-dom": "19.0.0-rc-206df66e-20240912",
"react-map-gl": "7.1.7",
"react-stately": "3.32.2",
"shiki": "1.17.6",
"usehooks-ts": "3.1.0"
},
"devDependencies": {
"@chromatic-com/storybook": "2.0.2",
"@emotion/jest": "11.13.0",
"@eslint/js": "9.10.0",
"@storybook/addon-essentials": "8.3.0",
"@storybook/addon-interactions": "8.3.0",
"@storybook/addon-links": "8.3.0",
"@storybook/addon-themes": "8.3.0",
"@storybook/blocks": "8.3.0",
"@storybook/react": "8.3.0",
"@storybook/react-vite": "8.3.0",
"@storybook/test": "8.3.0",
"@tailwindcss/vite": "4.0.0-alpha.23",
"@testing-library/react": "16.0.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.5.0",
"@typescript-eslint/parser": "8.5.0",
"@vitejs/plugin-react": "4.3.1",
"@vitest/browser": "2.1.1",
"@vitest/coverage-v8": "2.1.1",
"@vitest/eslint-plugin": "1.1.4",
"@vitest/ui": "2.1.1",
"babel-plugin-react-compiler": "0.0.0-experimental-de2cfda-20240912",
"chromatic": "11.10.2",
"clsx": "2.1.1",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import-x": "4.2.1",
"eslint-plugin-react-compiler": "0.0.0-experimental-75b9fd4-20240912",
"eslint-plugin-react-hooks": "5.1.0-rc.0",
"eslint-plugin-react-refresh": "0.4.12",
"eslint-plugin-unused-imports": "4.1.4",
"globals": "15.9.0",
"happy-dom": "15.7.4",
"playwright": "1.47.1",
"plop": "4.0.1",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"storybook": "8.3.0",
"tailwind-merge": "2.5.2",
"tailwindcss": "4.0.0-alpha.23",
"typescript": "5.6.2",
"typescript-eslint": "8.5.0",
"vite": "5.4.5",
"vitest": "2.1.1"
},
"packageManager": "[email protected]+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
}