-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.29 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
66
67
68
69
70
71
72
73
{
"name": "trusteecommunity",
"version": "0.1.0",
"private": true,
"start": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "npm run build && next export -o _static"
},
"dependencies": {
"@aws-sdk/client-ses": "^3.637.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/nunito": "^5.0.3",
"@github/webauthn-json": "^2.1.1",
"@hapi/iron": "^7.0.1",
"@magic-sdk/admin": "^2.4.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.6",
"@mui/x-date-pickers": "^6.9.0",
"@sendgrid/mail": "^8.1.3",
"@simplewebauthn/server": "^7.3.1",
"@spruceid/ssx": "^2.1.0",
"@spruceid/ssx-react": "^2.1.0",
"@types/pouchdb": "^6.4.0",
"cors": "^2.8.5",
"dockerode": "^3.3.5",
"dotenv": "^16.3.1",
"ethers": "^5.7.2",
"framer-motion": "^10.16.0",
"http-message-signatures": "^1.0.4",
"iron-session": "^6.3.1",
"magic-sdk": "^28.0.3",
"memory-streams": "^0.1.3",
"moment": "^2.29.4",
"nano": "^10.1.2",
"next": "^14.1.1",
"next-absolute-url": "^1.2.2",
"next-qrcode": "^2.4.1",
"nextjs-cors": "^2.1.2",
"nodemailer": "^6.9.7",
"object-path": "^0.11.8",
"openid-client": "^5.4.2",
"react": "^18.2.0",
"react-datepicker": "^4.14.1",
"react-dom": "^18.2.0",
"sharp": "^0.32.5",
"sleep-promise": "^9.1.0",
"sort-array": "^4.1.5",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/dockerode": "^3.3.19",
"@types/node": "^20.3.2",
"@types/nodemailer": "^6.4.14",
"@types/object-path": "^0.11.1",
"@types/react": "^18.2.14",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "^18.2.6",
"@types/sort-array": "^4.1.0",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
}
}