feat: ai's attempt

This commit is contained in:
2026-02-26 13:35:09 +08:00
parent 990888a204
commit 8d7f745df2
7 changed files with 245 additions and 14 deletions
+29
View File
@@ -10,6 +10,7 @@
"license": "MIT",
"dependencies": {
"@solidjs/router": "^0.15.0",
"chokidar": "^5.0.0",
"commander": "^12.1.0",
"csv-parse": "^5.5.6",
"marked": "^14.1.0",
@@ -2376,6 +2377,21 @@
],
"license": "CC-BY-4.0"
},
"node_modules/chokidar": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-5.0.0.tgz",
"integrity": "sha512-TQMmc3w+5AxjpL8iIiwebF73dRDF4fBIieAqGn9RGCWaEVwQ6Fb2cGe31Yns0RRIzii5goJ1Y7xbMwo1TxMplw==",
"license": "MIT",
"dependencies": {
"readdirp": "^5.0.0"
},
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/commander": {
"version": "12.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-12.1.0.tgz",
@@ -3116,6 +3132,19 @@
"node": ">=4"
}
},
"node_modules/readdirp": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-5.0.0.tgz",
"integrity": "sha512-9u/XQ1pvrQtYyMpZe7DXKv2p5CNvyVwzUB6uhLAnQwHMSgKMBR62lc7AHljaeteeHXn11XTAaLLUVZYVZyuRBQ==",
"license": "MIT",
"engines": {
"node": ">= 20.19.0"
},
"funding": {
"type": "individual",
"url": "https://paulmillr.com/funding/"
}
},
"node_modules/reduce-configs": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/reduce-configs/-/reduce-configs-1.1.1.tgz",