-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "live-nextjs",
"version": "1.1.0",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "npx @biomejs/biome check src",
"lint:fix": "npx @biomejs/biome check --write src",
"prepare": "husky install"
},
"dependencies": {
"@remark-embedder/core": "^3.0.3",
"@remark-embedder/transformer-oembed": "^5.0.1",
"@sindresorhus/slugify": "^2.2.1",
"bootstrap": "^5.3.3",
"clsx": "^2.1.1",
"esbuild": "^0.24.0",
"glob": "^11.0.0",
"gray-matter": "^4.0.3",
"mdx-bundler": "^10.0.3",
"next": "^14.2.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-citation": "^2.2.2",
"rehype-katex": "^7.0.1",
"rehype-preset-minify": "^7.0.1",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/prompt-cli": "^19.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@total-typescript/ts-reset": "^0.6.1",
"@types/glob": "^8.1.0",
"@types/node": "20.2.5",
"@types/react": "18.2.0",
"@types/react-dom": "18.2.0",
"husky": "^9.1.7",
"sass": "^1.81.0",
"typescript": "5.2.2"
}
}