mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 16:50:54 +01:00
62 lines
2.1 KiB
JSON
62 lines
2.1 KiB
JSON
{
|
|
"name": "skyrim-together-ui",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve --host 0.0.0.0 --disable-host-check --configuration=browser",
|
|
"build": "ng build",
|
|
"deploy:develop": "ng build --output-hashing none --configuration=develop --base-href ./ --resources-output-path ./assets/",
|
|
"deploy:production": "ng build --output-hashing none --configuration=production --base-href ./ --resources-output-path ./assets/",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"format": "prettier -w ./src/**/*.{ts,json,css,scss,html}"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^16.1.2",
|
|
"@angular/cdk": "^16.1.2",
|
|
"@angular/common": "^16.1.2",
|
|
"@angular/compiler": "^16.1.2",
|
|
"@angular/core": "^16.1.2",
|
|
"@angular/forms": "^16.1.2",
|
|
"@angular/platform-browser": "^16.1.2",
|
|
"@angular/platform-browser-dynamic": "^16.1.2",
|
|
"@angular/router": "^16.1.2",
|
|
"@fortawesome/angular-fontawesome": "^0.13.0",
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.0",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.0",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.0",
|
|
"@ngneat/elf": "^2.3.2",
|
|
"@ngneat/elf-devtools": "^1.3.0",
|
|
"@ngneat/elf-entities": "^4.4.4",
|
|
"@ngneat/loadoff": "^2.1.0",
|
|
"@ngneat/reactive-forms": "^5.0.2",
|
|
"@ngneat/transloco": "4.3.0",
|
|
"rxjs": "~7.8.1",
|
|
"tslib": "^2.5.3",
|
|
"zone.js": "~0.13.1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^16.1.1",
|
|
"@angular-eslint/eslint-plugin": "^16.0.3",
|
|
"@angular-eslint/eslint-plugin-template": "^16.0.3",
|
|
"@angular-eslint/template-parser": "^16.0.3",
|
|
"@angular/cli": "^16.1.1",
|
|
"@angular/compiler-cli": "^16.1.2",
|
|
"@ngx-playwright/test": "^0.4.2",
|
|
"@types/events": "^3.0.0",
|
|
"@types/node": "18.x",
|
|
"@typescript-eslint/eslint-plugin": "^5.60.0",
|
|
"@typescript-eslint/parser": "^5.60.0",
|
|
"eslint": "^8.43.0",
|
|
"events": "^3.3.0",
|
|
"prettier": "^2.8.8",
|
|
"ts-node": "~10.9.1",
|
|
"typescript": "~5.1.3"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"uuid@<7": ">=7"
|
|
}
|
|
}
|
|
}
|