-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
127 lines (127 loc) · 3.96 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"name": "infra-risk-vis",
"version": "0.2.0",
"private": true,
"type": "module",
"engines": {
"node": ">=20.0.0 <23"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@loaders.gl/core": "^3.4.14",
"@loaders.gl/wkt": "^3.4.14",
"@math.gl/core": "^3.6.3",
"@mui/icons-material": "^5.11.11",
"@mui/lab": "^5.0.0-alpha.123",
"@mui/material": "^5.11.13",
"@mui/x-tree-view": "^7.7.0",
"@nismod/irv-api-client": "^0.8.0",
"@nismod/irv-autopkg-client": "^0.2.7-dev",
"@react-hook/debounce": "^4.0.0",
"@recoiljs/refine": "^0.1.1",
"@turf/bbox": "^7.1.0",
"@turf/bbox-polygon": "^7.1.0",
"@turf/buffer": "^7.1.0",
"d3-array": "^3.2.2",
"d3-color": "^3.1.0",
"d3-ease": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"deck.gl": "^8.9.28",
"immer": "^9.0.19",
"json-stable-stringify": "^1.0.2",
"lodash": "^4.17.21",
"maplibre-gl": "^3.3.1",
"markdown-to-jsx": "^7.2.0",
"pretty-bytes": "^6.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-json-view": "^1.21.3",
"react-map-gl": "^7.1.6",
"react-query": "^3.39.3",
"react-resize-detector": "^8.0.4",
"react-router-dom": "^6.9.0",
"react-spring-bottom-sheet": "^3.4.1",
"react-string-replace": "^1.1.0",
"react-vega": "^7.6.0",
"recoil": "^0.7.7",
"recoil-sync": "^0.2.0",
"type-fest": "^3.6.1",
"use-http": "^1.0.27",
"vega": "^5.24.0",
"vega-lite": "^5.6.1",
"vitest": "^0.29.3"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@mdx-js/rollup": "^2.3.0",
"@storybook/addon-essentials": "^7.6.19",
"@storybook/addon-interactions": "^7.6.19",
"@storybook/addon-links": "^7.6.19",
"@storybook/blocks": "^7.6.19",
"@storybook/cli": "^8.1.8",
"@storybook/react": "^7.6.19",
"@storybook/react-vite": "^7.6.19",
"@storybook/testing-library": "^0.0.14-next.1",
"@types/d3-array": "^3.0.4",
"@types/d3-color": "^3.1.0",
"@types/d3-ease": "^3.0.0",
"@types/d3-format": "^3.0.4",
"@types/d3-scale": "^4.0.3",
"@types/d3-scale-chromatic": "^3.0.0",
"@types/d3-selection": "^3.0.0",
"@types/d3-shape": "^3.1.6",
"@types/geojson": "^7946.0.10",
"@types/json-stable-stringify": "^1.0.34",
"@types/lodash": "^4.14.191",
"@types/mdx": "^2.0.3",
"@types/node": "^18.14.6",
"@types/react": "^17.0.53",
"@types/react-dom": "^17.0.19",
"@vitejs/plugin-react": "^3.1.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-react-app": "^7.0.1",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-storybook": "^0.6.14",
"eslint-watch": "^8.0.0",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"npm-check-updates": "^16.7.12",
"prettier": "^3.0.3",
"prop-types": "^15.8.1",
"rollup-plugin-visualizer": "^5.9.0",
"storybook": "^8.1.8",
"typescript": "^5.0.2",
"vite": "^4.2.0",
"vite-plugin-qrcode": "^0.2.1",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.7"
},
"scripts": {
"update": "ncu -i --reject react,react-dom,@types/react,@types/react-dom,mapbox-gl,@types/mapbox-gl,react-map-gl",
"start": "vite",
"build": "tsc && vite build",
"serve": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage",
"lint": "eslint . --report-unused-disable-directives --max-warnings 0",
"lint-watch": "esw --watch --changed --ext .ts --ext .tsx --color --clear",
"test:type-check": "tsc --noEmit",
"format": "prettier --write .",
"prepare": "husky install",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}