forked from robknight/zuauth-next
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.48 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
{
"name": "zuauth-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3303",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pcd/eddsa-pcd": "^0.3.0",
"@pcd/eddsa-ticket-pcd": "^0.3.0",
"@pcd/email-pcd": "^0.3.0",
"@pcd/eslint-config-custom": "^0.8.0",
"@pcd/passport-interface": "0.8.0",
"@pcd/pcd-types": "^0.8.0",
"@pcd/semaphore-identity-pcd": "^0.8.0",
"@pcd/util": "^0.2.0",
"@pcd/zk-eddsa-event-ticket-pcd": "^0.2.1",
"@types/libsodium-wrappers-sumo": "^0.7.7",
"iron-session": "^6.3.1",
"js-sha256": "^0.10.1",
"next": "14.0.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18",
"react-dom": "^18",
"turbo": "^1.10.16",
"url-join": "^5.0.0"
},
"devDependencies": {
"@types/circomlibjs": "^0.1.5",
"@types/json-bigint": "^1.0.3",
"@types/libsodium-wrappers": "^0.7.12",
"@types/lodash": "^4.14.200",
"@types/node": "^20",
"@types/node-rsa": "^1.1.3",
"@types/pako": "^2.0.2",
"@types/qr-image": "^3.2.8",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.29",
"@types/uuid": "^9.0.6",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.0.0",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"tailwindcss": "^3",
"typescript": "^5"
}
}