-
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": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"analyze": "cross-env ANALYZE=true next build"
},
"dependencies": {
"@nextui-org/react": "2.2.10",
"apexcharts": "3.47.0",
"chroma-js": "2.4.2",
"clsx": "2.1.0",
"color": "4.2.3",
"color-convert": "2.0.1",
"framer-motion": "11.0.14",
"next": "14.1.3",
"next-themes": "0.3.0",
"react": "18.2.0",
"react-colorful": "5.6.1",
"react-dom": "18.2.0",
"react-responsive-masonry": "2.2.0",
"zustand": "4.5.2"
},
"devDependencies": {
"@next/bundle-analyzer": "14.1.4",
"@types/chroma-js": "2.4.4",
"@types/color": "3.0.6",
"@types/color-convert": "2.0.3",
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/react-dom": "18.2.22",
"@types/react-responsive-masonry": "2.1.3",
"autoprefixer": "10.4.18",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint-config-next": "14.1.3",
"postcss": "8.4.36",
"tailwindcss": "3.4.1",
"typescript": "5.4.2"
}
}