{ "name": "modmapper-web", "private": true, "scripts": { "dev": "next dev", "build": "next build", "postbuild": "next-sitemap --config next-sitemap.config.js", "start": "next start", "lint": "next lint" }, "dependencies": { "@reduxjs/toolkit": "^1.7.2", "@types/javascript-color-gradient": "^1.3.0", "@types/mapbox-gl": "^2.6.0", "date-fns": "^2.28.0", "downshift": "^6.1.7", "javascript-color-gradient": "^1.3.2", "mapbox-gl": "^2.6.1", "minisearch": "^3.2.0", "next": "12.0.8", "react": "17.0.2", "react-dom": "17.0.2", "react-redux": "^7.2.6", "skyrim-cell-dump-wasm": "0.1.0", "swr": "^1.1.2" }, "devDependencies": { "@types/node": "17.0.8", "@types/react": "17.0.38", "@types/react-dom": "^17.0.11", "@types/wicg-file-system-access": "^2020.9.5", "eslint": "8.6.0", "eslint-config-next": "12.0.8", "next-sitemap": "^2.1.14", "node-fetch": "^3.2.0", "typescript": "4.5.4", "worker-loader": "3.0.8" } }