UNPKG

2.58 kBJSONView Raw
1{
2 "name": "aws-amplify-angular",
3 "version": "5.0.40",
4 "description": "AWS Amplify Angular Components",
5 "main": "bundles/aws-amplify-angular.umd.js",
6 "module": "dist/index.js",
7 "typings": "dist/index.d.ts",
8 "scripts": {
9 "cleantemp": "rimraf coverage dist tmp docs",
10 "ngcompile": "node_modules/.bin/ngc -p tsconfig-aot.json",
11 "test": "jest -w 1 --maxWorkers 2",
12 "transpile": "ngc",
13 "package": "rollup -c rollup.config.js",
14 "minify": "uglifyjs dist/bundles/aws-amplify-angular.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/aws-amplify-angular.umd.min.js",
15 "build": "npm run transpile && npm run package && npm run minify && npm run declarations",
16 "build:esm:watch": "ngc --watch",
17 "build:cjs:watch": "echo \"CommonJS modules are not exported in angular. Use target build:esm:watch\"",
18 "format": "echo \"Not implemented\"",
19 "declarations": "ngc --p ./declarations/"
20 },
21 "jest": {
22 "transformIgnorePatterns": [
23 "node_modules/(?!@ionic)"
24 ]
25 },
26 "author": "Amazon Web Services",
27 "license": "Apache-2.0",
28 "devDependencies": {
29 "@angular/common": "^5.2.6",
30 "@angular/compiler": "^5.2.9",
31 "@angular/compiler-cli": "^5.2.9",
32 "@angular/core": "^5.2.6",
33 "@angular/forms": "^6.0.3",
34 "@angular/platform-browser": "^5.2.9",
35 "@angular/platform-browser-dynamic": "^5.2.9",
36 "@types/lodash": "^4.14.106",
37 "@types/node": "^9.4.6",
38 "@types/paho-mqtt": "^1.0.3",
39 "@types/zen-observable": "^0.5.3",
40 "angular2-template-loader": "^0.6.2",
41 "awesome-typescript-loader": "^4.0.1",
42 "aws-amplify": "3.3.11",
43 "babel-core": "^6.26.3",
44 "babel-plugin-lodash": "^3.3.4",
45 "babel-preset-env": "^1.7.0",
46 "babel-preset-es2015": "^6.24.1",
47 "css-loader": "^0.28.1",
48 "jest-preset-angular": "^7.1.1",
49 "json-loader": "^0.5.4",
50 "ng-mocks": "7.x.x",
51 "raw-loader": "^0.5.1",
52 "rimraf": "^2.6.1",
53 "rollup": "^1.31.0",
54 "rollup-plugin-analyzer": "^3.2.2",
55 "rollup-plugin-angular-aot": "^0.0.4",
56 "rollup-plugin-babel": "^4.3.3",
57 "rollup-plugin-commonjs": "^10.1.0",
58 "rollup-plugin-json": "^4.0.0",
59 "rollup-plugin-multi-entry": "^2.1.0",
60 "rollup-plugin-node-globals": "^1.4.0",
61 "rollup-plugin-node-resolve": "^5.2.0",
62 "rollup-plugin-uglify": "^6.0.4",
63 "rxjs": "^6.2.1",
64 "source-map-explorer": "^1.3.3",
65 "to-string-loader": "^1.1.5",
66 "uglify-js": "3.9.4",
67 "zone": "^0.3.4",
68 "zone.js": "^0.8.26"
69 },
70 "dependencies": {
71 "@aws-amplify/ui": "2.0.2",
72 "rxjs-compat": "^6.2.1"
73 },
74 "peerDependencies": {
75 "aws-amplify": "3.x.x"
76 },
77 "gitHead": "548eb4ca1193f2363e4c48195eb2d71c93d9ecb1"
78}