-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.36 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
78
79
80
81
82
83
84
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "rimraf .docube && esrun generate.ts && next dev --turbo",
"build": "rimraf .docube && esrun generate.ts && next build",
"start": "next start",
"prepare": "husky",
"lint": "next lint"
},
"dependencies": {
"@next/third-parties": "15.0.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"date-fns": "^3.6.0",
"lucide-react": "^0.453.0",
"next": "15.1.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"sharp": "^0.33.4"
},
"devDependencies": {
"@docube/common": "^0.8.1",
"@docube/markdown": "^0.3.1",
"@docube/org": "^0.6.1",
"@eslint/compat": "^1.1.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"@next/eslint-plugin-next": "15.0.0",
"@rehype-pretty/transformers": "^0.13.2",
"@shikijs/rehype": "^1.16.1",
"@types/node": "^20.14.8",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"@typescript-eslint/eslint-plugin": "^7.14.1",
"@typescript-eslint/parser": "^7.14.1",
"autoprefixer": "^10.4.19",
"docube": "^0.5.1",
"effect": "3.7.2",
"esbuild": "^0.25.0",
"eslint": "^9.17.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-next": "^0.0.0",
"eslint-plugin-react": "^7.37.3",
"eslint-plugin-react-hooks": "^5.1.0",
"esrun": "^3.2.26",
"globals": "^15.6.0",
"html-react-parser": "^5.1.15",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"postcss": "^8.4.38",
"prettier": "^3.3.2",
"probe-image-size": "^7.2.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-callouts": "^1.3.0",
"rehype-katex": "^7.0.1",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-shift-heading": "^2.0.0",
"rehype-slug-custom-id": "^2.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"rimraf": "^6.0.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"unified": "^11.0.5",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^3.0.1",
"uniorg-rehype": "^1.2.0",
"uniqolor": "^1.1.1",
"unist-util-visit": "^5.0.0"
},
"browser": {
"fs": false,
"path": false
},
"resolutions": {
"typescript": "^5.3.2"
}
}