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-04-25 17:11:41 +02:00
|
|
|
"init:appwrite": "cd .setup && npm install && npx ts-node index.ts",
|
2022-04-25 17:58:03 +02:00
|
|
|
"deploy": "docker build -t git.elias.li/stonith404/pingvin-share:latest . && docker push git.elias.li/stonith404/pingvin-share:latest"
|
2022-04-25 15:15:17 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@mantine/core": "^4.1.3",
|
|
|
|
"@mantine/dropzone": "^4.1.3",
|
|
|
|
"@mantine/form": "^4.1.3",
|
|
|
|
"@mantine/hooks": "^4.1.3",
|
|
|
|
"@mantine/modals": "^4.1.3",
|
|
|
|
"@mantine/next": "^4.1.3",
|
|
|
|
"@mantine/notifications": "^4.1.3",
|
|
|
|
"appwrite": "^7.0.0",
|
|
|
|
"axios": "^0.26.1",
|
|
|
|
"cookie": "^0.5.0",
|
|
|
|
"cookies-next": "^2.0.4",
|
|
|
|
"js-file-download": "^0.4.12",
|
|
|
|
"next": "12.1.5",
|
|
|
|
"node-appwrite": "^5.1.0",
|
|
|
|
"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/node": "17.0.23",
|
|
|
|
"@types/react": "18.0.4",
|
|
|
|
"@types/react-dom": "18.0.0",
|
|
|
|
"@types/uuid": "^8.3.4",
|
|
|
|
"@types/readline-sync": "^1.4.4",
|
|
|
|
"@types/tar": "^6.1.1",
|
|
|
|
"eslint": "8.13.0",
|
|
|
|
"eslint-config-next": "12.1.5",
|
|
|
|
"typescript": "^4.6.3",
|
|
|
|
"axios": "^0.26.1",
|
|
|
|
"cookie": "^0.5.0",
|
|
|
|
"node-appwrite": "^5.1.0",
|
|
|
|
"readline-sync": "^1.4.10",
|
|
|
|
"tar": "^6.1.11"
|
|
|
|
}
|
|
|
|
}
|