-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
87 lines (87 loc) · 2.35 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "exploratory-search",
"description": "",
"version": "1.0.0",
"keywords": [],
"author": "",
"license": "Apache-2.0",
"scripts": {
"dev": "next",
"dev:debug": "NODE_OPTIONS='--inspect' next",
"start": "next start",
"build": "next build",
"export": "next export",
"lint": "eslint .",
"prepare": "husky"
},
"engines": {
"node": ">=18.0.0"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@changey/react-leaflet-markercluster": "^4.0.0-rc1",
"@next-auth/mongodb-adapter": "^1.1.3",
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/boxicons-solid": "^10.47.0",
"@styled-icons/fa-solid": "^10.47.0",
"adm-zip": "^0.5.10",
"ariakit": "^2.0.0-next.43",
"async": "^3.2.5",
"cookie": "^0.6.0",
"file-saver": "^2.0.5",
"form-data": "^4.0.0",
"formidable": "^3.5.1",
"i18next": "^23.10.0",
"intersection-observer": "^0.12.2",
"js-cookie": "^3.0.5",
"json2csv": "^5.0.7",
"json2md": "^2.0.1",
"leaflet-gesture-handling": "^1.2.2",
"mongodb": "^5.9.2",
"next": "^14.1.0",
"next-auth": "^4.24.6",
"next-i18next": "^15.2.0",
"next-share": "^0.27.0",
"nprogress": "^0.2.0",
"query-string": "^9.0.0",
"react": "^18.2.0",
"react-18-image-lightbox": "^5.1.4",
"react-autosuggest": "^10.1.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-i18next": "^14.0.5",
"react-leaflet": "^4.2.1",
"react-paginate": "^8.2.0",
"react-player": "^2.14.1",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.8.0",
"react-switch": "^7.0.0",
"react-tagcloud": "^2.3.3",
"redis": "^4.6.13",
"resize-observer-polyfill": "^1.5.1",
"rrweb": "^1.1.3",
"rrweb-player": "^0.7.14",
"sharp": "^0.33.5",
"sparql-transformer": "^3.1.1",
"styled-components": "^6.1.8",
"styled-reset": "^4.5.2",
"styled-system": "^5.1.5",
"swr": "^2.2.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"prettier": "^3.2.5",
"pretty-quick": "^4.0.0"
}
}