mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
rename dir
This commit is contained in:
committed by
Aiden McClelland
parent
2d301e84ea
commit
0f1e2f0c5b
47
diagnostic-ui/package.json
Normal file
47
diagnostic-ui/package.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "diagnostic-ui",
|
||||
"version": "0.3.0",
|
||||
"author": "Start9 Labs, Inc",
|
||||
"description": "User interface for EmbassyOS diagnostic mode",
|
||||
"homepage": "https://start9.com/",
|
||||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"lint": "ng lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "^12.2.5",
|
||||
"@angular/common": "^12.2.5",
|
||||
"@angular/core": "^12.2.5",
|
||||
"@angular/forms": "^12.2.5",
|
||||
"@angular/platform-browser": "^12.2.5",
|
||||
"@angular/platform-browser-dynamic": "^12.2.5",
|
||||
"@angular/router": "^12.2.5",
|
||||
"@ionic/angular": "^5.6.13",
|
||||
"rxjs": "^6.6.7",
|
||||
"tslib": "^2.3.1",
|
||||
"zone.js": "^0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^12.2.5",
|
||||
"@angular-eslint/builder": "^12.4.1",
|
||||
"@angular-eslint/eslint-plugin": "^12.4.1",
|
||||
"@angular-eslint/eslint-plugin-template": "^12.4.1",
|
||||
"@angular-eslint/template-parser": "^12.4.1",
|
||||
"@angular/cli": "^12.2.5",
|
||||
"@angular/compiler": "^12.2.5",
|
||||
"@angular/compiler-cli": "^12.2.5",
|
||||
"@angular/language-service": "^12.2.5",
|
||||
"@ionic/angular-toolkit": "^4.0.0",
|
||||
"@types/node": "^16.9.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.31.1",
|
||||
"@typescript-eslint/parser": "^4.31.1",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-plugin-import": "^2.24.2",
|
||||
"eslint-plugin-jsdoc": "^36.1.0",
|
||||
"eslint-plugin-prefer-arrow": "^1.2.3",
|
||||
"ts-node": "^10.2.1",
|
||||
"typescript": "4.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user