-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 3.19 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "sealogs",
"version": "2.4.3",
"main": "main.js",
"author": "SouthInc <[email protected]>",
"description": "Maritime Fleet Management Software",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"dev:electron-concurrent": "concurrently -n \"NEXT,ELECTRON\" -c \"yellow,blue\" --kill-others \"next dev\" \"electron .\"",
"dev:electron": "next build && electron .",
"build:electron": "next build && electron-builder"
},
"dependencies": {
"@apollo/client": "^3.9.0-alpha.3",
"@apollo/experimental-nextjs-app-support": "^0.6.0",
"@as-integrations/next": "^3.0.0",
"@capacitor/android": "^6.0.0",
"@capacitor/camera": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@defer/client": "^1.15.0",
"@ducanh2912/next-pwa": "^10.2.8",
"@emotion/styled": "^11.11.0",
"@fullcalendar/core": "^6.1.13",
"@fullcalendar/daygrid": "^6.1.13",
"@fullcalendar/list": "^6.1.13",
"@fullcalendar/react": "^6.1.13",
"@heroicons/react": "^2.1.1",
"@mui/x-date-pickers": "^6.18.7",
"@nextui-org/react": "^2.2.9",
"@reactuses/core": "^5.0.21",
"@userback/react": "^0.3.4",
"apollo3-cache-persist": "^0.15.0",
"android": "^0.0.8",
"axios": "^1.6.5",
"dayjs": "^1.11.11",
"dexie": "^3.2.7",
"dexie-react-hooks": "^1.1.7",
"electron-context-menu": "^3.6.1",
"electron-serve": "^1.3.0",
"formik": "^2.4.5",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"jwt-decode": "^4.0.0",
"leaflet": "^1.9.4",
"leaflet-defaulticon-compatibility": "^0.1.2",
"lodash": "^4.17.21",
"next": "^14.0.4",
"next-themes": "^0.2.1",
"quill": "^1.3.7",
"react": "^18",
"react-aria-components": "^1.0.1",
"react-dom": "^18",
"react-gauge-component": "^1.2.21",
"react-hot-toast": "^2.4.1",
"react-leaflet": "^4.2.1",
"react-quill": "^2.0.0",
"react-select": "^5.8.0",
"react-signature-canvas": "^1.0.6",
"react-sliding-side-panel": "^2.0.3",
"react-tailwindcss-datepicker": "^1.6.6",
"sharp": "^0.33.2",
"swiper": "^11.0.6",
"yet-another-react-lightbox": "^3.19.0",
"yup": "^1.3.3"
},
"devDependencies": {
"@capacitor/assets": "^3.0.5",
"@capacitor/cli": "^6.0.0",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-signature-canvas": "^1.0.5",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"electron": "^29.1.0",
"electron-builder": "^24.13.3",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"prettier": "3.2.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}