-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "cleantech_supabase",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@supabase/supabase-js": "^1.30.7",
"@visx/axis": "^2.6.0",
"@visx/chord": "^2.1.2",
"@visx/event": "^2.6.0",
"@visx/glyph": "^2.1.2",
"@visx/gradient": "^2.1.0",
"@visx/grid": "^2.6.0",
"@visx/group": "^2.1.0",
"@visx/hierarchy": "^2.1.2",
"@visx/legend": "^2.2.2",
"@visx/mock-data": "^2.1.2",
"@visx/responsive": "^2.8.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.4.0",
"@visx/text": "^2.3.0",
"@visx/tooltip": "^2.8.0",
"d3": "^7.4.2",
"date-fns": "^2.28.0",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"react": "17.0.2",
"react-country-flag": "^3.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-infinite-scroll-component": "^6.1.0"
},
"devDependencies": {
"eslint": "8.10.0",
"eslint-config-next": "12.1.0"
}
}