-
Notifications
You must be signed in to change notification settings - Fork 179
/
package.json
54 lines (54 loc) · 1.7 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
{
"name": "noctura-frontend",
"version": "0.0.1",
"scripts": {
"dev": "astro dev --port 3000 --host",
"start": "node .",
"run": "astro dev --port 80 --host",
"prod": "node index.js",
"build": "astro build && jampack ./dist",
"preview": "astro preview",
"astro": "astro",
"bstart": "npm run build && node .",
"preinstall": "npx only-allow pnpm"
},
"pnpm": {
"overrides": {
"html-minifier-terser>terser": "npm:@swc/core"
}
},
"dependencies": {
"@astrojs/sitemap": "^1.4.0",
"@babel/runtime": "^7.22.11",
"@codemirror/lang-css": "^6.2.0",
"@codemirror/lang-javascript": "^6.1.9",
"@fastify/compress": "^6.4.0",
"@fastify/static": "^6.10.2",
"@swc/core": "^1.3.70",
"@titaniumnetwork-dev/ultraviolet": "github:titaniumnetwork-dev/ultraviolet",
"@tomphttp/bare-server-node": "^2.0.1",
"@uiw/codemirror-theme-vscode": "^4.21.12",
"astro-seo": "^0.8.0",
"codemirror": "^6.0.1",
"fastify": "^4.18.0",
"globby": "^13.2.2",
"html-minifier-terser": "^7.2.0",
"lightningcss": "^1.21.7",
"rammerhead": "https://github.com/holy-unblocker/rammerhead/releases/download/v1.2.41-holy.5/rammerhead-1.2.41-holy.5.tgz",
"sharp": "^0.32.5"
},
"type": "module",
"devDependencies": {
"@astrojs/tailwind": "^5.0.0",
"@divriots/jampack": "^0.15.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"astro": "^3.0.5",
"astro-compress": "^2.0.14",
"postcss-class-name-shortener": "^2.0.0",
"prettier": "^3.0.0",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-tailwindcss": "github:trivago/prettier-plugin-sort-imports",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
}
}