All checks were successful
Build and Deploy / build-deploy (push) Successful in 1m26s
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "places-ive-been-in",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build-image-paths": "node bin/build-image-paths.js",
|
|
"optimize-images": "bash bin/optimize-images.sh",
|
|
"optimize-images:clean": "rm -r ./public/thumbnails && bun optimize-images",
|
|
"dev": "vite",
|
|
"prebuild": "bun optimize-images && bun build-image-paths",
|
|
"build": "tsc && vite build",
|
|
"lint": "eslint src --ext ts,tsx",
|
|
"lint:styles": "stylelint './src/**/*.tsx'",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.10.8",
|
|
"@emotion/styled": "^11.10.8",
|
|
"@fontsource/josefin-sans": "^4.5.12",
|
|
"mapbox-gl": "^2.14.1",
|
|
"maplibre-gl": "^2.4.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-map-gl": "^7.0.23",
|
|
"react-transition-group": "^4.4.5",
|
|
"styled-tools": "^1.7.2",
|
|
"vite-plugin-svgr": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mapbox-gl": "^2.7.11",
|
|
"@types/node": "^18.16.2",
|
|
"@types/react": "^18.0.28",
|
|
"@types/react-dom": "^18.0.11",
|
|
"@types/react-transition-group": "^4.4.5",
|
|
"@untile/eslint-config-typescript-react": "^1.0.0",
|
|
"@untile/prettier-config": "^1.0.2",
|
|
"@untile/stylelint-config-react": "1.0.2",
|
|
"@vitejs/plugin-react-swc": "^3.0.0",
|
|
"eslint": "^8.38.0",
|
|
"postcss": "^8.4.21",
|
|
"postcss-styled-syntax": "^0.4.0",
|
|
"prettier": "^2.8.7",
|
|
"stylelint": ">=15.3",
|
|
"typescript": "^5.0.2",
|
|
"vite": "^4.3.0"
|
|
}
|
|
}
|