-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 1.59 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
{
"name": "good-code-bad-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"qa:content": "node --import tsx scripts/content-qa.ts",
"test:content": "node --import tsx --test tests/content/schema.test.ts tests/content/lesson-registry.test.ts tests/content/navigation.test.ts tests/content/code-comments.test.ts tests/content/inline-markdown.test.tsx tests/content/review-notes.test.ts tests/content/brand-wordmark.test.ts tests/content/favicon.test.ts tests/content/footer.test.ts tests/content/guide-page.test.tsx tests/content/site-header.test.tsx tests/content/i18n.test.ts tests/content/font.test.ts tests/content/track-icons.test.ts tests/content/seo.test.ts tests/content/back-to-top.test.ts tests/content/content-quality.test.ts tests/content/track-families.test.ts tests/content/rust-track.test.ts tests/content/lua-track.test.ts tests/content/kotlin-track.test.ts tests/content/track-filters.test.ts tests/content/track-grid.test.tsx tests/content/related-tracks.test.tsx"
},
"dependencies": {
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.2.6",
"next": "16.2.6",
"react": "19.2.4",
"react-dom": "19.2.4",
"shiki": "^4.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/mdx": "^2.0.13",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"tailwindcss": "^4",
"tsx": "^4.22.3",
"typescript": "^5"
}
}