Taobin-Recipe-Manager/client/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2023-09-14 14:52:04 +07:00
{
"name": "client",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.2.0",
"@angular/common": "^16.2.0",
"@angular/compiler": "^16.2.0",
"@angular/core": "^16.2.0",
"@angular/forms": "^16.2.0",
"@angular/platform-browser": "^16.2.0",
"@angular/platform-browser-dynamic": "^16.2.0",
"@angular/router": "^16.2.0",
2023-10-27 16:13:04 +07:00
"@ng-select/ng-select": "^11.2.0",
"jwt-decode": "^3.1.2",
2023-09-28 14:12:09 +07:00
"lodash": "^4.17.21",
2023-09-14 14:52:04 +07:00
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.2",
"@angular/cli": "~16.2.2",
"@angular/compiler-cli": "^16.2.0",
"@types/google.accounts": "^0.0.9",
2023-09-14 14:52:04 +07:00
"@types/jasmine": "~4.3.0",
2023-09-28 14:12:09 +07:00
"@types/lodash": "^4.14.199",
2023-09-14 15:43:53 +07:00
"autoprefixer": "^10.4.15",
2023-09-25 15:29:42 +07:00
"daisyui": "^3.7.7",
2023-09-14 14:52:04 +07:00
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
2023-09-14 15:43:53 +07:00
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
2023-09-14 14:52:04 +07:00
"typescript": "~5.1.3"
}
2023-09-28 14:12:09 +07:00
}