-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.93 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.93 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
{
"name": "ev-charge",
"version": "0.1.0",
"private": true,
"main": "main/main.js",
"author": "xetia team",
"description": "Electron + NextJS example project",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.6",
"@iconify/react": "^4.1.0",
"@mui/base": "^5.0.0-beta.37",
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.14.7",
"@mui/system": "^5.11.15",
"@mui/x-data-grid": "^6.19.6",
"@mui/x-date-pickers": "^6.0.3",
"@react-google-maps/api": "^2.19.3",
"@react-pdf/renderer": "^3.4.4",
"@stripe/react-stripe-js": "^2.7.0",
"@stripe/stripe-js": "^3.3.0",
"apexcharts": "^3.37.2",
"axios": "^1.6.8",
"change-case": "^4.1.2",
"date-fns": "^2.29.3",
"dayjs": "^1.11.10",
"electron-serve": "^1.3.0",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"event-source-polyfill": "^1.0.31",
"fast-deep-equal": "^3.1.3",
"file-saver": "^2.0.5",
"firebase": "^10.8.1",
"framer-motion": "^11.0.8",
"i18next": "^23.10.0",
"i18next-browser-languagedetector": "^7.2.0",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"next": "14.1.2",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"prop-types": "^15.8.1",
"qrcode.react": "^3.1.0",
"react": "^18",
"react-apexcharts": "^1.4.0",
"react-dom": "^18",
"react-i18next": "^14.0.5",
"react-leaflet": "^4.2.1",
"react-map-gl": "^7.1.7",
"react-toastify": "^10.0.5",
"sass": "^1.72.0",
"simplebar-react": "^3.2.2",
"xlsx": "^0.18.5",
"yup": "^1.0.2"
},
"devDependencies": {
"concurrently": "^8.2.2",
"electron": "^29.1.0",
"electron-builder": "^24.13.3",
"eslint": "^8",
"eslint-config-next": "14.1.2"
}
}