-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.13 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.13 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
{
"name": "@htmlplus/examples",
"version": "0.0.0",
"license": "MIT",
"author": "Masood Abdolian <m.abdolian@gmail.com>",
"description": "Collection of examples for @htmlplus/ui.",
"scripts": {
"clean": "rimraf dist",
"lint": "biome check --write",
"generate": "tsx src/generate.ts",
"generate:watch": "tsx watch src/generate.ts",
"prepare": "husky",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@babel/generator": "^7.28.3",
"@babel/traverse": "^7.28.3",
"@babel/types": "^7.28.2",
"@biomejs/biome": "2.2.2",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/babel__generator": "^7.27.0",
"@types/babel__traverse": "^7.28.0",
"@types/node": "^24.3.0",
"@types/prettier": "^2.7.3",
"@types/react": "^19.1.11",
"@types/turndown": "^5.0.5",
"@vue/compiler-sfc": "^3.5.20",
"change-case": "^5.4.4",
"cheerio": "^1.1.2",
"deepmerge": "^4.3.1",
"glob": "^11.0.3",
"handlebars": "^4.7.8",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"rimraf": "^6.0.1",
"tsx": "^4.20.5",
"turndown": "^7.2.1",
"typescript": "^5.9.2"
}
}