This repository was archived by the owner on May 22, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.33 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
{
"private": true,
"name": "front-end-tech-memo",
"type": "module",
"version": "0.0.1",
"packageManager": "pnpm@9.12.3",
"repository": {
"type": "git",
"url": "git+https://github.com/koralle/front-end-tech-memo"
},
"homepage": "https://fe-memo.koralle-mgmg.com",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro build && wrangler pages dev ./dist",
"astro": "astro",
"deploy": "astro build && wrangler pages deploy ./dist",
"check": "astro check && prettier -c .",
"fmt": "prettier --write .",
"build-cf-types": "wrangler types"
},
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.2.2",
"@astrojs/check": "^0.9.4",
"@astrojs/cloudflare": "^11.2.0",
"@astrojs/mdx": "^3.1.8",
"@astrojs/starlight": "^0.28.4",
"astro": "^4.16.7",
"astro-embed": "^0.8.0",
"lite-youtube-embed": "^0.3.3",
"typescript": "^5.6.3"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20241022.0",
"lefthook": "^1.8.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"rollup-plugin-visualizer": "^5.12.0",
"wrangler": "^3.84.0"
},
"engines": {
"node": ">=22.11.0",
"pnpm": ">=9.12.3",
"npm": "please use pnpm!",
"yarn": "please use pnpm!"
}
}