Frontend/package.json

64 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:03:24 -05:00
"@angular/animations": "~12.2.14",
2021-05-01 22:11:36 -04:00
"@angular/cdk": "^11.2.11",
2021-12-01 23:03:24 -05:00
"@angular/common": "~12.2.14",
"@angular/compiler": "~12.2.14",
"@angular/core": "~12.2.14",
"@angular/forms": "~12.2.14",
2021-04-17 21:53:35 -04:00
"@angular/material": "^11.2.9",
2021-12-01 23:03:24 -05:00
"@angular/platform-browser": "~12.2.14",
"@angular/platform-browser-dynamic": "~12.2.14",
"@angular/router": "~12.2.14",
"@mdi/angular-material": "^5.7.55",
"bootstrap": "^4.5.2",
"copy-webpack-plugin": "^6.2.1",
"js-joda": "^1.11.0",
"material-design-icons": "^3.0.1",
"ngx-material-file-input": "^2.1.1",
"rxjs": "~6.5.4",
2021-04-17 21:21:37 -04:00
"tslib": "^2.0.0",
2021-12-01 23:03:24 -05:00
"zone.js": "~0.11.4"
},
"devDependencies": {
2021-12-01 23:03:24 -05:00
"@angular-devkit/build-angular": "^12.2.13",
2021-09-07 10:58:01 -04:00
"@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",
2021-12-01 23:03:24 -05:00
"@angular/cli": "^12.2.13",
"@angular/compiler-cli": "~12.2.14",
"@angular/language-service": "~12.2.14",
2021-04-17 21:37:49 -04:00
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
2021-04-17 21:15:05 -04:00
"@types/node": "^12.11.1",
2021-09-07 10:58:01 -04:00
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint": "^7.6.0",
"eslint-plugin-import": "latest",
"eslint-plugin-jsdoc": "latest",
"eslint-plugin-prefer-arrow": "latest",
2021-04-17 21:37:49 -04:00
"jasmine-core": "~3.6.0",
2021-04-17 21:21:37 -04:00
"jasmine-spec-reporter": "~5.0.0",
2021-04-17 21:37:49 -04:00
"karma": "~6.3.2",
"karma-chrome-launcher": "~3.1.0",
2021-04-17 21:21:37 -04:00
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"protractor": "~7.0.0",
"ts-node": "~8.3.0",
2021-12-01 23:03:24 -05:00
"typescript": "~4.3.5"
}
2021-12-01 23:03:24 -05:00
}