-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 4.57 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "@envited-x-data-space/source",
"version": "0.0.1",
"license": "Apache-2.0",
"scripts": {
"prepare": "husky install",
"start:listener:staging": "pm2 start ./listener.config.js --env staging"
},
"husky": {
"hooks": {
"pre-commit": "npx nx format"
}
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "3.583.0",
"@aws-sdk/client-secrets-manager": "3.583.0",
"@aws-sdk/lib-storage": "3.583.0",
"@aws-sdk/s3-request-presigner": "3.583.0",
"@badgateway/oauth2-client": "^2.3.0",
"@hookform/resolvers": "^3.3.4",
"@middy/core": "^5.3.2",
"@nx/next": "17.2.5",
"@ory/client": "^1.9.0",
"@spruceid/didkit-wasm-node": "^0.2.1",
"@swc/helpers": "~0.5.2",
"@taquito/beacon-wallet": "^20.0.1",
"@taquito/taquito": "^20.0.1",
"@taquito/tzip12": "^20.1.0",
"@taquito/tzip16": "^20.1.0",
"@zazuko/env": "^2.1.1",
"@zip.js/zip.js": "^2.7.40",
"aws-lambda": "^1.0.7",
"axios": "^1.6.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"date-fns": "^3.0.6",
"drizzle-kit": "^0.27.0",
"drizzle-orm": "^0.36.0",
"express": "~4.18.1",
"file-type": "^19.6.0",
"ioredis": "^5.3.2",
"jose": "^5.2.3",
"jsonpath-plus": "^9.0.0",
"multiformats": "^13.2.2",
"next": "14.0.4",
"next-auth": "^4.24.5",
"pinata-web3": "^0.5.2",
"postgres": "^3.4.3",
"ramda": "^0.29.1",
"rdf-parse": "^2.3.3",
"rdf-validate-shacl": "^0.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-qr-code": "^2.0.12",
"react-toastify": "^10.0.4",
"swr": "^2.2.5",
"ts-pattern": "^5.0.6",
"tslib": "^2.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.1",
"@nx/cypress": "17.2.5",
"@nx/esbuild": "17.2.5",
"@nx/eslint": "17.2.5",
"@nx/eslint-plugin": "17.2.5",
"@nx/jest": "17.2.5",
"@nx/js": "17.2.5",
"@nx/node": "17.2.5",
"@nx/react": "17.2.5",
"@nx/rollup": "17.2.5",
"@nx/storybook": "17.2.5",
"@nx/vite": "17.2.5",
"@nx/web": "17.2.5",
"@nx/webpack": "17.2.5",
"@nx/workspace": "17.2.5",
"@nxext/preact": "^17.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@preact/preset-vite": "^2.5.0",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-essentials": "7.6.5",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/core-server": "7.6.5",
"@storybook/jest": "^0.2.3",
"@storybook/react-webpack5": "7.6.5",
"@storybook/test-runner": "^0.13.0",
"@storybook/testing-library": "^0.2.2",
"@svgr/rollup": "^8.0.1",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/jest": "0.2.20",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/preact": "^3.2.3",
"@testing-library/react": "14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aws-lambda": "^8.10.136",
"@types/cors": "^2.8.17",
"@types/express": "~4.17.13",
"@types/jest": "^29.4.0",
"@types/jsonpath": "^0.2.4",
"@types/node": "18.16.9",
"@types/ramda": "^0.29.9",
"@types/rdf-validate-shacl": "^0.4.7",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/react-test-renderer": "^18.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitest/coverage-c8": "~0.32.0",
"@vitest/ui": "0.34.7",
"autoprefixer": "^10.4.16",
"aws-cdk-lib": "2.124.0",
"babel-jest": "^29.4.1",
"core-js": "^3.6.5",
"cypress": "^13.0.0",
"dotenv-cli": "^7.4.1",
"esbuild": "^0.19.2",
"eslint": "~8.48.0",
"eslint-config-next": "14.0.4",
"eslint-config-preact": "^1.2.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-preact": "^0.1.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "17.2.5",
"postcss": "^8.4.32",
"preact": "^10.14.0",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"sst": "2.40.3",
"tailwindcss": "^3.3.6",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.2.2",
"vite": "5.4.2",
"vitest": "0.34.6"
}
}