-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
{
"name": "hackspace-website-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"tools:migrate-roles": "npx tsx --env-file=.env.local ./tools/migrate-roles.ts"
},
"dependencies": {
"@aws-sdk/client-dynamodb": "^3.418.0",
"@aws-sdk/client-ses": "^3.418.0",
"@aws-sdk/lib-dynamodb": "^3.418.0",
"bootstrap": "^5.3.2",
"gocardless-nodejs": "^3.14.0",
"handlebars": "^4.7.8",
"html2canvas": "^1.4.1",
"jdenticon": "^3.2.0",
"keycloak-admin": "^1.14.22",
"next": "13.5.4",
"next-auth": "^4.24.4",
"react": "18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "18.2.0",
"react-facebook": "^9.0.12",
"react-google-charts": "^4.0.1",
"sass": "^1.69.0"
},
"devDependencies": {
"@cloudflare/next-on-pages": "^1.6.3",
"@types/node": "latest",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"@types/w3c-web-serial": "^1.0.5",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "^8.4.30",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"ts-node": "^10.9.2",
"typescript": "latest"
}
}