-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.23 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.23 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
{
"name": "help-map",
"version": "1.3.3-beta.6",
"description": "An open-source web application to help people in Norway find free community support, including food, clothes, and other aid",
"author": "Code for Norway <hey@codefornorway.org>",
"license": "MIT",
"private": false,
"type": "module",
"homepage": "https://github.com/codefornorway/help-map",
"repository": {
"type": "git",
"url": "git+https://github.com/codefornorway/help-map.git"
},
"bugs": {
"url": "https://github.com/codefornorway/help-map/issues"
},
"keywords": [
"nuxt",
"mapbox",
"geospatial",
"community-support",
"norway",
"vue",
"tailwindcss",
"open-source"
],
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"test": "node --experimental-strip-types --loader ./tests/loader.mjs --test tests/*.spec.ts"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.11",
"nuxt": "^4.0.3",
"nuxt-mapbox": "1.6.3",
"tailwindcss": "^4.1.11",
"vue": "^3.5.18",
"vue-router": "^4.5.1"
},
"packageManager": "pnpm@10.14.0",
"devDependencies": {
"mapbox-gl": "^3.14.0"
}
}