-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.23 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "blue-borders",
"description": "Most migrants and refugees arriving in Europe cross the Mediterranean. The purpose of this website is to provide a rough overview by focusing mainly on the Central Med and by covering both maritime and political events.",
"engines": {
"node": ">=15.0.0"
},
"version": "1.0.4",
"private": true,
"type": "module",
"scripts": {
"_dev": "vite --mode ssr",
"_dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
"build": "qwik build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/fastify/vite.config.ts",
"deploy": "echo 'Run \"npm run qwik add\" to install a server adapter'",
"dev": "cross-env NODE_ENV=development vite --mode ssr",
"fmt": "prettier --write .",
"fmt.check": "prettier --check .",
"lint": "eslint \"src/**/*.ts*\"",
"nope_build.types": "tsc --incremental --noEmit",
"preview": "qwik build preview && cross-env NODE_ENV=development vite preview --open",
"preview_only": "cross-env NODE_ENV=development vite preview --open",
"serve": "node server/entry.fastify",
"start": "vite --open --mode ssr",
"qwik": "qwik"
},
"devDependencies": {
"@builder.io/qwik": "1.19.2",
"@builder.io/qwik-city": "1.19.2",
"@fastify/static": "9.1.3",
"@tailwindcss/forms": "0.5.11",
"@tailwindcss/vite": "4.2.4",
"@types/eslint": "9.6.1",
"@types/node": "25.6.0",
"@typescript-eslint/eslint-plugin": "8.59.1",
"@typescript-eslint/parser": "8.59.1",
"cross-env": "10.1.0",
"eslint": "8.57.1",
"eslint-plugin-qwik": "1.19.2",
"fastify": "5.8.5",
"fastify-plugin": "5.1.0",
"prettier": "3.8.3",
"tailwindcss": "4.2.4",
"tslint-config-prettier": "1.18.0",
"typescript": "6.0.3",
"vite": "7.3.2",
"vite-tsconfig-paths": "6.1.1"
},
"dependencies": {
"@qwikest/icons": "0.0.13",
"core-js": "3.49.0",
"dayjs": "1.11.20",
"firebase": "12.12.1",
"pg": "8.20.0"
},
"keywords": [
"migration",
"migrants",
"mediterranean",
"Italy",
"Malta",
"Tunisia",
"Libya"
],
"author": "Alexander Gabriel",
"license": "ISC"
}