-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.19 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
{
"name": "engine",
"version": "0.1.0",
"description": "A high-performance Next.js interface to browse the senku.io/store markdown archive.",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"gray-matter": "^4.0.3",
"markdown-it": "^14.1.1",
"next": "16.2.3",
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"keywords": [
"senku.io",
"senku-io",
"senku-io/engine",
"engine",
"nextjs",
"markdown-it",
"gray-matter"
],
"author": "Joyal George K J",
"license": "MIT",
"packageManager": "pnpm@10.28.1",
"homepage": "https://github.com/senku-io",
"repository": {
"type": "github",
"url": "https://github.com/senku-io/engine"
}
}