1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-06-30 22:50:12 +02:00
pingvin-share/frontend/package.json

54 lines
1.4 KiB
JSON
Raw Normal View History

{
"name": "pingvin-share-frontend",
2023-08-01 12:37:47 +02:00
"version": "0.17.4",
"scripts": {
2022-12-02 15:10:49 +01:00
"dev": "next dev",
"build": "next build",
2023-07-31 16:38:29 +02:00
"start": "next start",
"lint": "next lint",
"format": "prettier --end-of-line=auto --write \"src/**/*.ts*\""
},
"dependencies": {
2023-07-30 22:34:10 +02:00
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@mantine/core": "^6.0.17",
"@mantine/dropzone": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/modals": "^6.0.17",
"@mantine/next": "^6.0.17",
"@mantine/notifications": "^6.0.17",
"axios": "^1.4.0",
"cookies-next": "^2.1.2",
"file-saver": "^2.0.5",
2023-07-30 22:34:10 +02:00
"jose": "^4.14.4",
"jwt-decode": "^3.1.2",
2023-01-31 09:03:03 +01:00
"mime-types": "^2.1.35",
"moment": "^2.29.4",
2023-07-30 22:34:10 +02:00
"next": "^13.4.12",
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",
2023-07-30 22:34:10 +02:00
"react-icons": "^4.10.1",
"react-intl": "^6.4.4",
"sharp": "^0.32.4",
"yup": "^1.2.0"
},
"devDependencies": {
2023-01-31 09:03:03 +01:00
"@types/mime-types": "^2.1.1",
2023-07-30 22:34:10 +02:00
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"axios": "^1.4.0",
"eslint": "8.46.0",
"eslint-config-next": "^13.4.12",
"eslint-config-prettier": "^8.9.0",
"prettier": "^3.0.0",
"tar": "^6.1.15",
"typescript": "^5.1.6"
}
}