-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"private": true,
"name": "zkmessage.xyz",
"version": "0.0.0",
"main": "index.js",
"scripts": {
"start": "next start -p $PORT",
"export": "next export",
"build": "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.5.0",
"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.5.0",
"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"
}
}