-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
package.json
70 lines (70 loc) · 2.28 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
66
67
68
69
70
{
"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"
}
}