-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1015 Bytes
/
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
{
"name": "debtclock",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.3.2",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@supabase/supabase-js": "^1.35.6",
"@vercel/analytics": "^0.1.1",
"@vercel/og": "^0.0.19",
"axios": "^0.27.2",
"capture-website": "^3.1.0",
"coinbase": "^2.0.8",
"css-doodle": "^0.29.1",
"framer-motion": "^7.3.5",
"next": "^12.3.0",
"node-twitter": "^0.5.3",
"number-to-words": "^1.2.4",
"paymeformyapi": "^0.0.5",
"react": "^18.2.0",
"react-charts": "^3.0.0-beta.48",
"react-dom": "^18.2.0",
"recharts": "^2.1.14",
"trendline": "^0.3.1",
"twitter": "^1.7.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/node": "^18.7.18",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
"typescript": "4.8.3"
}
}