-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
116 lines (116 loc) · 3.35 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
{
"name": "siwt",
"version": "0.0.7",
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",
"@nrwl/js": "19.5.3",
"@nx/cypress": "19.5.3",
"@nx/eslint-plugin": "19.5.3",
"@nx/jest": "19.5.3",
"@nx/js": "19.5.3",
"@nx/linter": "19.5.3",
"@nx/next": "19.5.3",
"@nx/node": "19.5.3",
"@nx/react": "19.5.3",
"@nx/vite": "19.5.3",
"@nx/web": "19.5.3",
"@nx/webpack": "19.5.3",
"@nx/workspace": "19.5.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^6.5.1",
"@taquito/signer": "^17.0.0",
"@testing-library/react": "15.0.6",
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
"@types/cors": "^2.8.13",
"@types/express": "4.17.17",
"@types/express-session": "^1.18.0",
"@types/jest": "29.4.4",
"@types/jsonwebtoken": "^9.0.0",
"@types/node": "18.16.9",
"@types/ramda": "^0.30.0",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/sqlite3": "^3.1.8",
"@types/uuid": "^9.0.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@vitejs/plugin-react": "4.2.1",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.13",
"aws-cdk": "2.142.1",
"aws-cdk-lib": "2.142.1",
"babel-jest": "29.4.3",
"cypress": "^12.11.0",
"dotenv-cli": "^7.0.0",
"eslint": "8.57.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unused-imports": "^3.2.0",
"fake-indexeddb": "^5.0.2",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jsdom": "22.1.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"nx": "19.5.3",
"nx-cloud": "19.0.0",
"postcss": "8.4.21",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"tailwindcss": "3.2.7",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.4",
"url-loader": "^4.1.1",
"vite": "5.2.11",
"vite-plugin-dts": "2.3.0",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "4.2.0",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@airgap/beacon-sdk": "^4.2.2",
"@headlessui/react": "^1.7.8",
"@ory/client": "^1.14.2",
"@tailwindcss/forms": "^0.5.3",
"@taquito/taquito": "^17.0.0",
"@taquito/utils": "^15.0.1",
"ajv": "^8.12.0",
"apg-js": "^4.3.0",
"aws-lambda": "^1.0.7",
"body-parser": "^1.20.1",
"clsx": "^1.2.1",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"discord.js": "^14.7.1",
"express": "^4.18.2",
"express-session": "^1.18.0",
"jsonwebtoken": "^9.0.0",
"next": "14.0.4",
"next-auth": "^4.24.7",
"node-mocks-http": "^1.12.1",
"ramda": "^0.30.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"regenerator-runtime": "0.13.7",
"rollup-plugin-node-externals": "^7.1.2",
"sqlite3": "^5.1.4",
"sst": "^2.43.4",
"ts-pattern": "^4.0.6",
"tslib": "^2.3.0",
"uuid": "^9.0.0",
"vite-plugin-node-polyfills": "^0.22.0"
},
"workspaces": [
"packages/*"
]
}