-
Notifications
You must be signed in to change notification settings - Fork 240
/
package.json
150 lines (150 loc) · 6.02 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "ng-zorro-antd-mobile",
"version": "0.0.0-NOT-USED",
"description": "An enterprise-class mobile UI components based on Ant Design and Angular",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "npm run site:init && node --max_old_space_size=5120 node_modules/@angular/cli/bin/ng serve --port=4300",
"build": "node ./scripts/site/generate-site init && node --max_old_space_size=5120 node_modules/@angular/cli/bin/ng build ng-zorro-antd-mobile --aot --configuration production --output-hashing none",
"test": "npm run site:init && ng test --watch=false --code-coverage",
"test-headless": "npm run site:init && ng test --watch=false --code-coverage --browsers=ChromeHeadless",
"test-watch": "npm run site:init && ng test --watch=true --code-coverage",
"release": "node --max_old_space_size=5120 ./scripts/publish/publish.js",
"publish": "bash ./scripts/publish/publish.sh",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --pkg components/package.json && node ./scripts/site/replace-scope-prefix.js",
"site": "node ./scripts/site/generate-site",
"site:start": "node ./scripts/site/generate-site init && node ./scripts/site/generateColorLess && ng serve --port 0 --open",
"site:init": "node ./scripts/site/generate-site init && node ./scripts/site/generateColorLess",
"schematic:demo": "node ./scripts/schematics/demo2schematics",
"schematic:tsc": "tsc -p schematics/tsconfig.json",
"schematic:build": "node ./scripts/schematics/set-theme.js && node ./scripts/schematics/set-version.js && npm run schematic:tsc && node ./scripts/schematics/copy-resources",
"schematic:generate": "npm run schematic:demo && npm run schematic:build && rm -rf schematics/demo",
"doc": "node --max_old_space_size=5120 node_modules/@angular/cli/bin/ng build ng-zorro-antd-mobile --aot --configuration production",
"helper": "bash ./release-helper.sh",
"migration-styles": "node ./scripts/build/migration-styles.js",
"integration": "npm run generate && bash ./integration-test.sh",
"format": "prettier --write './components/**/*.{ts,tsx,js,scss,html}' && tslint --fix './components/**/*.{js,ts,tsx}'",
"postgenerate": "node ./scripts/build/generate-less.js && cp README.md publish/README.md && npm run migration-styles && npm run schematic:generate",
"generate": "node --max_old_space_size=5120 node_modules/@angular/cli/bin/ng build ng-zorro-antd-mobile-lib --configuration production",
"pre-release": "npm run site:init && bash ./scripts/build/replace-publish.sh && npm run generate && node --max_old_space_size=5120 ./node_modules/@angular/cli/bin/ng build ng-zorro-antd-mobile --aot --configuration production && npm run helper"
},
"main": "./bundles/antd.umd.js",
"module": "./esm5/antd.js",
"es2015": "./esm2015/antd.js",
"typings": "./antd.d.ts",
"schematics": "./schematics/collection.json",
"keywords": [
"ant",
"design",
"ng-zorro-mobile",
"mobile",
"angular",
"ui",
"framework",
"frontend"
],
"dependencies": {
"@angular/animations": "^17.0.0",
"@angular/cdk": "^17.0.0",
"@angular/common": "^17.0.0",
"@angular/compiler": "^17.0.0",
"@angular/core": "^17.0.0",
"@angular/forms": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"@angular/platform-browser-dynamic": "^17.0.0",
"@angular/pwa": "^17.0.0",
"@angular/router": "^17.0.0",
"@ant-design/icons-angular": "^17.0.0",
"antd-mobile-demo-data": "^0.3.0",
"ng-zorro-antd": "^17.0.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.0",
"@angular-devkit/core": "^17.0.0",
"@angular-devkit/schematics": "^17.0.0",
"@angular/cli": "^17.0.0",
"@angular/compiler-cli": "^17.0.0",
"@angular/platform-server": "^17.0.0",
"@angular/service-worker": "^17.0.0",
"@angular/upgrade": "^17.0.0",
"@schematics/angular": "^17.0.0",
"@stackblitz/sdk": "^1.8.1",
"@types/estree": "^1.0.0",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~18.11.10",
"antd-theme-generator": "1.2.2",
"codecov": "^3.8.3",
"codelyzer": "^6.0.2",
"conventional-changelog-cli": "^4.1.0",
"core-js": "~3.26.1",
"eslint": "^8.28.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-header": "~3.1.1",
"eslint-plugin-import": "~2.25.3",
"eslint-plugin-jsdoc": "^48.0.2",
"eslint-plugin-prefer-arrow": "~1.2.2",
"eslint-plugin-prettier": "^5.1.2",
"fs-extra": "~11.1.0",
"husky": "^8.0.3",
"jasmine-core": "~2.99.1",
"jasmine-marbles": "^0.9.2",
"jasmine-spec-reporter": "~4.2.1",
"karma": "^6.3.20",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage": "^2.0.3",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"less": "^4.1.3",
"less-plugin-clean-css": "^1.5.1",
"marked": "^10.0.0",
"ng-packagr": "^17.0.0",
"ngx-color": "^9.0.0",
"ngx-infinite-scroll": "^17.0.0",
"node-prismjs": "^0.1.2",
"pre-commit": "^1.2.2",
"prettier": "^3.1.1",
"prismjs": "^1.29.0",
"protractor": "^7.0.0",
"raw-loader": "^4.0.2",
"readline-sync": "^1.4.9",
"remark": "^13.0.0",
"rollup": "^1.10.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "~2.2.0",
"rollup-plugin-sourcemaps": "~0.4.2",
"rollup-plugin-uglify": "~6.0.0",
"rxjs": "~7.6.0",
"ts-node": "~10.9.1",
"tslib": "^2.4.1",
"typescript": "~5.2.0",
"yaml-front-matter": "^4.1.1",
"zone.js": "~0.14.0"
},
"lint-staged": {
"{src,docs}/**/*.{scss}": [
"prettier --write",
"git add"
],
"{src,docs}/**/*.{js,ts,tsx}": [
"prettier --write",
"tslint --fix",
"git add"
]
},
"engines": {
"node": "^16.14.0 || >=18.10.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run test",
"commit-msg": "node ./scripts/git/commit-msg.js -E HUSKY_GIT_PARAMS"
}
},
"browserslist": [
"iOS > 10.3",
"Android > 4.4"
],
"repository": "https://github.com/NG-ZORRO/ng-zorro-antd-mobile.git"
}