-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "iot-dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@internationalized/date": "^3.5.4",
"@nextui-org/calendar": "^2.0.5",
"@nextui-org/dropdown": "^2.1.25",
"@nextui-org/modal": "^2.0.35",
"@nextui-org/react": "^2.4.0",
"@nextui-org/select": "^2.2.1",
"@persian-tools/persian-tools": "^3.5.2",
"@react-aria/i18n": "^3.11.1",
"axios": "^1.7.2",
"chart.js": "^4.4.2",
"date-fns": "^3.6.0",
"dayjs": "^1.11.11",
"formik": "^2.4.5",
"framer-motion": "^11.2.9",
"jalaliday": "^2.3.0",
"next": "14.2.1",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}