Add Go/Postgres admin APIs, Angular admin UI, manual build flow, asset uploads, markdown import/export, configurable slug generation, and the Yar reading theme. Exclude local docs and generated development artifacts from version control.
28 lines
780 B
JSON
28 lines
780 B
JSON
{
|
|
"name": "@osaet/admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "ng serve --host 127.0.0.1 --port 4200 --proxy-config proxy.conf.json",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "^20.0.0",
|
|
"@angular/common": "^20.0.0",
|
|
"@angular/compiler": "^20.0.0",
|
|
"@angular/core": "^20.0.0",
|
|
"@angular/forms": "^20.0.0",
|
|
"@angular/platform-browser": "^20.0.0",
|
|
"@angular/router": "^20.0.0",
|
|
"rxjs": "^7.8.0",
|
|
"tslib": "^2.8.0",
|
|
"zone.js": "^0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/cli": "^20.0.0",
|
|
"@angular/compiler-cli": "^20.0.0",
|
|
"@angular-devkit/build-angular": "^20.0.0",
|
|
"typescript": "~5.8.0"
|
|
}
|
|
}
|