-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.82 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "confessions-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"vercel-build": "prisma generate && prisma migrate deploy && next build"
},
"dependencies": {
"@fontsource/space-mono": "^4.5.8",
"@headlessui/react": "^1.6.4",
"@heroicons/react": "^1.0.6",
"@prisma/client": "^4.2.1",
"@semaphore-protocol/group": "^2.0.0",
"@semaphore-protocol/identity": "^2.0.0",
"@semaphore-protocol/subgraph": "^2.5.0",
"@types/got": "9.6.12",
"@types/jest": "^29.0.0",
"airtable": "^0.11.4",
"autoprefixer": "^10.4.7",
"axios": "^1.1.2",
"circomlibjs": "0.0.8",
"dotenv": "^16.0.1",
"ethers": "5.6.8",
"got": "12.1.0",
"heroicons": "^1.0.6",
"ipfs-core": "^0.15.2",
"ipfs-http-client": "57.0.1",
"ipfs-repo": "^14.0.1",
"js-sha3": "^0.8.0",
"localforage": "^1.10.0",
"needle": "3.1.0",
"next": "12.1.6",
"node-mocks-http": "^1.11.0",
"oauth-1.0a": "2.2.6",
"postcss": "^8.4.14",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-json-view": "^1.21.3",
"react-router": "^6.4.2",
"react-spinners": "^0.12.0",
"snarkjs": "git+https://github.com/vb7401/snarkjs.git#53e86631b5e409e5bd30300611b495ca469503bc",
"styled-components": "^5.3.5",
"tailwindcss": "^3.1.3",
"ts-jest": "^28.0.8"
},
"devDependencies": {
"@babel/core": "^7.18.13",
"@tailwindcss/typography": "0.5.2",
"@types/node": "^18.7.13",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@types/styled-components": "5.1.25",
"babel-jest": "^29.0.1",
"eslint": "8.16.0",
"eslint-config-next": "12.1.6",
"jest": "^29.0.1",
"prisma": "^4.2.1",
"typescript": "4.7.2"
}
}