1 Star 0 Fork 31

ﻬXu积木/nav

forked from xiejiahe/nav 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.28 KB
一键复制 编辑 原始数据 按行查看 历史
xjh22222228 提交于 2024-09-26 22:22 . feat(component): add HTML component
{
"name": "nav",
"version": "8.12.0",
"author": "xiejiahe",
"homepage": "https://github.com/xjh22222228/nav",
"scripts": {
"start": "npm run build-start && ng serve --port=7001",
"build-start": "ts-node ./scripts/start.mjs",
"setup": "npm run build-start && ts-node ./scripts/build.mjs",
"build-gh-pages": "npm run setup && ng build --base-href ./ --index src/index.html",
"build": "npm run setup && ng build --index src/index.html",
"watch": "ng build --watch --configuration development",
"update": "git pull && (git remote add upstream https://gitee.com/xiejiahe/nav.git || true) && git fetch upstream main && git merge upstream/main --allow-unrelated-histories --no-edit && git push",
"pull": "git pull"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.6",
"@angular/common": "^18.2.6",
"@angular/compiler": "^18.2.6",
"@angular/core": "^18.2.6",
"@angular/forms": "^18.2.6",
"@angular/platform-browser": "^18.2.6",
"@angular/platform-browser-dynamic": "^18.2.6",
"@angular/router": "^18.2.6",
"@types/file-saver": "^2.0.7",
"@types/qs": "^6.9.16",
"axios": "^1.7.7",
"clipboard": "^2.0.11",
"dayjs": "^1.11.13",
"express": "^4.21.0",
"file-saver": "^2.0.5",
"js-base64": "^3.7.7",
"js-yaml": "^4.1.0",
"localforage": "^1.10.0",
"lz-string": "^1.5.0",
"mitt": "^3.0.1",
"ng-zorro-antd": "^18.1.1",
"nodemailer": "^6.9.15",
"nprogress": "^0.2.0",
"postcss": "^8.4.47",
"qs": "^6.13.0",
"rough-notation": "^0.5.1",
"rxjs": "~7.8.1",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.6",
"@angular/cli": "^18.2.6",
"@angular/compiler-cli": "^18.2.6",
"@types/jasmine": "~5.1.4",
"@types/nprogress": "^0.2.3",
"body-parser": "^1.20.3",
"compression": "^1.7.4",
"connect-history-api-fallback": "^2.0.0",
"cors": "^2.8.5",
"info-web": "^0.0.33",
"jasmine-core": "~5.3.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"pm2": "^5.4.2",
"ts-node": "~10.9.2",
"typescript": "~5.5.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/jimuxu/nav.git
git@gitee.com:jimuxu/nav.git
jimuxu
nav
nav
main

搜索帮助