-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.99 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
68
{
"name": "geonorge-forvaltning-client",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@kartverket/geonorge-web-components": "^2.20.6",
"@react-pdf/renderer": "^3.3.8",
"@reduxjs/toolkit": "^1.9.7",
"@supabase/supabase-js": "^2.39.7",
"@szhsin/react-menu": "^4.1.0",
"@table-library/react-table-library": "^4.1.7",
"@turf/centroid": "^7.1.0",
"@turf/combine": "^7.1.0",
"@turf/distance": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/kinks": "^7.1.0",
"@turf/union": "^7.1.0",
"axios": "^1.7.4",
"colors-generator": "^0.3.4",
"dayjs": "^1.11.10",
"deep-object-diff": "^1.1.9",
"fast-sort": "^3.4.0",
"file-saver": "^2.0.5",
"filesize": "^10.1.0",
"geojson-validation": "^1.0.2",
"lodash": "^4.17.21",
"ol": "^10.2.1",
"ol-ext": "^4.0.23",
"papaparse": "^5.4.1",
"proj4": "^2.10.0",
"react": "^18.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "^18.2.0",
"react-files": "^3.0.0",
"react-hook-form": "^7.50.1",
"react-modal": "^3.16.1",
"react-paginate": "^8.2.0",
"react-redux": "^8.1.3",
"react-router-dom": "^6.22.1",
"react-select": "^5.8.0",
"redux": "^4.2.1",
"reproject": "^1.2.7"
},
"devDependencies": {
"@types/ol-ext": "npm:@siedlerchr/types-ol-ext",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react-swc": "^3.6.0",
"eslint": "^8.56.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"sass": "^1.71.0",
"vite": "5.1.3",
"vite-jsconfig-paths": "^2.0.1",
"vite-plugin-eslint": "^1.8.1"
}
}