-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.64 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.64 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
49
50
51
52
53
54
55
{
"name": "devtools.fm",
"version": "0.1.0",
"private": true,
"engines": {
"node": "22.x"
},
"scripts": {
"dev": "next dev",
"setup-for-ci": "git remote add origin https://github.com/devtools-fm/devtools.fm.git && git pull origin main --unshallow",
"build": "pnpm run setup-for-ci && next build && pnpm run build-rss",
"build-rss": "node -r esbuild-register utils/generate-rss.ts",
"start": "next start",
"create-new-episode": "node -r esbuild-register scripts/create-new-episode.ts"
},
"dependencies": {
"@devtools-ds/icon": "^1.2.1",
"@devtools-ds/navigation": "^1.2.1",
"@devtools-ds/object-inspector": "^1.2.1",
"@devtools-ds/themes": "^1.2.1",
"@radix-ui/react-label": "^2.0.2",
"@vercel/analytics": "^1.0.1",
"clsx": "^1.1.1",
"googleapis": "^122.0.0",
"gray-matter": "^4.0.3",
"next": "15.4.10",
"next-mdx-remote": "^6.0.0",
"query-string": "^7.0.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-window-ui": "^2.2.0",
"remark-gfm": "^4.0.1",
"rss": "^1.2.2",
"use-query-params": "^1.2.2"
},
"devDependencies": {
"@design-systems/next-esm-css": "^2.18.0",
"@tailwindcss/postcss": "^4.1.11",
"@types/react": "^19.1.9",
"@types/rss": "^0.0.31",
"autoprefixer": "^10.4.21",
"cheerio": "^1.0.0-rc.6",
"endent": "^2.0.1",
"esbuild": "^0.19.12",
"esbuild-register": "^3.6.0",
"isomorphic-fetch": "^3.0.0",
"postcss": "^8.4.27",
"puppeteer": "^9.0.0",
"tailwindcss": "^4.1.11",
"title-case": "^3.0.3",
"type-fest": "^1.0.2",
"typescript": "^4.2.4"
},
"packageManager": "pnpm@10.14.0"
}