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",
|
2022-01-15 03:59:53 +00:00
|
|
|
"@types/javascript-color-gradient": "^1.3.0",
|
2022-01-15 04:27:29 +00:00
|
|
|
"@types/mapbox-gl": "^2.6.0",
|
2022-01-19 06:06:19 +00:00
|
|
|
"date-fns": "^2.28.0",
|
2022-02-07 01:45:18 +00:00
|
|
|
"downshift": "^6.1.7",
|
2022-01-15 03:46:39 +00:00
|
|
|
"javascript-color-gradient": "^1.3.2",
|
|
|
|
"mapbox-gl": "^2.6.1",
|
2022-01-25 05:52:52 +00:00
|
|
|
"minisearch": "^3.2.0",
|
2022-03-19 05:41:31 +00:00
|
|
|
"next": "12.1.1-canary.15",
|
2022-01-14 04:24:18 +00:00
|
|
|
"react": "17.0.2",
|
2022-01-19 06:06:19 +00:00
|
|
|
"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",
|
2022-01-19 06:06:19 +00:00
|
|
|
"swr": "^1.1.2"
|
2022-01-14 04:24:18 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "17.0.8",
|
|
|
|
"@types/react": "17.0.38",
|
2022-01-24 05:59:36 +00:00
|
|
|
"@types/react-dom": "^17.0.11",
|
2022-03-13 01:36:55 +00:00
|
|
|
"@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-03-19 05:15:25 +00:00
|
|
|
"typescript": "4.5.4"
|
2022-01-14 04:24:18 +00:00
|
|
|
}
|
|
|
|
}
|