-
Notifications
You must be signed in to change notification settings - Fork 188
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.18 KB
/
Copy pathpackage.json
File metadata and controls
109 lines (109 loc) · 3.18 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "@three-geospatial/source",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "pnpm nx build-libs",
"clean": "pnpm exec rimraf --glob dist tmp **/node_modules/.cache"
},
"dependencies": {
"@petamoriken/float16": "^3.9.3",
"astronomy-engine": "^2.1.19",
"react-merge-refs": "^3.0.2",
"tiny-invariant": "^1.3.3",
"type-fest": "^5.6.0",
"url-join": "^5.0.0"
},
"devDependencies": {
"3d-tiles-renderer": "0.4.24",
"@babel/core": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@emotion/babel-plugin": "11.13.5",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@eslint/js": "^9.39.4",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@mapbox/point-geometry": "^1.1.0",
"@mapbox/vector-tile": "^2.0.4",
"@nx/esbuild": "22.7.2",
"@nx/eslint": "22.7.2",
"@nx/eslint-plugin": "22.7.2",
"@nx/js": "22.7.2",
"@nx/node": "22.7.2",
"@nx/react": "22.7.2",
"@nx/storybook": "22.7.2",
"@nx/vite": "22.7.2",
"@nx/web": "22.7.2",
"@react-three/drei": "10.7.7",
"@react-three/fiber": "9.6.1",
"@react-three/postprocessing": "3.0.4",
"@rollup/plugin-replace": "^6.0.3",
"@storybook/addon-docs": "10.4.0",
"@storybook/react-vite": "10.4.0",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.7.10",
"@swc/core": "1.15.24",
"@swc/helpers": "0.5.18",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.0",
"@types/lodash": "^4.17.24",
"@types/lodash-es": "^4.17.12",
"@types/minimist": "^1.2.5",
"@types/node": "^22.19.19",
"@types/pbf": "^3.0.5",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/shallowequal": "^1.1.5",
"@types/string-template": "^1.0.7",
"@types/three": "0.182.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "4.1.2",
"@vitest/ui": "4.1.2",
"antd": "^5.29.3",
"date-fns": "^4.1.0",
"esbuild": "^0.19.12",
"eslint": "^9.39.4",
"eslint-config-love": "153.0.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-storybook": "10.4.0",
"jiti": "2.4.2",
"jotai": "^2.20.0",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.4.2",
"leva": "^0.10.1",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"minimist": "^1.2.8",
"motion": "^12.38.0",
"nx": "22.7.2",
"pbf": "^4.0.1",
"postprocessing": "6.39.1",
"prettier": "^3.8.3",
"prettier-plugin-glsl": "^0.2.6",
"prettier-plugin-jsdoc": "^1.8.0",
"protomaps-leaflet": "^5.1.0",
"react": "19.2.6",
"react-dom": "19.2.6",
"react-use": "^17.6.0",
"rimraf": "^6.1.3",
"shallowequal": "^1.1.0",
"sharp": "^0.34.5",
"stats-gl": "^4.1.0",
"storybook": "10.4.0",
"three": "0.184.0",
"ts-node": "10.9.2",
"tslib": "^2.8.1",
"typescript": "5.9.2",
"typescript-eslint": "^8.59.3",
"verdaccio": "6.5.2",
"vite": "7.1.5",
"vite-plugin-dts": "~4.5.4",
"vitest": "4.1.2",
"workerpool": "^10.0.2"
}
}