-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.76 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.76 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
56
57
58
59
60
61
62
63
{
"name": "mimu-memo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:watch": "bun exec tsx scripts/dev-watcher.ts",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"tc": "tsc",
"check": "biome check ./app",
"check:fix": "biome check --write ./app",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest --coverage",
"react-doctor": "react-doctor ."
},
"dependencies": {
"@next/bundle-analyzer": "^16.3.4",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"dayjs": "^1.11.23",
"gray-matter": "^4.0.3",
"highlight.js": "^11.12.0",
"lucide-react": "^1.41.0",
"next": "16.3.4",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@biomejs/biome": "2.5.12",
"@tailwindcss/postcss": "^4.3.3",
"@tailwindcss/typography": "^0.5.20",
"@testing-library/jest-dom": "^7.0.1",
"@testing-library/react": "^16.3.3",
"@testing-library/user-event": "^14.6.7",
"@types/node": "^24.13.3",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.7",
"@vitejs/plugin-react": "^6.1.1",
"@vitest/ui": "^5.0.0",
"chokidar": "^5.0.0",
"jsdom": "^30.0.1",
"jsonc-parser": "^3.3.1",
"lefthook": "^2.1.12",
"postcss": "^8.5.28",
"react-doctor": "^0.9.13",
"remark": "^15.0.1",
"rss-parser": "^3.13.0",
"strip-markdown": "^6.0.0",
"tailwindcss": "^4.3.3",
"tsx": "^4.23.13",
"typescript": "^7.0.2",
"ultracite": "7.10.8",
"vite": "^8.2.2",
"vitest": "^5.0.0"
},
"packageManager": "bun@1.4.2"
}