|
| 1 | +{ |
| 2 | + "name": "@aws-amplify/ui-angular", |
| 3 | + "version": "0.0.1", |
| 4 | + "description": "Angular specific wrapper for @aws-amplify/ui-components", |
| 5 | + "publishConfig": { |
| 6 | + "access": "public" |
| 7 | + }, |
| 8 | + "repository": { |
| 9 | + "type": "git", |
| 10 | + "url": "https://github.com/aws-amplify/amplify-js.git" |
| 11 | + }, |
| 12 | + "scripts": { |
| 13 | + "build": "npm run build.ng", |
| 14 | + "build.link": "npm run build && node scripts/link-copy.js", |
| 15 | + "build.fesm": "rollup --config ./scripts/rollup.config.js", |
| 16 | + "build.ng": "npm run build.es2015 && npm run build.es5", |
| 17 | + "build.es2015": "ngc -p tsconfig.json && rollup --config ./scripts/rollup.config.js", |
| 18 | + "build.es5": "ngc -p tsconfig.legacy.json && rollup --config ./scripts/rollup.config.legacy.js", |
| 19 | + "lint": "npm run lint.ts", |
| 20 | + "lint.ts": "tslint --project .", |
| 21 | + "lint.fix": "tslint --project . --fix", |
| 22 | + "prerelease": "npm run validate && np prerelease --yolo --any-branch --tag next", |
| 23 | + "test": "echo 'angular no tests yet'", |
| 24 | + "tsc": "tsc -p .", |
| 25 | + "validate": "npm i && npm run lint && npm run test && npm run build" |
| 26 | + }, |
| 27 | + "module": "dist/fesm5.js", |
| 28 | + "main": "dist/fesm5.js", |
| 29 | + "types": "dist/core.d.ts", |
| 30 | + "files": [ |
| 31 | + "dist/" |
| 32 | + ], |
| 33 | + "dependencies": { |
| 34 | + "@aws-amplify/ui-components": "*", |
| 35 | + "tslib": "^1.9.3" |
| 36 | + }, |
| 37 | + "devDependencies": { |
| 38 | + "@angular/compiler-cli": "^7.2.1", |
| 39 | + "@angular/core": "^7.2.1", |
| 40 | + "rollup": "^1.1.2", |
| 41 | + "rollup-plugin-node-resolve": "^4.0.0", |
| 42 | + "rxjs": "^6.2.0", |
| 43 | + "tsickle": "^0.34.0", |
| 44 | + "typescript": "3.2.4", |
| 45 | + "zone.js": "^0.8.28", |
| 46 | + "tslint": "^5.12.1" |
| 47 | + } |
| 48 | +} |
0 commit comments