-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.23 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.23 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
{
"name": "@htmlplus/document",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"clean": "rimraf .next",
"dev": "next dev",
"lint": "biome check --write",
"prepare": "husky",
"start": "next start",
"sync": "node ./scripts/sync.mjs & npm run lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@htmlplus/ui": "^1.8.4",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^16.1.6",
"@next/third-parties": "^15.5.1",
"@types/mdx": "^2.0.13",
"change-case": "^5.4.4",
"classnames": "^2.5.1",
"embla-carousel-auto-scroll": "^8.6.0",
"glob": "^11.0.3",
"next": "^15.5.9",
"next-mdx-remote-client": "^2.1.7",
"prism-themes": "^1.9.0",
"prismjs": "^1.30.0",
"raw-loader": "^4.0.2",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"sass": "^1.91.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^24.3.0",
"@types/prismjs": "^1.26.5",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.21",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"postcss": "^8.5.6",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.2"
}
}