-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.65 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.65 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
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
85
86
87
88
89
90
91
{
"name": "dev",
"version": "0.1.0",
"type": "module",
"private": true,
"imports": {
"#common": "./config/common.ts",
"#types": "./types.d.ts",
"#utilities/*": "./utilities/*"
},
"scripts": {
"format": "hyperupcall-scripts-nodejs format",
"lint": "hyperupcall-scripts-nodejs lint",
"typecheck": "tsc -p .",
"test": "node ./test/test.ts",
"cli": "node --enable-source-maps ./bin/dev.ts",
"dev": "vite dev --config ./vite.config.ts",
"build": "vite build --config ./vite.config.ts",
"start": "vite dev --config ./vite.config.ts --host localhost --port 3000"
},
"dependencies": {
"@clack/prompts": "^1.1.0",
"@hyperupcall/scripts-nodejs": "0.8.0",
"@ltd/j-toml": "^1.38.0",
"@preact/signals": "^2.9.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@shopify/draggable": "^1.2.1",
"@tanstack/solid-router": "^1.168.9",
"@tanstack/solid-start": "^1.167.15",
"ansi-escapes": "^7.3.0",
"bulma": "^1.0.4",
"chokidar": "^4.0.3",
"clipanion": "4.0.0-rc.4",
"debounce": "^2.2.0",
"dedent": "^1.7.2",
"detect-indent": "^7.0.2",
"detect-newline": "^4.0.1",
"diff": "^8.0.4",
"dotenv": "^16.6.1",
"ejs": "^3.1.10",
"execa": "^9.6.1",
"globby": "^14.1.0",
"handlebars": "^4.7.9",
"ignore-walk": "^8.0.0",
"jsonc-parser": "^3.3.1",
"kysely": "^0.27.6",
"lodash": "^4.17.23",
"micromatch": "^4.0.8",
"minimatch": "^10.2.5",
"octokit": "^4.1.4",
"remark": "^15.0.1",
"remark-parse": "^11.0.0",
"rollup": "^4.60.1",
"semver": "^7.7.4",
"smol-toml": "^1.6.1",
"solid-js": "^1.9.9",
"spdx-license-list": "^6.11.0",
"strip-ansi": "^7.2.0",
"unified": "^11.0.5",
"unified-lint-rule": "^3.0.1",
"unist-util-visit": "^5.1.0",
"untildify": "^5.0.0",
"valibot": "^1.3.1",
"vfile-reporter": "^8.1.1",
"vite": "^7.1.12",
"vite-plugin-solid": "^2.11.8",
"ws": "^8.20.0",
"yaml": "^2.8.3",
"yn": "^5.1.0"
},
"devDependencies": {
"@hyperupcall/scripts-nodejs": "0.8.0",
"@octokit/types": "^16.0.0",
"@types/better-sqlite3": "^7.6.13",
"@types/ignore-walk": "^4.0.3",
"@types/lodash": "^4.17.24",
"@types/micromatch": "^4.0.10",
"@types/node": "^25.5.0",
"@types/semver": "^7.7.1",
"@types/terminal-kit": "^2.5.7",
"@types/ws": "^8.18.1",
"jsonc-eslint-parser": "^3.1.0",
"kysely-codegen": "^0.18.5",
"type-fest": "^4.41.0",
"typescript": "^6.0.2"
},
"markdownlint-cli2": {
"extends": "./node_modules/@hyperupcall/markdownlint-config/.markdownlint.json"
},
"prettier": "@hyperupcall/scripts-nodejs/config-prettier.js"
}