-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.37 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
{
"name": "pi-package-index",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Unofficial community index of Pi coding-agent packages — ranked by downloads + stars + maintenance, with a public API.",
"license": "MIT",
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/copy-data.mjs",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"lint": "eslint .",
"pipeline": "tsx pipeline/run.ts",
"pipeline:readmes": "tsx pipeline/readmes.ts",
"test:run": "tsx --test pipeline/**/*.test.ts"
},
"engines": {
"node": ">=22"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"sharp",
"unrs-resolver"
]
},
"dependencies": {
"@vercel/analytics": "^2.0.1",
"flexsearch": "^0.8.212",
"lucide-react": "^1.21.0",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@tailwindcss/typography": "^0.5.20",
"@types/node": "^26.0.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"tailwindcss": "^4.3.1",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
}
}