mirror of
https://github.com/0xPARC/zkmessage.xyz.git
synced 2026-01-08 05:53:52 -05:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "zkmessage.xyz",
|
|
"version": "0.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "next start -p $PORT",
|
|
"export": "next export",
|
|
"build": "prisma generate && next build",
|
|
"dev": "next dev",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/joeltg/zkmessage.xyz.git"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/joeltg/zkmessage.xyz/issues"
|
|
},
|
|
"homepage": "https://github.com/joeltg/zkmessage.xyz#readme",
|
|
"dependencies": {
|
|
"@prisma/client": "^3.15.2",
|
|
"buffer": "^6.0.3",
|
|
"copy-text-to-clipboard": "^3.0.1",
|
|
"fp-ts": "^2.11.5",
|
|
"io-ts": "^2.2.16",
|
|
"moment": "^2.29.1",
|
|
"next": "^12.0.4",
|
|
"nookies": "^2.5.2",
|
|
"prisma": "^3.15.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-select": "^5.2.1",
|
|
"snarkjs": "^0.4.10",
|
|
"use-debounce": "^7.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^17.0.35",
|
|
"@types/react-dom": "^17.0.11",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.3.11",
|
|
"tailwindcss": "^2.2.19",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|