-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
96 lines (96 loc) · 2.9 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
{
"name": "at-ng",
"version": "8.0.2",
"license": "MIT",
"author": "zhou351711778",
"homepage": "https://100cm.github.io/at-ui-angular/",
"repository": "https://github.com/100cm/at-ui-angular",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build-map-status": "node --max_old_space_size=5048 ./node_modules/@angular/cli/bin/ng build --prod --source-map",
"schematic:tsc": "tsc -p schematics/tsconfig.json",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"generate": "bash ./build.sh",
"release": "rm -rf publish && ng build at-ng-lib && npm run schematic:tsc && bash ./build.sh",
"lint-fix": "ng lint --fix"
},
"main": "./bundles/at-ng.umd.js",
"module": "./esm5/at-ng.js",
"typings": "./at-ng.d.ts",
"es2015": "./esm15/at-ng.js",
"keywords": [
"at-ui",
"angular",
"ui",
"framework",
"frontend"
],
"dependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.8.2",
"@angular-devkit/schematics": "^8.0.0",
"@angular/cdk": "^8.0.0",
"@angular/pwa": "^0.10.2",
"@ant-design/colors": "^3.1.0",
"date-fns": "^1.29.0",
"tsickle": "^0.35.0",
"tslib": "^1.9.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.800.0",
"@angular-devkit/build-ng-packagr": "^0.800.0",
"@angular/animations": "^8.0.0",
"@angular/cli": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/language-service": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"@angular/service-worker": "^8.0.0",
"@types/jasmine": "~2.8.9",
"@types/jasminewd2": "~2.0.5",
"@types/node": "~10.12.0",
"classlist.js": "^1.1.20150312",
"codelyzer": "~5.0.1",
"core-js": "^2.4.1",
"coveralls": "^3.0.2",
"highlight.js": "^9.13.1",
"intl": "^1.2.5",
"jasmine-core": "~3.3.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~3.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^2.0.4",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^1.3.1",
"marked": "^0.5.1",
"ng-packagr": "^5.2.0",
"protractor": "~5.4.1",
"rollup": "^1.12.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-sourcemaps": "^0.4.2",
"rollup-plugin-terser": "^3.0.0",
"rollup-plugin-uglify": "^6.0.0",
"rxjs": "^6.4.0",
"source-map-explorer": "^1.6.0",
"tinycolor2": "1.4.1",
"ts-node": "~7.0.1",
"tslint": "~5.11.0",
"typescript": "~3.4.5",
"web-animations-js": "^2.3.1",
"zone.js": "0.9.1"
},
"peerDependencies": {
"date-fns": "^1.29.0",
"tinycolor2": "1.4.1"
}
}