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

55 lines
1.6 KiB
JSON
Raw Normal View History

2022-04-25 15:15:17 +02:00
{
"name": "pingvin-share",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
2022-05-06 10:25:10 +02:00
"deploy:latest": "docker buildx build -t stonith404/pingvin-share:latest --platform linux/amd64,linux/arm64 --push .",
"deploy:development": "docker buildx build -t stonith404/pingvin-share:development --platform linux/amd64,linux/arm64 --push ."
2022-04-25 15:15:17 +02:00
},
"dependencies": {
2022-04-28 15:15:30 +02:00
"@mantine/core": "^4.2.0",
"@mantine/dropzone": "^4.2.0",
"@mantine/form": "^4.2.0",
"@mantine/hooks": "^4.2.0",
"@mantine/modals": "^4.2.0",
"@mantine/next": "^4.2.0",
"@mantine/notifications": "^4.2.0",
2022-05-18 12:35:20 +02:00
"appwrite": "^8.0.0",
2022-04-25 15:15:17 +02:00
"axios": "^0.26.1",
"cookies-next": "^2.0.4",
"file-saver": "^2.0.5",
2022-05-06 10:25:10 +02:00
"jose": "^4.8.1",
2022-04-25 15:15:17 +02:00
"js-file-download": "^0.4.12",
"jszip": "^3.9.1",
2022-05-11 13:50:28 +02:00
"moment": "^2.29.3",
2022-04-25 15:15:17 +02:00
"next": "12.1.5",
2022-04-28 15:02:38 +02:00
"next-pwa": "^5.5.2",
2022-05-18 12:35:20 +02:00
"node-appwrite": "^6.0.0",
2022-04-25 15:15:17 +02:00
"react": "18.0.0",
"react-dom": "18.0.0",
"tabler-icons-react": "^1.44.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/cookie": "^0.5.0",
"@types/file-saver": "^2.0.5",
2022-04-25 15:15:17 +02:00
"@types/node": "17.0.23",
"@types/react": "18.0.4",
"@types/react-dom": "18.0.0",
"@types/readline-sync": "^1.4.4",
"@types/tar": "^6.1.1",
2022-04-28 15:02:38 +02:00
"@types/uuid": "^8.3.4",
2022-04-25 15:15:17 +02:00
"axios": "^0.26.1",
2022-04-28 15:02:38 +02:00
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
2022-04-25 15:15:17 +02:00
"node-appwrite": "^5.1.0",
"readline-sync": "^1.4.10",
2022-04-28 15:02:38 +02:00
"tar": "^6.1.11",
"typescript": "^4.6.3"
2022-04-25 15:15:17 +02:00
}
}