mirror of
https://github.com/cedoor/zuauth.git
synced 2026-04-22 03:01:49 -04:00
37 lines
975 B
JSON
37 lines
975 B
JSON
{
|
|
"name": "zuauth-example",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@pcd/eddsa-ticket-pcd": "^0.3.0",
|
|
"@pcd/pcd-types": "^0.8.0",
|
|
"@pcd/semaphore-identity-pcd": "^0.8.0",
|
|
"@pcd/zk-eddsa-event-ticket-pcd": "^0.2.1",
|
|
"axios": "^1.6.0",
|
|
"iron-session": "^6.3.1",
|
|
"next": "14.0.1",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-icons": "^4.11.0",
|
|
"zuauth": "0.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.0.1",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.0.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^5"
|
|
},
|
|
"packageManager": "yarn@4.0.1"
|
|
}
|