-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 2.39 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 2.39 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "meta-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"check": "npm run format-check && npm run lint",
"dev": "vite --host",
"format": "prettier . --write",
"format-check": "prettier . --check",
"type-check": "tsc --noEmit",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"prepare": "husky"
},
"dependencies": {
"@ag-media/react-pdf-table": "^2.0.1",
"@floating-ui/react": "^0.26.16",
"@fontsource/montserrat": "^5.0.18",
"@heroicons/react": "^2.1.3",
"@material-tailwind/react": "^2.1.9",
"@react-pdf/renderer": "^4.3.0",
"@reduxjs/toolkit": "^2.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"easyinvoice": "^3.0.47",
"formik": "^2.4.6",
"fuse.js": "^7.0.0",
"html2pdf": "^0.0.11",
"html2pdf.js": "^0.9.0",
"js-cookie": "^3.0.5",
"jspdf": "^3.0.1",
"jspdf-autotable": "^5.0.2",
"lucide-react": "^0.545.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.1",
"react-date-range": "^2.0.1",
"react-datepicker": "^8.4.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.23.1",
"react-select": "^5.10.1",
"react-toastify": "^11.0.5",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"useipa": "^0.3.5",
"yup": "^1.4.0"
},
"devDependencies": {
"@commitlint/cli": "^19.4.0",
"@commitlint/config-conventional": "^19.2.2",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.12.12",
"@types/react": "^18.2.42",
"@types/react-date-range": "^1.4.10",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"html5-qrcode": "^2.3.8",
"husky": "^9.1.4",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0"
}
}