ekart/package.json
2026-02-19 12:06:30 +05:30

51 lines
1.1 KiB
JSON

{
"name": "ekart",
"version": "0.0.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"fmt": "oxfmt",
"fmt:check": "oxfmt --check"
},
"dependencies": {
"@angular/common": "^21.1.0",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/forms": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/router": "^21.1.0",
"lucide-angular": "^0.574.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.1.3",
"@angular/cli": "^21.1.3",
"@angular/compiler-cli": "^21.1.0",
"@tailwindcss/postcss": "^4.1.12",
"jsdom": "^27.1.0",
"oxfmt": "^0.33.0",
"postcss": "^8.5.3",
"tailwindcss": "^4.1.12",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
},
"prettier": {
"overrides": [
{
"files": "*.html",
"options": {
"parser": "angular"
}
}
],
"printWidth": 100,
"singleQuote": true
},
"packageManager": "npm@11.10.0"
}