43 lines
1.4 KiB
JSON
43 lines
1.4 KiB
JSON
|
{
|
||
|
"name": "ngx-retroblog",
|
||
|
"version": "0.0.1",
|
||
|
"scripts": {
|
||
|
"ng": "ng",
|
||
|
"start": "ng serve --open",
|
||
|
"build": "ng lint && ng build --configuration production",
|
||
|
"build:subfolder": "ng build --base-href=\"/blog/\" --configuration production",
|
||
|
"watch": "ng build --watch --configuration development",
|
||
|
"lint": "ng lint"
|
||
|
},
|
||
|
"private": true,
|
||
|
"dependencies": {
|
||
|
"@angular/animations": "~13.3.0",
|
||
|
"@angular/common": "~13.3.0",
|
||
|
"@angular/compiler": "~13.3.0",
|
||
|
"@angular/core": "~13.3.0",
|
||
|
"@angular/forms": "~13.3.0",
|
||
|
"@angular/platform-browser": "~13.3.0",
|
||
|
"@angular/platform-browser-dynamic": "~13.3.0",
|
||
|
"@angular/router": "~13.3.0",
|
||
|
"rxjs": "~7.5.0",
|
||
|
"showdown": "^2.1.0",
|
||
|
"tslib": "^2.3.0",
|
||
|
"zone.js": "~0.11.4"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@angular-devkit/build-angular": "~13.3.7",
|
||
|
"@angular-eslint/builder": "13.2.1",
|
||
|
"@angular-eslint/eslint-plugin": "13.2.1",
|
||
|
"@angular-eslint/eslint-plugin-template": "13.2.1",
|
||
|
"@angular-eslint/schematics": "13.2.1",
|
||
|
"@angular-eslint/template-parser": "13.2.1",
|
||
|
"@angular/cli": "~13.3.7",
|
||
|
"@angular/compiler-cli": "~13.3.0",
|
||
|
"@types/node": "^12.11.1",
|
||
|
"@types/showdown": "^2.0.0",
|
||
|
"@typescript-eslint/eslint-plugin": "5.17.0",
|
||
|
"@typescript-eslint/parser": "5.17.0",
|
||
|
"eslint": "^8.12.0",
|
||
|
"typescript": "~4.6.2"
|
||
|
}
|
||
|
}
|