forked from xjh22222228/nav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.13 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
{
"name": "nav",
"version": "8.2.0",
"author": "xiejiahe",
"bugs": {
"url": "https://github.com/xjh22222228/nav/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xjh22222228/nav.git"
},
"homepage": "https://github.com/xjh22222228/nav",
"scripts": {
"ng": "ng",
"start": "npm run build-internal && ng serve --port=7001",
"build-internal": "ts-node ./scripts/internal.mjs",
"setup": "npm run build-internal && tsc nav.config.ts && 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://github.com/xjh22222228/nav.git || true) && git fetch upstream main && git merge upstream/main --allow-unrelated-histories && git push"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.0.1",
"@angular/common": "^18.0.1",
"@angular/compiler": "^18.0.1",
"@angular/core": "^18.0.1",
"@angular/forms": "^18.0.1",
"@angular/platform-browser": "^18.0.1",
"@angular/platform-browser-dynamic": "^18.0.1",
"@angular/router": "^18.0.1",
"@types/file-saver": "^2.0.7",
"@types/qs": "^6.9.15",
"axios": "^1.7.2",
"clipboard": "^2.0.11",
"dayjs": "^1.11.11",
"file-saver": "^2.0.5",
"hotkeys-js": "^3.13.7",
"js-base64": "^3.7.7",
"mitt": "^3.0.1",
"ng-zorro-antd": "^17.4.1",
"nprogress": "^0.2.0",
"qs": "^6.12.1",
"rough-notation": "^0.5.1",
"rxjs": "~7.8.1",
"tslib": "^2.6.3",
"zone.js": "~0.14.6"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.0.2",
"@angular/cli": "^18.0.2",
"@angular/compiler-cli": "^18.0.1",
"@types/jasmine": "~5.1.4",
"@types/nprogress": "^0.2.3",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ts-node": "~10.9.2",
"typescript": "~5.4.5"
}
}