Skip to content

Commit

Permalink
Merge pull request #15 from MinaFoundation/feature/admin-proposal-wip
Browse files Browse the repository at this point in the history
Feature/admin proposal wip
  • Loading branch information
iluxonchik authored Nov 21, 2024
2 parents 31e7db8 + aac1ef8 commit 8370298
Show file tree
Hide file tree
Showing 49 changed files with 5,207 additions and 125 deletions.
130 changes: 130 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
{
"name": "pgt-web-app",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start:prod": "prisma migrate deploy && node server.js",
"start": "npx prisma migrate deploy && next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^5.22.0",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"decimal.js": "^10.4.3",
"hash-wasm": "^4.11.0",
"jose": "^5.9.6",
Expand All @@ -29,6 +32,7 @@
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
Expand Down
Loading

0 comments on commit 8370298

Please sign in to comment.