forked from birdflop/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.9 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
{
"name": "birdflop",
"version": "8.3.0",
"homepage": "https://www.birdflop.com",
"description": "The only 501(c)(3) nonprofit Minecraft server host.",
"repository": {
"type": "git",
"url": "git+https://github.com/birdflop/web.git"
},
"engines": {
"node": ">=15.0.0"
},
"author": "LuminescentDev",
"license": "AGPL-3.0-or-later",
"scripts": {
"build": "qwik build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/cloudflare-pages/vite.config.ts",
"build.types": "tsc --incremental --noEmit",
"deploy": "wrangler pages dev ./dist",
"lint": "eslint \"src/**/*.ts*\"",
"preview": "qwik build preview && vite preview",
"start": "vite --mode ssr --host",
"start.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --forcenode --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
"qwik": "qwik",
"qwik-speak-extract": "qwik-speak-extract --supportedLangs=da-DK,en-US,es-ES,ko-KR,nl-NL,pl-PL,pt-PT,ru-RU,tr-TR,zh-CN --assetsPath=i18n"
},
"devDependencies": {
"@anuragroy/tailwindcss-animate": "^1.0.6",
"@builder.io/partytown": "^0.10.1",
"@builder.io/qwik": "1.5.1",
"@builder.io/qwik-city": "1.5.1",
"@luminescent/ui": "0.13.0",
"@modular-forms/qwik": "^0.23.1",
"@types/eslint": "8.56.7",
"@types/node": "latest",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"autoprefixer": "10.4.19",
"chart.js": "^4.4.2",
"eslint": "9.0.0",
"eslint-plugin-qwik": "1.5.1",
"postcss": "^8.4.38",
"qwik-ionicons": "^1.0.5",
"qwik-speak": "^0.22.0",
"tailwindcss": "^3.4.3",
"typescript": "5.4.4",
"undici": "^6.11.1",
"vite": "5.2.8",
"vite-tsconfig-paths": "4.3.2",
"wrangler": "latest",
"yaml": "^2.4.1",
"zod": "^3.22.4"
}
}