-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.07 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
{
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@kurkle/color": "^0.3.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/themes": "^2.0.0",
"fontawesome": "^5.6.3",
"chart.js": "^4.4.1",
"framer-motion": "^10.16.4",
"iron-session": "^6.1.3",
"next": "^12.2.4",
"plaid": "^10.9.0",
"radix-ui": "^1.0.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-multi-select-component": "^4.3.4",
"react-particles": "^2.12.2",
"react-plaid-link": "^3.3.0",
"react-select": "^5.8.0",
"react-table": "^7.8.0",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5"
}
}