Skip to content

Instantly share code, notes, and snippets.

@jacobedawson
Last active October 3, 2017 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jacobedawson/d3de47ca975f41e5c8a47edfe91975d5 to your computer and use it in GitHub Desktop.
Save jacobedawson/d3de47ca975f41e5c8a47edfe91975d5 to your computer and use it in GitHub Desktop.
Reddreader - package.json
{
"name": "reddreader",
"version": "1.0.0",
"license": "MIT",
"author": "Jacob E. Dawson",
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "node server.js",
"preserve": "tsc -p server",
"only": "concurrently \"nodemon --inspect server.js\"",
"dev": "concurrently \"ng serve -pc proxy.conf.json --open\" \"nodemon server.js\"",
"prod": "concurrently \"ng build -aot --prod && ng build --prod -aot --app 1 --output-hashing=none && node server.js\"",
"build": "ng build --prod && ng build --prod -aot --app 1 --output-hashing=none",
"lint": "tslint \"src/**/*.ts\" --project src/tsconfig.json --type-check && tslint \"e2e/**/*.ts\" --project e2e/tsconfig.json --type-check",
"test": "ng test",
"pree2e": "webdriver-manager update --standalone false --gecko false",
"e2e": "protractor"
},
"private": true,
"dependencies": {
"@angular/animations": "^4.4.0-RC.0",
"@angular/common": "^4.4.0-RC.0",
"@angular/compiler": "^4.4.0-RC.0",
"@angular/core": "^4.4.0-RC.0",
"@angular/forms": "^4.4.0-RC.0",
"@angular/http": "^4.4.0-RC.0",
"@angular/platform-browser": "^4.4.0-RC.0",
"@angular/platform-browser-dynamic": "^4.4.0-RC.0",
"@angular/router": "^4.4.0-RC.0",
"@nguniversal/express-engine": "^1.0.0-beta.3",
"@nguniversal/module-map-ngfactory-loader": "^1.0.0-beta.3",
"amazon-product-api": "^0.4.4",
"body-parser": "^1.17.2",
"bootstrap": "^4.0.0-beta",
"core-js": "^2.4.1",
"cors": "^2.8.4",
"current-week-number": "^1.0.7",
"email-validator": "^1.1.1",
"express": "^4.15.4",
"get-urls": "^7.0.0",
"intl": "^1.2.5",
"jquery": "^3.2.1",
"jsonfile": "^3.0.1",
"mailchimp-api-v3": "^1.7.0",
"mongoose": "^4.11.7",
"node-cron": "^1.2.1",
"popper.js": "^1.12.5",
"ramda": "^0.24.1",
"roboto-fontface": "^0.8.0",
"rxjs": "^5.4.3",
"snoowrap": "^1.14.2",
"ts-helpers": "^1.1.1",
"zone.js": "^0.7.2"
},
"devDependencies": {
"@angular/cli": "^1.4.1",
"@angular/compiler-cli": "^4.4.0-RC.0",
"@angular/platform-server": "^4.4.0-RC.0",
"@types/jasmine": "2.5.38",
"@types/jquery": "^3.2.12",
"@types/node": "^6.0.85",
"codelyzer": "~2.0.0-beta.1",
"concurrently": "^3.5.0",
"jasmine-core": "2.5.2",
"jasmine-spec-reporter": "2.5.0",
"karma": "1.2.0",
"karma-chrome-launcher": "^2.0.0",
"karma-cli": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-remap-istanbul": "^0.2.1",
"nodemon": "^1.11.0",
"protractor": "~4.0.13",
"ts-node": "1.2.1",
"tslint": "^4.3.0",
"typescript": "^2.4.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment