2022-05-04 16:27:16 +02:00
|
|
|
{
|
|
|
|
"name": "pronouns",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite",
|
|
|
|
"build": "tsc && vite build",
|
|
|
|
"preview": "vite preview"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-05-10 16:33:29 +02:00
|
|
|
"@sentry/react": "^6.19.7",
|
|
|
|
"@sentry/tracing": "^6.19.7",
|
2022-05-05 16:33:44 +02:00
|
|
|
"axios": "^0.27.2",
|
2022-05-14 16:46:03 +02:00
|
|
|
"lodash": "^4.17.21",
|
2022-05-04 16:27:16 +02:00
|
|
|
"react": "^18.0.0",
|
2022-05-10 16:33:29 +02:00
|
|
|
"react-bootstrap-icons": "^1.8.2",
|
2022-05-05 16:33:44 +02:00
|
|
|
"react-dom": "^18.0.0",
|
2022-05-11 02:23:45 +02:00
|
|
|
"react-helmet": "^6.1.0",
|
2022-05-10 16:33:29 +02:00
|
|
|
"react-markdown": "^8.0.3",
|
2022-05-05 16:33:44 +02:00
|
|
|
"react-router-dom": "6",
|
2022-05-26 16:11:22 +02:00
|
|
|
"react-select": "^5.3.2",
|
2022-05-14 16:46:03 +02:00
|
|
|
"react-sortablejs": "^6.1.1",
|
|
|
|
"recoil": "^0.7.2",
|
|
|
|
"sortablejs": "^1.15.0"
|
2022-05-04 16:27:16 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-14 16:46:03 +02:00
|
|
|
"@tailwindcss/forms": "^0.5.1",
|
2022-05-10 16:33:29 +02:00
|
|
|
"@tailwindcss/typography": "^0.5.2",
|
2022-05-14 16:46:03 +02:00
|
|
|
"@types/lodash": "^4.14.182",
|
2022-05-04 16:27:16 +02:00
|
|
|
"@types/react": "^18.0.0",
|
|
|
|
"@types/react-dom": "^18.0.0",
|
2022-05-14 16:46:03 +02:00
|
|
|
"@types/react-helmet": "^6.1.5",
|
|
|
|
"@types/sortablejs": "^1.13.0",
|
2022-05-04 16:27:16 +02:00
|
|
|
"@vitejs/plugin-react": "^1.3.0",
|
2022-05-10 16:33:29 +02:00
|
|
|
"autoprefixer": "^10.4.7",
|
|
|
|
"postcss": "^8.4.13",
|
|
|
|
"tailwindcss": "^3.0.24",
|
2022-05-04 16:27:16 +02:00
|
|
|
"typescript": "^4.6.3",
|
|
|
|
"vite": "^2.9.7"
|
|
|
|
}
|
|
|
|
}
|