2022-10-09 22:30:32 +02:00
|
|
|
{
|
2022-12-30 19:23:17 +01:00
|
|
|
"name": "pingvin-share-frontend",
|
2023-02-12 20:00:55 +01:00
|
|
|
"version": "0.10.1",
|
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",
|
2022-12-02 15:10:49 +01:00
|
|
|
"start": "next start",
|
2022-10-09 22:30:32 +02:00
|
|
|
"lint": "next lint",
|
2022-10-16 00:14:02 +02:00
|
|
|
"format": "prettier --write \"src/**/*.ts*\""
|
2022-10-09 22:30:32 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-12-05 17:27:19 +01:00
|
|
|
"@emotion/react": "^11.10.5",
|
2022-10-12 22:03:27 +02:00
|
|
|
"@emotion/server": "^11.10.0",
|
2023-01-13 10:31:22 +01:00
|
|
|
"@mantine/core": "^5.10.0",
|
|
|
|
"@mantine/dropzone": "^5.10.0",
|
|
|
|
"@mantine/form": "^5.10.0",
|
|
|
|
"@mantine/hooks": "^5.10.0",
|
|
|
|
"@mantine/modals": "^5.10.0",
|
|
|
|
"@mantine/next": "^5.10.0",
|
|
|
|
"@mantine/notifications": "^5.10.0",
|
|
|
|
"axios": "^1.2.2",
|
2022-12-05 17:27:19 +01:00
|
|
|
"cookies-next": "^2.1.1",
|
2022-10-09 22:30:32 +02:00
|
|
|
"file-saver": "^2.0.5",
|
2023-01-13 10:31:22 +01:00
|
|
|
"jose": "^4.11.2",
|
2023-02-04 18:12:49 +01:00
|
|
|
"jwt-decode": "^3.1.2",
|
2023-01-31 09:03:03 +01:00
|
|
|
"mime-types": "^2.1.35",
|
2022-10-18 09:43:13 +02:00
|
|
|
"moment": "^2.29.4",
|
2023-01-13 10:31:22 +01:00
|
|
|
"next": "^13.1.2",
|
2022-10-11 22:49:21 +02:00
|
|
|
"next-cookies": "^2.0.3",
|
2022-12-05 17:27:19 +01:00
|
|
|
"next-http-proxy-middleware": "^1.2.5",
|
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",
|
2022-10-31 11:20:54 +01:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-12-05 17:27:19 +01:00
|
|
|
"react-icons": "^4.7.1",
|
2022-10-09 22:30:32 +02:00
|
|
|
"yup": "^0.32.11"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-01-31 09:03:03 +01:00
|
|
|
"@types/mime-types": "^2.1.1",
|
2023-01-13 10:31:22 +01:00
|
|
|
"@types/node": "18.11.18",
|
2022-12-05 17:27:19 +01:00
|
|
|
"@types/react": "18.0.26",
|
2023-01-13 10:31:22 +01:00
|
|
|
"@types/react-dom": "18.0.10",
|
|
|
|
"axios": "^1.2.2",
|
|
|
|
"eslint": "8.31.0",
|
|
|
|
"eslint-config-next": "^13.1.2",
|
|
|
|
"eslint-config-prettier": "^8.6.0",
|
|
|
|
"prettier": "^2.8.2",
|
|
|
|
"tar": "^6.1.13",
|
|
|
|
"typescript": "^4.9.4"
|
2022-10-09 22:30:32 +02:00
|
|
|
}
|
|
|
|
}
|