-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.78 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
{
"name": "novasuper.app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"reverse-proxy": "node ./scripts/reverse-proxy.js"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.16.1",
"@mui/material": "^5.16.1",
"@mui/x-date-pickers": "^7.8.0",
"@next/third-parties": "^14.2.5",
"@reduxjs/toolkit": "^2.2.5",
"@sentry/nextjs": "^8",
"@toolpad/core": "^0.5.2",
"@types/lodash": "^4.17.7",
"@types/react-date-range": "^1.4.9",
"@types/uuid": "^10.0.0",
"axios": "^1.7.2",
"axios-cache-interceptor": "^1.5.3",
"chart.js": "^4.4.3",
"date-fns": "^4.1.0",
"dayjs": "^1.11.11",
"file-saver": "^2.0.5",
"firebase": "^10.12.1",
"framer-motion": "^11.11.8",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"material-react-table": "^2.13.1",
"next": "14.2.3",
"next-themes": "^0.3.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.14",
"react": "^18",
"react-calendly": "^4.3.1",
"react-chartjs-2": "^5.2.0",
"react-date-range": "^2.0.1",
"react-dom": "^18",
"react-leaflet": "^4.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"tailgrids": "^2.2.0",
"uuidv4": "^6.2.13",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@types/file-saver": "^2",
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"http-proxy": "^1.18.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"packageManager": "[email protected]"
}