-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.27 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.27 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
{
"name": "kanttiinit-web",
"version": "12.1.0",
"description": "Kanttiinit.fi web client.",
"main": "index.js",
"engines": {
"node": "^22.13.1"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@solidjs/router": "^0.15.4",
"date-fns": "^4.1.0",
"dotenv": "^16.5.0",
"fast-sort": "^3.4.0",
"haversine": "^1.1.0",
"leaflet": "^1.9.4",
"snarkdown": "^2.0.0",
"solid-icons": "^1.2.0",
"solid-js": "^1.9.11",
"solid-styled-components": "^0.28.5",
"typescript": "^5.8.0",
"vite": "^7.3.0",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-solid": "^2.11.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"lint": "biome check .",
"fix-lint": "biome check . --fix",
"typecheck": "tsc --noEmit"
},
"author": "Jere Vaara, Max Huttunen",
"repository": {
"type": "github",
"url": "https://github.com/Kanttiinit/web"
},
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^2.4.0",
"@testing-library/jest-dom": "^6.6.0",
"@types/haversine": "^1.1.0",
"@types/leaflet": "^1.9.0",
"@types/semver": "^7.1.0",
"npm-run-all2": "^8.0.0",
"vitest": "^3.1.0"
},
"overrides": {
"minimatch": "^10.2.1"
}
}