-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 868 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
{
"name": "flopsky",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@nivo/treemap": "^0.84.0",
"@radix-ui/react-avatar": "*",
"@radix-ui/react-slot": "*",
"@types/d3": "^7.4.3",
"@types/react-vis": "^1.11.15",
"chart.js": "^4.4.1",
"class-variance-authority": "*",
"clsx": "^1.1.1",
"d3": "^7.8.5",
"d3-hierarchy": "^3.1.2",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-smooth": "^3.0.0",
"react-tooltip": "^5.25.1",
"recharts": "^2.10.3",
"styled-jsx": "^5.1.2",
"tailwind-merge": "^2.0.2"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}