-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.93 KB
/
package.json
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
69
70
71
72
73
74
75
76
77
{
"name": "wombat",
"version": "0.1.0",
"description": "A NextJS template for a simple academic courses website",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/benbenz/wombat.git"
},
"scripts": {
"watchdev": "node watcher.js & next dev",
"dev": "next dev",
"build": "next build",
"export": "next export",
"start": "next start",
"lint": "next lint",
"wombat:example": "node wombat.js example",
"wombat:install": "node wombat.js install"
},
"dependencies": {
"@babel/core": "^7.21.4",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"chokidar": "^3.5.3",
"daisyui": "^2.51.6",
"html-to-jsx": "^0.0.2",
"katex": "^0.16.4",
"next": "13.2.4",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-katex": "^3.0.1",
"rehype-document": "^6.1.0",
"rehype-katex": "^6.0.2",
"rehype-react": "^7.2.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"remark-prism": "^1.3.6",
"shiki": "^0.14.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@babel/preset-react": "^7.18.6",
"@mdx-js/loader": "^2.3.0",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"highlight.js": "^11.7.0",
"html-loader": "^4.2.0",
"postcss": "^8.4.21",
"rehype-highlight": "^6.0.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-directive": "^2.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-stringify": "^10.0.2",
"tailwindcss": "^3.3.1"
},
"keywords": [
"nextjs",
"reactjs",
"website",
"academia",
"courses",
"classes",
"jupyternotebook",
"markdown"
],
"bugs": {
"url": "https://github.com/benbenz/wombat/issues"
},
"homepage": "https://github.com/benbenz/wombat#readme",
"author": "Benoit Simon",
"license": "MIT"
}