-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (82 loc) · 2.1 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
{
"name": "@hyperupcall/dev",
"version": "0.6.0",
"type": "module",
"description": "A repository linter.",
"repository": {
"type": "git",
"url": "https://github.com/fox-incubating/dev"
},
"bugs": {
"url": "https://github.com/fox-incubating/dev/issues"
},
"author": "Edwin Kofler <[email protected]> (https://edwinkofler.com)",
"license": "MPL-2.0",
"private": false,
"bin": {
"dev": "./bin/dev.js"
},
"imports": {
"#common": "./config/common.ts",
"#types": "./index.d.ts",
"#components/*": "./dev-server/components/*",
"#utilities/*": "./utilities/*"
},
"scripts": {
"format": "hyperupcall-scripts-nodejs format",
"lint": "hyperupcall-scripts-nodejs lint",
"test": "node ./test/test.ts"
},
"dependencies": {
"@ltd/j-toml": "^1.38.0",
"@parcel/watcher": "^2.5.0",
"@preact/signals": "^2.0.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"ansi-escapes": "^7.0.0",
"clipanion": "4.0.0-rc.4",
"debounce": "^2.2.0",
"dedent": "^1.5.3",
"detect-indent": "^7.0.1",
"detect-newline": "^4.0.1",
"diff": "7.0.0",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"enquirer": "^2.4.1",
"execa": "^9.5.2",
"express": "^5.0.1",
"globby": "^14.0.2",
"handlebars": "^4.7.8",
"htm": "^3.1.1",
"ignore-walk": "^7.0.0",
"jsonc-parser": "^3.3.1",
"minimatch": "^10.0.1",
"octokit": "^4.0.3",
"preact": "^10.25.4",
"preact-render-to-string": "^6.5.12",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"rollup": "^4.29.1",
"semver": "^7.6.3",
"smol-toml": "^1.3.1",
"strip-ansi": "^7.1.0",
"ts-blank-space": "^0.4.4",
"unified": "^11.0.5",
"unified-lint-rule": "^3.0.0",
"unist-util-visit": "^5.0.0",
"untildify": "^5.0.0",
"vfile-reporter": "^8.1.1",
"yn": "^5.0.0"
},
"devDependencies": {
"@hyperupcall/prettier-config": "^0.9.1",
"@hyperupcall/scripts-nodejs": "0.2.3",
"@octokit/types": "^13.6.2",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"type-fest": "^4.31.0"
},
"markdownlint-cli2": {
"extends": "./node_modules/@hyperupcall/markdownlint-config/.markdownlint.json"
},
"prettier": "@hyperupcall/scripts-nodejs/config-prettier.js"
}