geosphere-maps/package.json

39 lines
1.1 KiB
JSON
Raw Permalink Normal View History

2023-07-28 06:30:40 +00:00
{
"name": "geosphere-maps",
"version": "0.1.0",
"private": true,
"scripts": {
2023-10-25 12:51:44 +00:00
"dev": "next dev",
"build": "npm run copy-arcgis-maps-assets && npm run copy-calcite-components-assets && next build",
"start": "next start",
2023-09-22 09:33:13 +00:00
"lint": "next lint",
2023-10-25 12:51:44 +00:00
"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/"
2023-07-28 06:30:40 +00:00
},
"dependencies": {
2023-09-22 09:33:13 +00:00
"@arcgis/core": "^4.27.6",
2023-09-28 11:27:46 +00:00
"@esri/calcite-components-react": "^1.8.0",
2023-09-22 09:33:13 +00:00
"@formatjs/intl-localematcher": "^0.4.0",
2023-07-28 06:30:40 +00:00
"@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",
2023-09-22 09:33:13 +00:00
"i18next": "^23.4.4",
"negotiator": "^0.6.3",
2023-09-28 11:27:46 +00:00
"next": "^13.5.2",
2023-07-28 06:30:40 +00:00
"react": "18.2.0",
"react-dom": "18.2.0",
2023-09-28 11:27:46 +00:00
"react-i18next": "^13.2.2",
2023-10-25 12:51:44 +00:00
"sharp": "^0.32.6",
2023-07-28 06:30:40 +00:00
"typescript": "5.1.6"
2023-09-22 09:33:13 +00:00
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
2023-10-25 12:51:44 +00:00
"ncp": "^2.0.0",
2023-09-22 09:33:13 +00:00
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
2023-07-28 06:30:40 +00:00
}
}