Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
NebulaServices
GitHub Repository: NebulaServices/Nebula
Path: blob/main/package.json
976 views
1
{
2
"name": "nebula",
3
"type": "module",
4
"version": "9.1.4",
5
"private": true,
6
"scripts": {
7
"dev": "astro dev --host 0.0.0.0 & tsx --watch server/server.ts",
8
"start": "node server/server.js",
9
"build:server": "tsc -p server",
10
"build:client": "astro check && astro build",
11
"build": "npm run build:server & npm run build:client",
12
"bstart": "npm run build && npm run start",
13
"preview": "astro preview",
14
"astro": "astro",
15
"format:code": "biome format . --write",
16
"format:imports": "biome check . --write",
17
"format": "npm run format:code && npm run format:imports",
18
"version": "changeset version"
19
},
20
"dependencies": {
21
"@astrojs/check": "^0.9.4",
22
"@astrojs/node": "^9.0.0",
23
"@astrojs/sitemap": "^3.2.1",
24
"@astrojs/svelte": "^7.0.2",
25
"@astrojs/tailwind": "^5.1.4",
26
"@fastify/compress": "^8.0.1",
27
"@fastify/cookie": "^11.0.2",
28
"@fastify/helmet": "^13.0.0",
29
"@fastify/middie": "^9.0.2",
30
"@fastify/multipart": "^9.0.1",
31
"@fastify/static": "^8.0.3",
32
"@iconify-json/ph": "^1.2.2",
33
"@mercuryworkshop/bare-mux": "^2.1.7",
34
"@mercuryworkshop/epoxy-transport": "^2.1.27",
35
"@mercuryworkshop/libcurl-transport": "^1.3.15",
36
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-2.0.0-alpha.tgz",
37
"@playform/compress": "^0.1.6",
38
"@rubynetwork/corlink-fastify": "https://github.com/NebulaServices/corlink/releases/download/2.0.2/rubynetwork-corlink-fastify-2.0.2.tgz",
39
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
40
"@types/node": "^22.10.2",
41
"@types/sequelize": "^4.28.20",
42
"astro": "^5.16.3",
43
"astro-icon": "^1.1.5",
44
"astro-seo": "^0.8.4",
45
"astro-simpleanalytics-plugin": "^0.3.20",
46
"chalk": "^5.4.1",
47
"fastify": "^5.2.0",
48
"gradient-string": "^3.0.0",
49
"pg": "^8.13.1",
50
"pg-hstore": "^2.3.4",
51
"sequelize": "^6.37.5",
52
"smol-toml": "^1.3.1",
53
"sqlite3": "^5.1.7",
54
"svelte": "^5.16.0",
55
"svelte-french-toast": "^1.2.0",
56
"tailwindcss": "^3.4.17",
57
"typescript": "^5.7.2",
58
"vite-plugin-static-copy": "^2.2.0",
59
"@mercuryworkshop/wisp-js": "^0.4.0"
60
},
61
"devDependencies": {
62
"@biomejs/biome": "^1.9.4",
63
"@changesets/cli": "^2.27.11",
64
"bufferutil": "^4.0.9",
65
"ora": "^8.1.1",
66
"sharp": "^0.33.5",
67
"tsx": "^4.19.2"
68
}
69
}
70
71