frontend-tutorial-framework/package.json

45 lines
1.2 KiB
JSON

{
"name": "frontend-tutorial-framework",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build --prod --aot --build-optimizer",
"lint": "ng lint --fix"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.0.0",
"@angular/common": "^8.0.0",
"@angular/compiler": "^8.0.0",
"@angular/core": "^8.0.0",
"@angular/forms": "^8.0.0",
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"@ng-bootstrap/ng-bootstrap": "^5.0.0",
"bootstrap-css-only": "^4.0.0",
"classlist.js": "^1.0.0",
"core-js": "^2.0.0",
"ngx-monaco-editor": "^8.0.0",
"node-sass": "^4.0.0",
"rxjs": "^6.0.0",
"showdown": "^1.0.0",
"xterm": "^3.0.0",
"zone.js": "~0.9.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.800.0",
"@angular/cli": "^8.0.0",
"@angular/compiler-cli": "^8.0.0",
"@angular/language-service": "^8.0.0",
"@types/node": "^12.0.0",
"@types/showdown": "^1.0.0",
"codelyzer": "^5.0.0",
"ts-node": "^8.0.0",
"tslint": "^5.0.0",
"typescript": "~3.4.0"
}
}