-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.22 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
91
92
93
94
95
96
97
98
99
100
101
{
"name": "reearth-webar",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"gql:plateau": "graphql-codegen --config ./codegen_catalog.ts",
"gql:geo": "graphql-codegen --config ./codegen_geo.ts"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@apollo/client": "^3.8.9",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@mui/icons-material": "^5.14.18",
"@mui/lab": "^5.0.0-alpha.140",
"@mui/material": "^5.14.18",
"@mui/system": "^5.15.2",
"@turf/unkink-polygon": "^6.5.0",
"astronomy-engine": "^2.1.19",
"cesium": "^1.114.0",
"chroma-js": "^2.4.2",
"class-validator": "^0.14.0",
"d3": "^7.8.5",
"date-fns": "^3.0.6",
"framer-motion": "^10.16.16",
"graphql": "^16.8.1",
"jotai": "^2.6.2",
"jotai-xstate": "^0.3.0",
"jsonpath": "^1.1.1",
"lodash-es": "^4.17.21",
"material-ui-popup-state": "^5.0.10",
"overlayscrollbars": "^2.4.5",
"overlayscrollbars-react": "^0.5.3",
"query-string": "^9.0.0",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-merge-refs": "^2.1.1",
"react-router-dom": "^6.22.0",
"react-use": "^17.4.2",
"react-window": "^1.8.10",
"styled-components": "^6.1.8",
"suspend-react": "^0.1.3",
"tinycolor2": "^1.6.0",
"xstate": "^4.38.2"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.0",
"@graphql-codegen/client-preset": "4.1.0",
"@graphql-codegen/fragment-matcher": "5.0.0",
"@graphql-codegen/typescript": "4.0.1",
"@graphql-codegen/typescript-resolvers": "4.0.1",
"@storybook/addon-essentials": "^7.6.0",
"@storybook/addon-interactions": "^7.6.0",
"@storybook/addon-links": "^7.6.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.6.0",
"@storybook/react": "^7.6.0",
"@storybook/test": "^7.6.0",
"@types/chroma-js": "^2.4.3",
"@types/d3": "^7.4.3",
"@types/jsonpath": "^0.2.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20",
"@types/react": "^18.2.55",
"@types/react-color": "^3.0.10",
"@types/react-dom": "^18.2.19",
"@types/react-window": "^1.8.8",
"@types/tinycolor2": "^1.4.6",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-reearth": "^0.3.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.6.15",
"postcss": "^8",
"storybook": "^7.6.0",
"symlink-dir": "^5.2.1",
"tailwindcss": "^3.3.0",
"typescript": "^5.2.2",
"vite": "^5.1.0",
"vite-plugin-cesium": "^1.2.22",
"vite-plugin-static-copy": "^1.0.1",
"vitest": "^1.2.2"
}
}