-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.23 KB
/
package.json
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,
"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.5.4",
"@builder.io/qwik-city": "1.5.4",
"@fastify/compress": "7.0.3",
"@fastify/static": "7.0.4",
"@types/eslint": "8.56.10",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"autoprefixer": "10.4.19",
"cross-env": "7.0.3",
"eslint": "8.56.0",
"eslint-plugin-qwik": "1.5.4",
"fastify": "4.27.0",
"fastify-plugin": "4.5.1",
"postcss": "8.4.38",
"prettier": "3.2.5",
"tailwindcss": "3.4.3",
"tslint-config-prettier": "1.18.0",
"typescript": "5.4.5",
"vite": "5.2.11",
"vite-tsconfig-paths": "4.3.2"
},
"dependencies": {
"@qwikest/icons": "0.0.13",
"core-js": "3.37.0",
"dayjs": "1.11.11",
"firebase": "10.11.1",
"pg": "8.11.5"
},
"keywords": [
"migration",
"migrants",
"mediterranean",
"Italy",
"Malta",
"Tunisia",
"Libya"
],
"author": "Alexander Gabriel",
"license": "ISC"
}