Frontend/package.json

65 lines
2.0 KiB
JSON
Raw Normal View History

{
"name": "color-recipes-explorer-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy.conf.json",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
2021-12-01 23:19:35 -05:00
"@angular/animations": "~13.0.3",
2021-12-02 13:58:29 -05:00
"@angular/cdk": "^13.0.3",
2021-12-01 23:19:35 -05:00
"@angular/common": "~13.0.3",
"@angular/compiler": "~13.0.3",
"@angular/core": "~13.0.3",
"@angular/forms": "~13.0.3",
2021-12-02 13:58:29 -05:00
"@angular/material": "^13.0.3",
2021-12-01 23:19:35 -05:00
"@angular/platform-browser": "~13.0.3",
"@angular/platform-browser-dynamic": "~13.0.3",
"@angular/router": "~13.0.3",
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",
"js-joda": "^1.11.0",
"material-design-icons": "^3.0.1",
2021-12-01 23:13:48 -05:00
"ngx-material-file-input": "3.0.0",
2021-12-02 13:58:29 -05:00
"rxjs": "^7.4.0",
"tslib": "^2.3.1",
"zone.js": "^0.11.4"
},
"devDependencies": {
2021-12-01 23:19:35 -05:00
"@angular-devkit/build-angular": "^13.0.4",
2021-12-01 23:15:51 -05:00
"@angular-eslint/builder": "13.0.1",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/schematics": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
2021-12-01 23:19:35 -05:00
"@angular/cli": "^13.0.4",
"@angular/compiler-cli": "~13.0.3",
"@angular/language-service": "~13.0.3",
2021-12-02 13:58:29 -05:00
"@types/jasmine": "~3.10.2",
"@types/jasminewd2": "~2.0.10",
"@types/node": "^16.11.11",
2021-12-01 23:15:51 -05:00
"@typescript-eslint/eslint-plugin": "5.5.0",
"@typescript-eslint/parser": "5.5.0",
"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 13:58:29 -05:00
"jasmine-core": "~3.10.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.3.9",
"karma-chrome-launcher": "~3.1.0",
2021-12-02 13:58:29 -05:00
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~4.0.1",
"karma-jasmine-html-reporter": "^1.7.0",
2021-04-17 21:21:37 -04:00
"protractor": "~7.0.0",
2021-12-02 13:58:29 -05:00
"ts-node": "~10.4.0",
2021-12-01 23:19:35 -05:00
"typescript": "~4.4.4"
}
2021-12-02 13:58:29 -05:00
}