2022-08-16 00:01:54 +02:00
|
|
|
{
|
|
|
|
"name": "pronouns",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-24 14:56:27 +01:00
|
|
|
"@codemirror/lang-markdown": "^6.0.5",
|
2022-11-19 16:52:52 +01:00
|
|
|
"@sentry/nextjs": "^7.20.0",
|
2022-11-17 17:33:59 +01:00
|
|
|
"@types/lodash": "^4.14.189",
|
2022-11-24 14:56:27 +01:00
|
|
|
"@uiw/react-codemirror": "^4.15.1",
|
2022-11-17 17:33:59 +01:00
|
|
|
"lodash": "^4.17.21",
|
2022-11-19 16:52:52 +01:00
|
|
|
"next": "13.0.4",
|
2022-08-16 00:01:54 +02:00
|
|
|
"react": "18.2.0",
|
|
|
|
"react-bootstrap-icons": "^1.8.4",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-markdown": "^8.0.3",
|
|
|
|
"react-sortablejs": "^6.1.4",
|
|
|
|
"recoil": "^0.7.5",
|
2022-11-21 03:20:15 +01:00
|
|
|
"sortablejs": "^1.15.0",
|
|
|
|
"toastify-js": "^1.12.0"
|
2022-08-16 00:01:54 +02:00
|
|
|
},
|
2022-11-24 14:56:27 +01:00
|
|
|
"overrides": {
|
|
|
|
"@codemirror/highlight": "0.19.8",
|
|
|
|
"@codemirror/lang-markdown": "^6.0.5",
|
|
|
|
"@codemirror/state": ">=6.0.0",
|
|
|
|
"@codemirror/view": ">=6.0.0"
|
|
|
|
},
|
2022-08-16 00:01:54 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
|
|
"@tailwindcss/typography": "^0.5.3",
|
|
|
|
"@types/node": "18.0.3",
|
|
|
|
"@types/react": "18.0.15",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"@types/sortablejs": "^1.13.0",
|
2022-11-21 03:20:15 +01:00
|
|
|
"@types/toastify-js": "^1.11.1",
|
2022-08-16 00:01:54 +02:00
|
|
|
"autoprefixer": "^10.4.7",
|
|
|
|
"eslint": "8.19.0",
|
2022-11-19 16:52:52 +01:00
|
|
|
"eslint-config-next": "13.0.4",
|
2022-08-16 00:01:54 +02:00
|
|
|
"postcss": "^8.4.14",
|
2022-11-18 14:11:52 +01:00
|
|
|
"prettier": "2.7.1",
|
2022-08-16 00:01:54 +02:00
|
|
|
"tailwindcss": "^3.1.6",
|
|
|
|
"typescript": "4.7.4"
|
|
|
|
}
|
|
|
|
}
|