-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 974 Bytes
/
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
{
"name": "coastal-eutrophication",
"version": "1.0.0",
"description": "A web application that visualizes global coastal eutrophication trends by country and region from 2005 until 2021",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/RalucaNicola/arcgis-template.git"
},
"keywords": [
"arcgis-js",
"calcite",
"react",
"vite"
],
"author": "Raluca Nicola",
"license": "MIT",
"bugs": {
"url": "https://github.com/RalucaNicola/coastal-eutrophication/issues"
},
"homepage": "https://github.com/RalucaNicola/coastal-eutrophication#readme",
"devDependencies": {
"@vitejs/plugin-react": "^1.3.2",
"vite": "^2.9.8"
},
"dependencies": {
"@arcgis/core": "^4.25.4",
"@esri/calcite-components-react": "^0.22.0",
"@esri/calcite-ui-icons": "^3.20.5",
"d3": "^7.4.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}