-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.88 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@angular/core": "^17.3.8",
"@nextui-org/input": "^2.1.21",
"@nextui-org/modal": "^2.0.33",
"@nextui-org/progress": "^2.0.28",
"@nextui-org/react": "^2.3.6",
"@nextui-org/table": "^2.0.33",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@tabler/icons-react": "^3.2.0",
"apexcharts": "^3.49.0",
"autoprefixer": "^10.4.19",
"axios": "^1.6.8",
"chart.js": "^4.4.2",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"css": "^3.0.0",
"css-loader": "^7.0.0",
"framer-motion": "^11.1.3",
"http-proxy-middleware": "^3.0.0",
"install": "^0.13.0",
"lucide-react": "^0.370.0",
"mini-svg-data-uri": "^1.4.4",
"next": "^14.1.4",
"npm": "^10.7.0",
"postcss": "^8.4.38",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.3",
"react-router-dom": "^6.22.3",
"recharts": "^2.12.6",
"sass": "^1.74.1",
"sass-loader": "^14.1.1",
"sharp": "^0.33.3",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/node": "^7.23.9",
"@babel/preset-env": "^7.24.4",
"@babel/preset-react": "^7.24.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@radix-ui/colors": "^3.0.0",
"@types/node": "^20.12.7",
"@types/react": "^18.2.79",
"babel-loader": "^9.1.3",
"concurrently": "^8.2.2",
"html-webpack-plugin": "^5.6.0",
"nodemon": "^3.1.0",
"react-refresh": "^0.14.0",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
}
}