-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1 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
{
"name": "greenpulse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "symlink-dir node_modules/cesium/Build/Cesium public/cesium"
},
"dependencies": {
"@react-pdf/renderer": "^3.4.4",
"ajv": "^7",
"axios": "^1.7.2",
"cesium": "^1.116.0",
"copy-webpack-plugin": "^12.0.2",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"html-to-image": "^1.11.11",
"html2canvas-pro": "^1.4.3",
"js-cookie": "^3.0.5",
"jspdf": "^2.5.1",
"leaflet": "^1.9.4",
"next": "14.1.4",
"prettier-plugin-tailwindcss": "^0.6.1",
"react": "^18",
"react-cesium-fiber": "^0.3.0",
"react-dom": "^18",
"resium": "^1.17.3"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"daisyui": "^4.10.1",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"postcss": "^8",
"symlink-dir": "^6.0.0",
"tailwindcss": "^3.3.0"
}
}