forked from forestdatapartnership/whisp-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "safe-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "node jest-with-vm-modules.js"
},
"dependencies": {
"@google/earthengine": "^0.1.390",
"@mapbox/geojsonhint": "^3.3.0",
"@types/wellknown": "^0.5.8",
"csv-parser": "^3.0.0",
"csv-stringify": "^6.4.6",
"geojson-validation": "^1.0.2",
"just": "^0.1.8",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"swagger-ui-react": "^5.11.7",
"terraformer-wkt-parser": "^1.2.1",
"uuidv4": "^6.2.13",
"wellknown": "^0.5.0",
"xml2js": "^0.6.2",
"zip-a-folder": "^3.1.6",
"zustand": "^4.4.7"
},
"devDependencies": {
"@terraformer/wkt": "^2.2.0",
"@types/geojson": "^7946.0.14",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/supertest": "^6.0.2",
"@types/swagger-ui-react": "^4.18.3",
"@types/terraformer__wkt": "^2.0.2",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"postcss": "^8",
"supertest": "^7.0.0",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.4",
"typescript": "^5"
}
}