1
0
mirror of https://github.com/stonith404/pingvin-share.git synced 2024-07-02 23:40:41 +02:00
pingvin-share/frontend/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

{
"name": "pingvin-share",
"version": "0.0.1",
"scripts": {
"dev": "dotenv next dev",
"build": "next build",
"start": "dotenv next start",
"lint": "next lint",
2022-10-16 00:14:02 +02:00
"format": "prettier --write \"src/**/*.ts*\""
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
2022-10-10 22:14:23 +02:00
"@mantine/core": "^5.5.2",
"@mantine/dropzone": "^5.5.2",
"@mantine/form": "^5.5.2",
"@mantine/hooks": "^5.5.2",
"@mantine/modals": "^5.5.2",
"@mantine/next": "^5.5.2",
"@mantine/notifications": "^5.5.2",
"axios": "^0.26.1",
"cookies-next": "^2.0.4",
"file-saver": "^2.0.5",
"jose": "^4.8.1",
"moment": "^2.29.4",
"next": "^12.3.1",
2022-10-11 22:49:21 +02:00
"next-cookies": "^2.0.3",
"next-http-proxy-middleware": "^1.2.4",
2022-10-11 23:10:31 +02:00
"next-pwa": "^5.6.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.4",
"@types/react-dom": "18.0.0",
"axios": "^0.26.1",
"dotenv-cli": "^6.0.0",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1",
"tar": "^6.1.11",
"typescript": "^4.6.3"
}
}