Created
February 15, 2020 21:24
-
-
Save anfibiacreativa/7fe9898d0156d7b5f1a7deefb655772c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "some-huge-app", | |
"version": "1.0.0", | |
"description": "Some Huge App", | |
"main": "index.js", | |
"scripts": { | |
"typings": "typings", | |
"typings:install": "npm run typings install --global --source --save", | |
"build:initial": "npm run typings:install && npm run build", | |
"build": "node_modules/.bin/webpack", | |
"build:dev": "NODE_ENV=development node_modules/.bin/webpack", | |
"watch:js": "NODE_ENV=development node_modules/.bin/webpack --watch", | |
"analyze": "node_modules/.bin/webpack --json > stats.json", | |
"analyze:profile": "node_modules/.bin/webpack --json --profile > stats.json", | |
"debug:build": "node $NODE_DEBUG_OPTION node_modules/.bin/webpack", | |
"postinstall": "npm run build:initial" | |
}, | |
"dependencies": { | |
"@angular/animations": "^5.2.2", | |
"@angular/common": "5.2.2", | |
"@angular/compiler": "5.2.2", | |
"@angular/core": "5.2.2", | |
"@angular/forms": "5.2.2", | |
"@angular/http": "5.2.2", | |
"@angular/platform-browser": "5.2.2", | |
"@angular/platform-browser-dynamic": "5.2.2", | |
"@angular/router": "5.2.2", | |
"angular2-select": "1.0.0-beta.3", | |
"core-js": "2.5.3", | |
"gulp": "3.9.1", | |
"gulp-util": "3.0.7", | |
"ie-shim": "0.1.0", | |
"ng-recaptcha": "3.0.3", | |
"ng2-datetime-picker": "0.15.1", | |
"run-sequence": "1.2.2", | |
"rxjs": "5.5.6", | |
"uglifyjs": "2.4.10", | |
"yargs": "6.0.0", | |
"zone.js": "0.8.4" | |
}, | |
"devDependencies": { | |
"@types/grecaptcha": "^2.0.30", | |
"aemsync": "1.1.1", | |
"awesome-typescript-loader": "3.5.0", | |
"compression-webpack-plugin": "^1.1.11", | |
"gulp-tslint": "8.1.2", | |
"imports-loader": "0.8.0", | |
"inject-loader": "3.0.1", | |
"ng-router-loader": "2.1.0", | |
"raw-loader": "0.5.1", | |
"ts-loader": "4.0.1", | |
"tslint": "5.9.1", | |
"tslint-eslint-rules": "4.1.1", | |
"tslint-loader": "3.5.3", | |
"typescript": "2.4.2", | |
"typings": "2.1.1", | |
"underscore": "1.8.3", | |
"webpack": "2.4.0", | |
"webpack-merge": "4.1.2", | |
"webpack-stream": "^3.2.0" | |
}, | |
"author": "", | |
"license": "ISC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment