Files
start-os/ui/package.json
2022-01-21 20:35:52 -07:00

58 lines
1.7 KiB
JSON

{
"name": "embassy-ui",
"version": "0.2.17",
"description": "GUI for EmbassyOS",
"author": "Start9 Labs",
"homepage": "https://github.com/Start9Labs/embassy-ui",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod && tsc postprocess.ts && node postprocess.js && cp client-manifest.yaml www && git log | head -n1 > www/git-hash.txt",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/common": "^11.0.0",
"@angular/core": "^11.0.0",
"@angular/forms": "^11.0.0",
"@angular/platform-browser": "^11.0.0",
"@angular/platform-browser-dynamic": "^11.0.0",
"@angular/router": "^11.0.0",
"@ionic/angular": "^5.6.0",
"@ionic/storage": "^3.0.0",
"@ionic/storage-angular": "^3.0.0",
"@start9labs/emver": "^0.1.4",
"ajv": "^6.12.6",
"angularx-qrcode": "^11.0.0",
"compare-versions": "^3.5.0",
"core-js": "^3.4.0",
"handlebars": "^4.7.6",
"json-pointer": "^0.6.1",
"jsonpointerx": "^1.0.30",
"marked": "^2.0.0",
"patch-db-client": "file: ../../../../patch-db/client",
"rxjs": "^6.6.0",
"uuid": "^8.3.0",
"zone.js": "^0.11.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.0",
"@angular/cli": "^11.0.0",
"@angular/compiler": "^11.0.0",
"@angular/compiler-cli": "^11.0.0",
"@angular/language-service": "^11.0.0",
"@ionic/angular-toolkit": "^3.0.0",
"@ionic/lab": "^3.2.9",
"@types/json-pointer": "^1.0.30",
"@types/marked": "^2.0.0",
"@types/node": "^15.0.0",
"@types/uuid": "^8.0.0",
"node-html-parser": "^3.2.0",
"ts-node": "^9.1.0",
"tslint": "^6.1.0",
"typescript": "4.1.5"
}
}