-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
79 lines (79 loc) · 2.4 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
{
"name": "gle-scene-components",
"version": "1.0.33",
"description": "GLE Scene Components",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types.d.ts",
"scripts": {
"build": "npm run clean && rollup -c --bundleConfigAsCjs",
"clean": "rimraf dist",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guyettinger/gle-scene-components.git"
},
"author": "Guy Ettinger",
"license": "MIT",
"bugs": {
"url": "https://github.com/guyettinger/gle-scene-components/issues"
},
"homepage": "https://github.com/guyettinger/gle-scene-components#readme",
"dependencies": {
"@react-three/drei": "^9.109.2",
"@react-three/fiber": "^8.16.8",
"@react-three/xr": "^6.1.0",
"cesium": "^1.121.1",
"gle-gaussian-splat-3d": "^1.0.20",
"gle-potree": "^1.0.1",
"gle-threedtiles": "^9.1.27",
"mobx": "^6.13.1",
"mobx-react": "^9.1.1",
"react-nanny": "^2.15.0",
"resium": "^1.18.2",
"styled-components": "^6.1.12",
"three": "^0.167.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.4",
"@storybook/addon-essentials": "^8.2.8",
"@storybook/addon-interactions": "^8.2.8",
"@storybook/addon-links": "^8.2.8",
"@storybook/addon-storysource": "^8.2.8",
"@storybook/blocks": "^8.2.8",
"@storybook/react": "^8.2.8",
"@storybook/react-vite": "^8.2.8",
"@storybook/test": "^8.2.8",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.23",
"@types/styled-components": "^5.1.34",
"@types/three": "^0.167.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-import-css": "^3.3.4",
"rollup-plugin-peer-deps-external": "^2.2.4",
"storybook": "^8.2.8",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-cesium": "^1.2.23"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}