Initial commit
Showing
... | ... | @@ -5,19 +5,29 @@ |
"ng": "ng", | ||
"start": "ng serve", | ||
"build": "ng build", | ||
"build:development": "node --max-old-space-size=8000 ./node_modules/@angular/cli/bin/ng build --configuration=development", | ||
"build:production": "node --max-old-space-size=8000 ./node_modules/@angular/cli/bin/ng build --configuration=production", | ||
"watch": "ng build --watch --configuration development", | ||
"test": "ng test" | ||
}, | ||
"engines": { | ||
"node": "20.15.1" | ||
}, | ||
"private": true, | ||
"dependencies": { | ||
"@angular/animations": "^18.0.0", | ||
"@angular/cdk": "^18.2.8", | ||
"@angular/common": "^18.0.0", | ||
"@angular/compiler": "^18.0.0", | ||
"@angular/core": "^18.0.0", | ||
"@angular/forms": "^18.0.0", | ||
"@angular/platform-browser": "^18.0.0", | ||
"@angular/platform-browser-dynamic": "^18.0.0", | ||
"@angular/platform-server": "^18.2.8", | ||
"@angular/router": "^18.0.0", | ||
"@ngrx/signals": "^18.1.0", | ||
"express": "^4.21.1", | ||
"ng-zorro-antd": "^18.1.1", | ||
"rxjs": "~7.8.0", | ||
"tslib": "^2.3.0", | ||
"zone.js": "~0.14.3" | ||
... | ... | @@ -27,12 +37,15 @@ |
"@angular/cli": "^18.0.3", | ||
"@angular/compiler-cli": "^18.0.0", | ||
"@types/jasmine": "~5.1.0", | ||
"autoprefixer": "^10.4.20", | ||
"jasmine-core": "~5.1.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", | ||
"postcss": "^8.4.47", | ||
"tailwindcss": "^3.4.13", | ||
"typescript": "~5.4.2" | ||
} | ||
} |
File moved
src/app/+home/home.routes.ts
0 → 100644
This diff is collapsed.
src/assets/i18n/en.json
0 → 100644
src/assets/i18n/vi.json
0 → 100644
src/custom/ant/_input.scss
0 → 100644
src/custom/ant/index.scss
0 → 100644
src/main.server.ts
0 → 100644
tailwind.config.js
0 → 100644
yarn.lock
0 → 100644
This diff is collapsed.
Please register or sign in to comment