| Server IP : 3.147.158.171 / Your IP : 216.73.216.216 Web Server : Apache/2.4.67 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-2-178.us-east-2.compute.internal 6.1.172-216.329.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed May 20 06:31:34 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.21 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /tsai/repo/chatbot/ |
Upload File : |
{
"name": "chatbot",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"lint:tsai": "ng lint tsai",
"lint:creator": "ng lint creator",
"lint:player": "ng lint player",
"lint:sas": "ng lint sas",
"lint:fix": "ng lint --fix",
"lint:fix:tsai": "ng lint tsai --fix",
"lint:fix:creator": "ng lint creator --fix",
"lint:fix:player": "ng lint player --fix",
"lint:fix:sas": "ng lint sas --fix",
"tsai:build": "ng build tsai",
"tsai:watch": "ng run tsai:watch",
"player:serve": "ng serve player",
"creator:serve": "ng serve creator",
"sas:serve": "ng serve sas",
"banner:serve": "ng serve banner",
"banner:build": "ng build banner",
"dev": "npm run tsai:build && concurrently \"npm run tsai:watch\" \"sleep 3 && npm run player:serve\"",
"dev:all": "npm run tsai:build && concurrently \"npm run tsai:watch\" \"sleep 3 && npm run player:serve\" \"sleep 3 && npm run creator:serve\" \"sleep 3 && npm run sas:serve\" \"sleep 3 && npm run banner:serve\""
},
"prettier": {
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
]
},
"private": true,
"dependencies": {
"@angular/animations": "^22.0.6",
"@angular/cdk": "^22.0.4",
"@angular/common": "^22.0.6",
"@angular/compiler": "^22.0.6",
"@angular/core": "^22.0.6",
"@angular/forms": "^22.0.6",
"@angular/material": "^22.0.4",
"@angular/platform-browser": "^22.0.6",
"@angular/router": "^22.0.6",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"markdown-it": "^14.1.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^22.0.6",
"@angular/cli": "^22.0.6",
"@angular/compiler-cli": "^22.0.6",
"@angular/localize": "^22.0.6",
"@types/file-saver": "^2.0.7",
"@types/jasmine": "~5.1.0",
"@types/markdown-it": "^14.1.2",
"@typescript-eslint/eslint-plugin": "^8.64.0",
"@typescript-eslint/parser": "^8.64.0",
"angular-eslint": "^22.1.0",
"concurrently": "^9.1.0",
"drupal-jsonapi-params": "^3.0.0",
"eslint": "^9.35.0",
"istanbul-lib-instrument": "^6.0.3",
"jasmine-core": "~5.8.0",
"jsona": "^1.12.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ng-extract-i18n-merge": "^3.4.0",
"ng-packagr": "^22.0.1",
"typescript": "~6.0.3",
"typescript-eslint": "^8.64.0"
}
}