1 Star 3 Fork 0

秦诺/thor-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
秦诺 提交于 2023-09-07 13:23 . Request path should be decode first
{
"name": "@knno/web",
"keywords": [
"web",
"framework"
],
"version": "1.5.20",
"engines": {
"node": ">=16.0.0"
},
"description": "An light weight web framework for node-js.",
"main": "./dist/index.js",
"repository": "https://gitee.com/thor.qin/thor-web.git",
"author": "Thor Qin",
"license": "MIT",
"private": false,
"dependencies": {
"@knno/time": "^1.1.1",
"@knno/tpl": "^1.1.8",
"@knno/valid": "^1.1.11",
"iconv-lite": "^0.6.3",
"mime": "^3.0.0",
"uuid": "^8.3.2",
"websocket": "^1.0.34",
"@types/busboy": "^1.5.0",
"busboy": "^1.6.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-typescript": "^8.0.0",
"@tsconfig/svelte": "^2.0.0",
"@types/mime": "^2.0.3",
"@types/node": "^17.0.18",
"@types/uuid": "^8.3.4",
"@types/websocket": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.5.1",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"shx": "^0.3.4",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-material-icons": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.5.5"
},
"scripts": {
"build-doc": "rollup -c",
"watch-doc": "rollup -c -w",
"build-cjs": "tsc -P tsconfig.json",
"watch": "shx rm -rf ./dist/* && tsc -P tsconfig.json --watch",
"build": "shx rm -rf ./dist/* && shx rm -rf ./html/build/* && npm run build-cjs && npm run build-doc",
"postbuild": "prettier --write ./dist "
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/thor.qin/thor-web.git
git@gitee.com:thor.qin/thor-web.git
thor.qin
thor-web
thor-web
master

搜索帮助