-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.18 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.18 KB
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
{
"name": "data-wave",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@nextui-org/button": "^2.2.7",
"@nextui-org/calendar": "^2.2.7",
"@nextui-org/image": "^2.2.3",
"@nextui-org/input": "^2.4.6",
"@nextui-org/navbar": "^2.2.5",
"@nextui-org/react": "^2.6.8",
"@nextui-org/select": "^2.4.7",
"@nextui-org/skeleton": "^2.2.3",
"@nextui-org/slider": "^2.4.5",
"@nextui-org/system": "^2.4.4",
"@nextui-org/theme": "^2.4.3",
"@react-aria/utils": "^3.26.0",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"clsx": "^2.1.1",
"d3": "^7.9.0",
"dotenv": "^16.4.7",
"framer-motion": "^11.15.0",
"next": "15.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@types/d3": "^7.4.3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5"
}
}