This repository was archived by the owner on Aug 11, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.24 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.24 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
{
"homepage": "https://euplea.herokuapp.com/",
"description": "Euplea - Viaggi nella bellezza dell'arte",
"bugs": {
"url": "https://github.com/matsprea/Euplea/issues"
},
"license": "Apache-2.0",
"author": "Matteo Spreafico",
"repository": "git@github.com:matsprea/Euplea.git",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"type-check": "tsc --pretty --noEmit",
"format": "prettier --write .",
"lint": "eslint . --ext ts --ext tsx --ext js",
"test": "jest"
},
"dependencies": {
"@chakra-ui/react": "3.24.2",
"@comunica/actor-init-sparql": "3.1.0",
"@derhuerst/query-overpass": "2.0.1",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.1",
"@tanstack/react-query": "5.84.2",
"@upstash/redis": "1.35.3",
"axios": "1.11.0",
"framer-motion": "12.23.12",
"leaflet": "1.9.4",
"leaflet-extra-markers": "1.2.2",
"leaflet-polylinedecorator": "1.6.0",
"next": "15.4.6",
"next-i18next": "15.4.2",
"next-pwa": "5.6.0",
"nominatim-client": "3.2.1",
"osrm.js": "5.5.0",
"react": "19.1.1",
"react-dom": "19.1.1",
"react-hook-form": "7.62.0",
"react-icons": "5.5.0",
"react-leaflet": "5.0.0"
},
"devDependencies": {
"@comunica/types": "4.2.0",
"@next/eslint-plugin-next": "15.4.6",
"@testing-library/jest-dom": "6.6.4",
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/jest": "30.0.0",
"@types/leaflet": "1.9.20",
"@types/node": "22.17.1",
"@types/react": "19.1.9",
"@typescript-eslint/eslint-plugin": "8.39.0",
"@typescript-eslint/parser": "8.39.0",
"babel-jest": "30.0.5",
"eslint": "9.33.0",
"eslint-config-next": "15.4.6",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-testing-library": "7.6.4",
"husky": "9.1.7",
"jest": "30.0.5",
"jest-watch-typeahead": "3.0.1",
"lint-staged": "16.1.5",
"prettier": "3.6.2",
"typescript": "5.9.2"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"babel": {
"presets": [
"next/babel"
]
},
"engines": {
"node": "^22 || ^24"
},
"packageManager": "pnpm@10.14.0"
}