Frontend/package.json

69 lines
2.1 KiB
JSON
Raw Normal View History

{
"name": "color-recipes-explorer-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --host 0.0.0.0 --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
2021-12-09 18:53:16 -05:00
"browser": {
"fs": false
},
"dependencies": {
2021-12-02 14:36:55 -05:00
"@angular/animations": "~12.2.14",
"@angular/cdk": "^12.2.13",
"@angular/common": "~12.2.14",
"@angular/compiler": "~12.2.14",
"@angular/core": "~12.2.14",
"@angular/forms": "~12.2.14",
"@angular/material": "^12.2.13",
"@angular/platform-browser": "~12.2.14",
"@angular/platform-browser-dynamic": "~12.2.14",
"@angular/router": "~12.2.14",
2021-12-09 18:53:16 -05:00
"@js-joda/core": "^4.3.1",
2021-12-02 13:58:29 -05:00
"@mdi/angular-material": "^6.5.95",
"bootstrap": "^4.5.2",
2021-12-02 13:58:29 -05:00
"copy-webpack-plugin": "^10.0.0",
2021-12-09 18:53:16 -05:00
"jwt-decode": "^3.1.2",
"material-design-icons": "^3.0.1",
2021-12-02 14:36:55 -05:00
"ngx-material-file-input": "^2.1.1",
2021-12-02 13:58:29 -05:00
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
2021-12-02 14:36:55 -05:00
"zone.js": "~0.11.4"
},
"devDependencies": {
2021-12-02 14:36:55 -05:00
"@angular-devkit/build-angular": "^12.2.13",
"@angular-eslint/builder": "4.3.0",
"@angular-eslint/eslint-plugin": "4.3.0",
"@angular-eslint/eslint-plugin-template": "4.3.0",
"@angular-eslint/schematics": "4.3.0",
"@angular-eslint/template-parser": "4.3.0",
"@angular/cli": "^12.2.13",
"@angular/compiler-cli": "~12.2.14",
"@angular/language-service": "~12.2.14",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint": "^8.3.0",
2021-09-07 10:58:01 -04:00
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
2021-12-02 14:36:55 -05:00
"jasmine-core": "^3.10.1",
"jasmine-spec-reporter": "^7.0.0",
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
2021-12-02 14:36:55 -05:00
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
2021-04-17 21:21:37 -04:00
"protractor": "~7.0.0",
2021-12-02 14:36:55 -05:00
"ts-node": "^10.4.0",
"typescript": "~4.3.5"
}
2021-12-02 13:58:29 -05:00
}