-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.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
{
"devDependencies": {
"@types/geojson": "^7946.0.10",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"buffer": "^5.5.0||^6.0.0",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"events": "^3.1.0",
"parcel": "^2.9.3",
"parcel-reporter-static-files-copy": "^1.5.0",
"prettier": "2.8.7",
"process": "^0.11.10",
"stream-browserify": "^3.0.0"
},
"source": "src/index.html",
"scripts": {
"start": "parcel",
"build": "parcel build"
},
"dependencies": {
"@devseed-ui/button": "^4.1.0",
"@devseed-ui/collecticons": "^4.1.0",
"@devseed-ui/dropdown": "^4.1.0",
"@devseed-ui/theme-provider": "^4.1.0",
"@devseed-ui/toolbar": "^4.1.0",
"@turf/bbox": "^6.5.0",
"@turf/distance": "^6.5.0",
"@turf/great-circle": "^6.5.0",
"@turf/helpers": "^6.5.0",
"country-code-emoji": "^2.3.0",
"jotai": "^2.2.1",
"mapbox-gl": "^2.15.0",
"papaparse": "^5.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-select": "^5.7.2",
"simple-statistics": "^7.8.3",
"styled-components": "^5.3.9",
"turf": "^3.0.14"
},
"targets": {
"default": {
"distDir": "./docs"
}
},
"browserslist": "> 0.5%, last 2 versions, not dead",
"name": "co2ordinate",
"version": "1.0.0",
"repository": "[email protected]:developmentseed/co2ordinate.git",
"author": "Erik Escoffier <[email protected]>",
"license": "MIT"
}