-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.45 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.45 KB
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
88
89
90
{
"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": {
"@ariakit/react": "^0.4.15",
"@auth/mongodb-adapter": "^3.8.0",
"@changey/react-leaflet-markercluster": "^4.0.0-rc1",
"@styled-icons/boxicons-regular": "^10.47.0",
"@styled-icons/boxicons-solid": "^10.47.0",
"@styled-icons/fa-solid": "^10.47.0",
"@techstack/styled-system": "^1.0.501",
"adm-zip": "^0.5.16",
"async": "^3.2.6",
"cookie": "^1.0.2",
"file-saver": "^2.0.5",
"form-data": "^4.0.2",
"formidable": "^3.5.2",
"i18next": "^24.2.3",
"intersection-observer": "^0.12.2",
"js-cookie": "^3.0.5",
"json2csv": "^5.0.7",
"json2md": "^2.0.2",
"leaflet-gesture-handling": "^1.2.2",
"mongodb": "^6.15.0",
"next": "^15.2.8",
"next-auth": "^4.24.11",
"next-i18next": "^15.4.2",
"next-share": "^0.27.0",
"nprogress": "^0.2.0",
"query-string": "^9.1.1",
"react": "^19.2.3",
"react-autosuggest": "^10.1.0",
"react-dom": "^19.2.3",
"react-dropzone": "^14.3.8",
"react-i18next": "^15.4.1",
"react-leaflet": "^5.0.0",
"react-paginate": "^8.3.0",
"react-player": "^2.16.0",
"react-responsive-carousel": "^3.2.23",
"react-select": "^5.10.1",
"react-switch": "^7.1.0",
"react-tagcloud": "^2.3.3",
"redis": "^4.7.0",
"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.17",
"styled-reset": "^4.5.2",
"swr": "^2.3.3",
"uuid": "^11.1.0",
"yet-another-react-lightbox": "^3.22.0"
},
"devDependencies": {
"@eslint/compat": "^1.2.8",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"eslint": "^9.23.0",
"eslint-config-next": "^15.2.4",
"eslint-config-prettier": "^10.1.1",
"eslint-import-resolver-babel-module": "^5.3.2",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.6",
"husky": "^9.1.7",
"prettier": "^3.5.3",
"pretty-quick": "^4.1.1"
}
}