-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
185 lines (185 loc) · 6 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
{
"name": "veda-ui",
"description": "Dashboard",
"version": "2.3.1",
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/NASA-IMPACT/veda-ui.git"
},
"license": "Apache-2.0",
"source": "./app/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"scripts": {
"serve": "NODE_ENV=development gulp serve",
"build": "NODE_ENV=production gulp",
"stage": "NODE_ENV=staging gulp",
"clean": "gulp clean",
"lint": "yarn lint:scripts && yarn lint:css",
"lint:scripts": "eslint app/scripts/",
"lint:css": "stylelint 'app/styles/**/**' 'app/scripts/**/*.(js|ts|tsx|jsx)'",
"ts-check": "yarn tsc --noEmit --skipLibCheck",
"test": "jest"
},
"engines": {
"node": "16.x"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/eslint-parser": "^7.16.0",
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/preset-env": "^7.16.0",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.18.6",
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/react": "^2.0.0",
"@parcel/bundler-experimental": "^2.7.0",
"@parcel/packager-raw-url": "2.7.0",
"@parcel/reporter-bundle-analyzer": "^2.0.0",
"@parcel/reporter-bundle-buddy": "^2.0.0",
"@parcel/resolver-glob": "^2.0.1",
"@parcel/transformer-mdx": "^2.0.1",
"@parcel/transformer-webmanifest": "2.7.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.2",
"@types/d3": "^7.4.0",
"@types/mapbox-gl": "^2.7.5",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-jest": "^28.1.3",
"babel-plugin-styled-components": "^1.13.3",
"buffer": "^6.0.3",
"dedent": "^0.7.0",
"del": "^6.0.0",
"eslint": "^8.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-react-app": "^6.0.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-inclusive-language": "^2.1.1",
"eslint-plugin-jest": "^26.1.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"events": "^3.3.0",
"fancy-log": "^1.3.3",
"fast-glob": "^3.2.7",
"fs-extra": "^10.0.0",
"gray-matter": "^4.0.3",
"gulp": "^4.0.2",
"jest": "^28.1.3",
"jest-css-modules-transform": "^4.3.0",
"parcel": "^2.7.0",
"parcel-resolver-ignore": "^2.1.3",
"parcel-resolver-veda": "link:./parcel-resolver-veda",
"parcel-transformer-mdx": "link:./parcel-transformer-mdx",
"parcel-transformer-mdx-frontmatter": "link:./parcel-transformer-mdx-frontmatter",
"portscanner": "^2.2.0",
"posthtml-expressions": "^1.9.0",
"prettier": "^2.4.1",
"process": "^0.11.10",
"react-gtm-module": "^2.0.11",
"remark-gfm": "^3.0.1",
"stream-browserify": "^3.0.0",
"stylelint": "^13.12",
"stylelint-config-recommended": "^3.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-jest": "^28.0.7",
"typescript": "^4.5.5"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.1.1",
"@codemirror/state": "^6.2.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.13.0",
"@devseed-ui/accordion": "4.1.0",
"@devseed-ui/animation": "4.1.0",
"@devseed-ui/button": "4.1.0",
"@devseed-ui/collecticons": "4.1.0",
"@devseed-ui/date-picker": "4.1.0",
"@devseed-ui/dropdown": "4.1.0",
"@devseed-ui/form": "4.1.0",
"@devseed-ui/global-loading": "4.1.0",
"@devseed-ui/modal": "^4.1.0",
"@devseed-ui/shadow-scrollbar": "4.1.0",
"@devseed-ui/theme-provider": "4.1.0",
"@devseed-ui/toolbar": "4.1.0",
"@devseed-ui/typography": "4.1.0",
"@mapbox/mapbox-gl-draw": "^1.3.0",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"@parcel/transformer-raw": "~2.7.0",
"@tanstack/react-query": "^4.3.9",
"@tanstack/react-query-devtools": "^4.3.9",
"@tanstack/react-table": "^8.9.3",
"@tippyjs/react": "^4.2.6",
"@turf/area": "^6.5.0",
"@turf/bbox": "^6.5.0",
"@turf/bbox-polygon": "^6.5.0",
"@turf/boolean-intersects": "^6.5.0",
"@turf/centroid": "^6.5.0",
"@turf/simplify": "^6.5.0",
"@turf/union": "^6.5.0",
"@types/geojson": "^7946.0.10",
"@types/mdx": "^2.0.1",
"@types/react": "^18.2.12",
"@types/react-dom": "^18.2.5",
"@types/styled-components": "^5.1.26",
"axios": "^0.25.0",
"clipboard": "^2.0.11",
"codemirror": "^6.0.1",
"d3": "^7.6.1",
"d3-scale-chromatic": "^3.0.0",
"date-fns": "^2.28.0",
"file-saver": "^2.0.5",
"geojson-validation": "^1.0.2",
"google-polyline": "^1.0.3",
"history": "^5.1.0",
"intersection-observer": "^0.12.0",
"jest-environment-jsdom": "^28.1.3",
"js-yaml": "^4.1.0",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"mapbox-gl-compare": "^0.4.0",
"mapbox-gl-draw-rectangle-mode": "^1.0.4",
"papaparse": "^5.3.2",
"polished": "^4.1.3",
"prop-types": "^15.7.2",
"qs": "^6.10.3",
"qs-state-hook": "^2.0.0",
"react": "^18.2.0",
"react-compare-image": "^3.1.0",
"react-cool-dimensions": "^2.0.7",
"react-dom": "^18.2.0",
"react-draggable": "^4.4.5",
"react-error-boundary": "^4.0.10",
"react-helmet": "^6.1.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-lazyload": "^3.2.0",
"react-nl2br": "^1.0.2",
"react-router": "^6.0.0",
"react-router-dom": "^6.0.0",
"react-transition-group": "^4.4.2",
"react-virtual": "^2.10.4",
"recharts": "2.1.12",
"rodemirror": "^2.0.0",
"scrollama": "^3.1.0",
"shpjs": "^4.0.4",
"styled-components": "^5.3.3",
"use-deep-compare": "^1.1.0",
"xlsx": "^0.18.5"
},
"parcelIgnore": [
".*/meta/"
],
"alias": {
"$components": "~/app/scripts/components",
"$styles": "~/app/scripts/styles",
"$utils": "~/app/scripts/utils",
"$context": "~/app/scripts/context",
"$test": "~/test"
}
}