forked from NG-ZORRO/ng-zorro-antd-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 5.39 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
{
"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 && ng serve --port 4300 --host 0.0.0.0 --deploy-url=/ --disable-host-check",
"build": "node ./scripts/site/generate-site init && node --max_old_space_size=5120 node_modules/@angular/cli/bin/ng build --prod --output-hashing none",
"test": "npm run site:init && ng test --watch=false --code-coverage",
"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": "ng build --prod",
"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}' && 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": "ng build ng-zorro-antd-mobile-lib",
"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 --prod && 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/cdk": "^7.2.0",
"@angular/animations": "^7.1.0",
"@ant-design/icons-angular": "~2.0.1",
"ant-design": "^1.0.0",
"antd-mobile-demo-data": "^0.2.0",
"@angular/pwa": "^0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.11.0",
"@angular-devkit/build-ng-packagr": "^0.11.0",
"@angular-devkit/core": "^7.1.0",
"@angular-devkit/schematics": "^7.1.0",
"@angular/cli": "^7.1.0",
"@angular/common": "^7.1.0",
"@angular/compiler": "^7.1.0",
"@angular/compiler-cli": "^7.1.0",
"@angular/core": "^7.1.0",
"@angular/forms": "^7.1.0",
"@angular/http": "^7.1.0",
"@angular/platform-browser": "^7.1.0",
"@angular/platform-browser-dynamic": "^7.1.0",
"@angular/platform-server": "^7.1.0",
"@angular/router": "^7.1.0",
"@angular/service-worker": "^7.1.0",
"@angular/upgrade": "^7.1.0",
"@schematics/angular": "~7.0.0",
"@stackblitz/sdk": "^1.1.1",
"@types/jasmine": "~2.8.8",
"@types/jasminewd2": "~2.0.3",
"@types/node": "~10.12.0",
"antd-theme-generator": "^1.1.5",
"classlist.js": "^1.1.20150312",
"codecov": "^3.0.0",
"codelyzer": "~4.5.0",
"conventional-changelog-cli": "^2.0.1",
"core-js": "^2.5.4",
"fs-extra": "~7.0.1",
"husky": "^1.0.1",
"jasmine-core": "~2.99.1",
"jasmine-marbles": "^0.3.1",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.2",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.2",
"less": "^3.9.0",
"less-plugin-clean-css": "^1.5.1",
"marked": "~0.6.0",
"ng-packagr": "^4.0.0",
"ng-zorro-antd": "^7.0.0-rc.3",
"ngx-color": "^2.0.5",
"ngx-infinite-scroll": "~7.0.0",
"node-prismjs": "^0.1.1",
"phantomjs-prebuilt": "^2.1.7",
"pre-commit": "^1.2.2",
"prismjs": "^1.10.0",
"protractor": "^5.4.2",
"readline-sync": "^1.4.9",
"remark": "~10.0.1",
"rollup": "~1.0.0",
"rollup-plugin-node-resolve": "~4.0.0",
"rollup-plugin-replace": "~2.1.0",
"rollup-plugin-sourcemaps": "~0.4.2",
"rollup-plugin-uglify": "~6.0.0",
"rxjs": "^6.3.3",
"ts-node": "~7.0.0",
"tslib": "^1.9.0",
"tslint": "~5.12.0",
"tsickle": "~0.34.0",
"typescript": "~3.1.0",
"web-animations-js": "^2.3.1",
"yaml-front-matter": "^4.0.0",
"zone.js": "^0.8.26"
},
"lint-staged": {
"{src,docs}/**/*.{scss}": [
"prettier --write",
"git add"
],
"{src,docs}/**/*.{js,ts,tsx}": [
"prettier --write",
"tslint --fix",
"git add"
]
},
"engines": {
"node": ">=10.9.0 <11.0.0"
},
"husky": {
"hooks": {}
},
"browserslist": [
"iOS >= 7",
"Android >= 4.4"
]
}