-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "ml-learning-journey",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"verify:content": "node scripts/verify-content.mjs"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.5.20",
"@tanstack/react-query": "^5.66.0",
"better-react-mathjax": "^3.0.1",
"canvas-confetti": "^1.9.3",
"clsx": "^2.1.1",
"framer-motion": "^12.4.3",
"lucide-react": "^0.475.0",
"next": "^15.1.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.0.6",
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.13.4",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"eslint": "^9.20.1",
"eslint-config-next": "^15.1.7",
"postcss": "^8.5.10",
"prettier": "^3.5.3",
"tailwindcss": "^4.0.6",
"typescript": "^5.7.3"
},
"overrides": {
"postcss": "^8.5.10"
}
}