-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.48 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
{
"name": "plata",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build-debug": "next build --debug",
"start": "next start -p 3008",
"lint": "next lint",
"prismaDeployDev": "dotenv -e .env.local -- npx prisma db push"
},
"description": "Next Generation Wealth Management - Easily track your wealth through a single app and achieve your financial goals with powerful analytic tools.",
"repository": {
"type": "git",
"url": "https://github.com/404DAO/plata"
},
"dependencies": {
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@magic-sdk/admin": "^1.3.4",
"@prisma/client": "^3.10.0",
"@visx/axis": "^2.6.0",
"@visx/curve": "^2.1.0",
"@visx/event": "^2.6.0",
"@visx/gradient": "^2.1.0",
"@visx/grid": "^2.6.0",
"@visx/group": "^2.1.0",
"@visx/pattern": "^2.1.2",
"@visx/responsive": "^2.8.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.4.0",
"@visx/tooltip": "^2.8.0",
"axios": "^0.26.0",
"clsx": "^1.1.1",
"cookie": "^0.4.2",
"d3-array": "^3.1.1",
"dayjs": "^1.10.8",
"ethers": "^5.5.4",
"jsonwebtoken": "^8.5.1",
"magic-sdk": "^8.0.1",
"next": "^12.1.0",
"next-pwa": "^5.4.6",
"plaid": "^9.10.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-plaid-link": "^3.3.0",
"react-query": "^3.34.16",
"siwe": "^1.1.2",
"wagmi": "^0.2.18"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.0",
"@tailwindcss/forms": "^0.5.0",
"@types/cookie": "^0.4.1",
"@types/d3-array": "^3.0.2",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^17.0.21",
"@types/promise.allsettled": "^1.0.3",
"@types/react": "17.0.39",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"@welldone-software/why-did-you-render": "^6.2.3",
"autoprefixer": "^10.4.2",
"dotenv": "^16.0.0",
"dotenv-cli": "^5.0.0",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"postcss": "^8.4.7",
"prettier": "^2.5.1",
"prettier-eslint": "^13.0.0",
"prettier-plugin-tailwindcss": "^0.1.8",
"prisma": "^3.10.0",
"tailwindcss": "^3.0.23",
"ts-unused-exports": "^8.0.0",
"tsconfig-paths": "^3.13.0",
"typescript": "4.6.2"
}
}