2022-10-09 22:30:32 +02:00
|
|
|
{
|
2022-12-30 19:23:17 +01:00
|
|
|
"name": "pingvin-share-frontend",
|
2024-05-22 15:21:07 +02:00
|
|
|
"version": "0.24.2",
|
2022-10-09 22:30:32 +02:00
|
|
|
"scripts": {
|
2022-12-02 15:10:49 +01:00
|
|
|
"dev": "next dev",
|
2022-10-09 22:30:32 +02:00
|
|
|
"build": "next build",
|
2023-07-31 16:38:29 +02:00
|
|
|
"start": "next start",
|
2022-10-09 22:30:32 +02:00
|
|
|
"lint": "next lint",
|
2023-07-10 13:58:17 +02:00
|
|
|
"format": "prettier --end-of-line=auto --write \"src/**/*.ts*\""
|
2022-10-09 22:30:32 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-22 15:20:33 +02:00
|
|
|
"@emotion/react": "^11.11.4",
|
2023-07-30 22:34:10 +02:00
|
|
|
"@emotion/server": "^11.11.0",
|
2024-05-22 15:20:33 +02:00
|
|
|
"@mantine/core": "^6.0.21",
|
|
|
|
"@mantine/dropzone": "^6.0.21",
|
|
|
|
"@mantine/form": "^6.0.21",
|
|
|
|
"@mantine/hooks": "^6.0.21",
|
|
|
|
"@mantine/modals": "^6.0.21",
|
|
|
|
"@mantine/next": "^6.0.21",
|
|
|
|
"@mantine/notifications": "^6.0.21",
|
|
|
|
"axios": "^1.7.2",
|
2023-07-30 22:34:10 +02:00
|
|
|
"cookies-next": "^2.1.2",
|
2022-10-09 22:30:32 +02:00
|
|
|
"file-saver": "^2.0.5",
|
2024-05-22 15:20:33 +02:00
|
|
|
"jose": "^4.15.5",
|
2023-02-04 18:12:49 +01:00
|
|
|
"jwt-decode": "^3.1.2",
|
2024-05-22 15:20:33 +02:00
|
|
|
"markdown-to-jsx": "^7.4.7",
|
2023-01-31 09:03:03 +01:00
|
|
|
"mime-types": "^2.1.35",
|
2024-05-22 15:20:33 +02:00
|
|
|
"moment": "^2.30.1",
|
|
|
|
"next": "^14.2.3",
|
2022-10-11 22:49:21 +02:00
|
|
|
"next-cookies": "^2.0.3",
|
2024-05-22 15:20:33 +02:00
|
|
|
"next-http-proxy-middleware": "^1.2.6",
|
2022-10-11 23:10:31 +02:00
|
|
|
"next-pwa": "^5.6.0",
|
2022-12-10 23:16:10 +01:00
|
|
|
"p-limit": "^4.0.0",
|
2024-05-22 15:20:33 +02:00
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
|
|
|
"react-icons": "^4.12.0",
|
|
|
|
"react-intl": "^6.6.8",
|
|
|
|
"sharp": "^0.33.4",
|
|
|
|
"yup": "^1.4.0"
|
2022-10-09 22:30:32 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-05-22 15:20:33 +02:00
|
|
|
"@types/mime-types": "^2.1.4",
|
|
|
|
"@types/node": "20.12.12",
|
|
|
|
"@types/react": "18.3.2",
|
|
|
|
"@types/react-dom": "18.3.0",
|
|
|
|
"@typescript-eslint/parser": "^7.10.0",
|
|
|
|
"axios": "^1.7.2",
|
|
|
|
"eslint": "8.57.0",
|
|
|
|
"eslint-config-next": "^13.5.6",
|
|
|
|
"eslint-config-prettier": "^8.10.0",
|
|
|
|
"prettier": "^3.2.5",
|
|
|
|
"tar": "^6.2.1",
|
|
|
|
"typescript": "^5.4.5"
|
2022-10-09 22:30:32 +02:00
|
|
|
}
|
|
|
|
}
|