-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
{
"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",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-table": "^8.20.1",
"@types/wellknown": "^0.5.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"csv-parser": "^3.0.0",
"csv-stringify": "^6.4.6",
"geojson-validation": "^1.0.2",
"just": "^0.1.8",
"lucide-react": "^0.427.0",
"next": "14.0.3",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"swagger-ui-react": "^5.17.14",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"terraformer-wkt-parser": "^1.2.1",
"truncate": "^3.0.0",
"uuidv4": "^6.2.13",
"wellknown": "^0.5.0",
"winston": "^3.15.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",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.4",
"typescript": "^5"
}
}