Changeset View
Changeset View
Standalone View
Standalone View
package.json
{ | { | ||||
"name": "wildfyre", | "name": "wildfyre", | ||||
"version": "0.1.0", | "version": "0.1.0", | ||||
"license": "AGPL-3.0-only", | "license": "AGPL-3.0-only", | ||||
"scripts": { | "scripts": { | ||||
"ng": "ng", | "ng": "ng", | ||||
"start": "ng serve", | "start": "ng serve", | ||||
"build": "ng build", | "build": "ng build", | ||||
"test": "ng test", | "test": "ng test", | ||||
"lint": "ng lint", | "lint": "tslint --project tslint.json --fix", | ||||
"e2e": "ng e2e", | "e2e": "ng e2e", | ||||
"precache": "sw-precache --verbose --config=sw-precache-config.js" | "precache": "sw-precache --verbose --config=sw-precache-config.js" | ||||
}, | }, | ||||
"private": true, | "private": true, | ||||
"dependencies": { | "dependencies": { | ||||
"@angular/animations": "^5.2.11", | "@angular/animations": "^5.2.11", | ||||
"@angular/cdk": "^5.2.5", | "@angular/cdk": "^5.2.5", | ||||
"@angular/common": "^5.2.11", | "@angular/common": "^5.2.11", | ||||
"@angular/compiler": "^5.2.11", | "@angular/compiler": "^5.2.11", | ||||
"@angular/core": "^5.2.11", | "@angular/core": "^5.2.11", | ||||
"@angular/flex-layout": "^5.0.0-beta.15", | |||||
"@angular/forms": "^5.2.11", | "@angular/forms": "^5.2.11", | ||||
"@angular/http": "^5.2.11", | "@angular/http": "^5.2.11", | ||||
"@angular/material": "^5.2.5", | "@angular/material": "^5.2.5", | ||||
"@angular/platform-browser": "^5.2.11", | "@angular/platform-browser": "^5.2.11", | ||||
"@angular/platform-browser-dynamic": "^5.2.11", | "@angular/platform-browser-dynamic": "^5.2.11", | ||||
"@angular/platform-server": "^5.2.11", | "@angular/platform-server": "^5.2.11", | ||||
"@angular/router": "^5.2.11", | "@angular/router": "^5.2.11", | ||||
"@angular/typescript": "^2.0.0-5d0e199", | "@angular/typescript": "^2.0.0-5d0e199", | ||||
"@types/markdown-it": "0.0.4", | "@types/markdown-it": "0.0.4", | ||||
"angular2-masonry": "^0.4.0", | "angular2-masonry": "^0.4.0", | ||||
"angular2-recaptcha": "^0.6.0", | "angular2-recaptcha": "^0.6.0", | ||||
"angulartics2": "^2.4.0", | "angulartics2": "^2.4.0", | ||||
"compressorjs": "^1.0.5", | |||||
"core-js": "^2.5.1", | "core-js": "^2.5.1", | ||||
"font-awesome": "^4.7.0", | "font-awesome": "^4.7.0", | ||||
"hammerjs": "^2.0.8", | "hammerjs": "^2.0.8", | ||||
"markdown-it": "^8.4.1", | "markdown-it": "^8.4.1", | ||||
"markdown-it-regex": "^0.2.0", | "markdown-it-regex": "^0.2.0", | ||||
"material-design-icons": "^3.0.1", | "material-design-icons": "^3.0.1", | ||||
"ngx-clipboard": "^10.0.0", | "ngx-clipboard": "^10.0.0", | ||||
"ngx-image-compress": "^7.2.4", | |||||
"ngx-img-cropper": "^0.11.0", | "ngx-img-cropper": "^0.11.0", | ||||
"ngx-pagination": "^3.0.3", | "ngx-pagination": "^3.0.3", | ||||
"rxjs": "^5.5.11", | "rxjs": "^5.5.11", | ||||
"uglify-es": "^3.3.9", | "uglify-es": "^3.3.9", | ||||
"zone.js": "^0.8.26" | "zone.js": "^0.8.26" | ||||
}, | }, | ||||
"devDependencies": { | "devDependencies": { | ||||
"@angular/cli": "^1.7.4", | "@angular/cli": "^1.7.4", | ||||
Show All 21 Lines |