REISE-TEST/package.json
Kenearos f3976872b3 feat: Initialize Angular project with Tailwind CSS
Sets up the fundamental structure for the AURORA LUXE TRAVEL Angular application. Includes project configuration, dependencies for Angular and Tailwind CSS, and basic HTML and TypeScript entry points. Defines static destination, experience, and testimonial data for initial use.
2026-02-14 12:02:13 +01:00

28 lines
No EOL
682 B
JSON

{
"name": "aurora-luxe-travel",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "ng serve",
"build": "ng build",
"preview": "ng serve --configuration=production"
},
"dependencies": {
"rxjs": "^7.8.2",
"@angular/forms": "^21.1.4",
"@angular/compiler": "^21.1.0",
"@angular/core": "^21.1.0",
"@angular/common": "^21.1.0",
"@angular/platform-browser": "^21.1.0",
"@angular/build": "^21.1.0",
"@angular/cli": "^21.1.0",
"@angular/compiler-cli": "^21.1.0",
"tailwindcss": "latest"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}