modmapper-web/package.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2022-01-14 04:24:18 +00:00
{
"name": "modmapper-web",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
2022-02-14 04:45:41 +00:00
"postbuild": "next-sitemap --config next-sitemap.config.js",
2022-01-14 04:24:18 +00:00
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-02-27 06:17:52 +00:00
"@reduxjs/toolkit": "^1.7.2",
"@types/javascript-color-gradient": "^1.3.0",
2022-01-15 04:27:29 +00:00
"@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",
2022-01-25 05:52:52 +00:00
"minisearch": "^3.2.0",
2022-01-14 04:24:18 +00:00
"next": "12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2",
2022-02-27 06:17:52 +00:00
"react-redux": "^7.2.6",
"skyrim-cell-dump-wasm": "0.1.0",
"swr": "^1.1.2"
2022-01-14 04:24:18 +00:00
},
"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",
2022-01-14 04:24:18 +00:00
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
2022-02-14 04:45:41 +00:00
"next-sitemap": "^2.1.14",
"node-fetch": "^3.2.0",
2022-02-27 06:17:52 +00:00
"typescript": "4.5.4",
"worker-loader": "3.0.8"
2022-01-14 04:24:18 +00:00
}
}