39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "geosphere-maps",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "npm run copy-arcgis-maps-assets && npm run copy-calcite-components-assets && next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"copy-arcgis-maps-assets": "ncp ./node_modules/@arcgis/core/assets ./public/assets",
|
|
"copy-calcite-components-assets": "ncp ./node_modules/@esri/calcite-components/dist/calcite/assets ./public/assets/"
|
|
},
|
|
"dependencies": {
|
|
"@arcgis/core": "^4.27.6",
|
|
"@esri/calcite-components-react": "^1.8.0",
|
|
"@formatjs/intl-localematcher": "^0.4.0",
|
|
"@types/node": "20.4.5",
|
|
"@types/react": "18.2.17",
|
|
"@types/react-dom": "18.2.7",
|
|
"eslint": "8.45.0",
|
|
"eslint-config-next": "13.4.12",
|
|
"i18next": "^23.4.4",
|
|
"negotiator": "^0.6.3",
|
|
"next": "^13.5.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-i18next": "^13.2.2",
|
|
"sharp": "^0.32.6",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.4.14",
|
|
"cross-env": "^7.0.3",
|
|
"ncp": "^2.0.0",
|
|
"postcss": "^8.4.27",
|
|
"tailwindcss": "^3.3.3"
|
|
}
|
|
}
|