-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "igloo-home",
"description": "MPC Passkey MVP",
"license": "LGPL-3.0-or-later",
"author": {
"name": "Snowball Tools Inc.",
"email": "[email protected]"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build-showcase": "next build",
"start": "next start",
"lint": "tsc --noEmit",
"test": "jest --watch",
"test:ci": "jest --ci"
},
"dependencies": {
"@bugsnag/js": "^7.22.3",
"@bugsnag/plugin-react": "^7.19.0",
"@emotion/react": "^11.11.1",
"@reduxjs/toolkit": "^1.9.5",
"@snowballtools/auth-lit": "*",
"@snowballtools/js-sdk": "*",
"@snowballtools/link-lit-alchemy-light": "*",
"@vercel/analytics": "^1.0.2",
"@vercel/postgres": "^0.4.1",
"autoprefixer": "^10.4.14",
"ethers": "^5.5.1",
"framer-motion": "^10.15.0",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.2",
"redux": "^4.2.1",
"swr": "^2.0.3"
},
"devDependencies": {
"@bugsnag/source-maps": "^2.3.1",
"@internal/typescript-config": "*",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3",
"@types/node": "20.4.8",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.7",
"@types/testing-library__jest-dom": "5.14.5",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"normalize.css": "^8.0.1",
"postcss": "^8.4.27",
"prisma": "4.9.0",
"tailwindcss": "^3.3.3",
"typescript": "5.3.3",
"util": "^0.12.5",
"webpack-bugsnag-plugins": "^1.6.0"
}
}