-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.34 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
{
"name": "openfindability",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"doctor": "tsx scripts/doctor.ts",
"seed:demo": "tsx scripts/seed-demo.ts",
"sync": "tsx scripts/sync.ts",
"sync:gsc": "tsx scripts/sync.ts gsc",
"sync:umami": "tsx scripts/sync.ts umami",
"sync:play-console": "tsx scripts/sync.ts play_console",
"sync:aso": "tsx scripts/sync.ts aso",
"gsc:sites": "tsx scripts/gsc-sites.ts",
"project:add": "tsx scripts/add-project.ts",
"research:aso": "tsx scripts/aso-research.ts",
"report": "tsx scripts/report.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^17.4.2",
"googleapis": "^166.0.0",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"tailwind-merge": "^3.5.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^24.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"postcss": "8.5.14",
"tailwindcss": "^4.2.2",
"tsx": "^4.20.0",
"typescript": "^5.0.0"
}
}