2022-09-20 13:57:30 -04:00
|
|
|
{
|
|
|
|
"name": "291st",
|
2023-08-02 14:32:24 -04:00
|
|
|
"version": "2.0.0",
|
2022-09-20 13:57:30 -04:00
|
|
|
"scripts": {
|
2023-08-07 09:46:51 -04:00
|
|
|
"start": "npx ng serve",
|
2022-09-20 13:57:30 -04:00
|
|
|
"build": "npm run build:dev",
|
2023-08-07 09:46:51 -04:00
|
|
|
"build:dev": "npx ng build --configuration development",
|
2023-08-07 09:47:22 -04:00
|
|
|
"build:prod": "npx ng build --configuration production"
|
2022-09-20 13:57:30 -04:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"@angular/animations": "^14.2.0",
|
|
|
|
"@angular/cdk": "^14.2.2",
|
|
|
|
"@angular/common": "^14.2.0",
|
|
|
|
"@angular/compiler": "^14.2.0",
|
|
|
|
"@angular/core": "^14.2.0",
|
|
|
|
"@angular/forms": "^14.2.0",
|
|
|
|
"@angular/material": "^14.2.2",
|
|
|
|
"@angular/platform-browser": "^14.2.0",
|
|
|
|
"@angular/platform-browser-dynamic": "^14.2.0",
|
|
|
|
"@angular/router": "^14.2.0",
|
|
|
|
"bootstrap": "^5.2.1",
|
|
|
|
"jquery": "^3.6.1",
|
|
|
|
"rxjs": "~7.5.0",
|
|
|
|
"tslib": "^2.3.0",
|
|
|
|
"webstorage-decorators": "^4.2.0",
|
|
|
|
"zone.js": "~0.11.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@angular-devkit/build-angular": "^14.2.2",
|
|
|
|
"@angular/cli": "~14.2.2",
|
|
|
|
"@angular/compiler-cli": "^14.2.0",
|
|
|
|
"@types/jasmine": "~4.0.0",
|
|
|
|
"jasmine-core": "~4.3.0",
|
|
|
|
"karma": "~6.4.0",
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
"karma-coverage": "~2.2.0",
|
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
|
|
"typescript": "~4.7.2"
|
|
|
|
}
|
|
|
|
}
|