-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.76 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
{
"name": "onlineplatform",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.4.2",
"@fortawesome/free-solid-svg-icons": "^6.4.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.14.5",
"@mui/x-data-grid": "^6.11.2",
"@nextui-org/react": "2.0.22",
"@react-pdf/renderer": "^3.1.12",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.15",
"axios": "^1.4.0",
"babel-loader": "^9.1.3",
"dotenv": "^16.3.1",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"leaflet": "^1.9.4",
"leaflet.markercluster": "^1.5.3",
"mui": "^0.0.1",
"next": "13.4.17",
"next-themes": "^0.2.1",
"next-transpile-modules": "^10.0.1",
"pdf-lib": "^1.17.1",
"postcss": "8.4.28",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-responsive-carousel": "^3.2.23",
"react-slick": "^0.29.0",
"sass": "^1.66.1",
"sharp": "^0.32.5",
"slick-carousel": "^1.8.1",
"styled-components": "6.0.7",
"tailwindcss": "3.3.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/html2canvas": "^1.0.0",
"@types/jspdf": "^2.0.0",
"@types/leaflet": "^1.9.3",
"@types/react-slick": "^0.23.10",
"babel-plugin-styled-components": "^2.1.4",
"symlink-dir": "^5.1.1"
}
}