-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.81 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.81 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
64
65
66
67
68
{
"name": "learner10x.com",
"version": "1.0.0",
"description": "Production-ready technical education platform with 400,000+ words of actionable content",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vimasa-consulting/learner10x.com.git"
},
"keywords": [
"technical-education",
"learning-platform",
"production-ready",
"nextjs",
"development-guides"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/vimasa-consulting/learner10x.com/issues"
},
"homepage": "https://github.com/vimasa-consulting/learner10x.com#readme",
"dependencies": {
"@chakra-ui/next-js": "^2.4.2",
"@chakra-ui/react": "^3.22.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.3.5",
"framer-motion": "^12.23.0",
"gray-matter": "^4.0.3",
"lucide-react": "^0.525.0",
"next": "^14.2.18",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.2",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"web-vitals": "^5.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.18",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}