mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-21 20:30:16 +03:00
- добавлены consumer fixtures для React и Next.js - добавлены typecheck, production build и браузерные smoke-тесты - добавлена интеграционная проверка в CI
28 lines
760 B
JSON
28 lines
760 B
JSON
{
|
|
"name": "@svg-sprites-fixtures/angular",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"sprites": "svg-sprites --mode legacy .",
|
|
"typecheck": "ngc -p tsconfig.app.json --noEmit",
|
|
"build": "npm run sprites && ng build --configuration production",
|
|
"dev": "npm run sprites && ng serve"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "21.2.18",
|
|
"@angular/compiler": "21.2.18",
|
|
"@angular/core": "21.2.18",
|
|
"@angular/platform-browser": "21.2.18",
|
|
"rxjs": "7.8.2",
|
|
"tslib": "2.8.1",
|
|
"zone.js": "0.16.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular/build": "21.2.18",
|
|
"@angular/cli": "21.2.18",
|
|
"@angular/compiler-cli": "21.2.18",
|
|
"@gromlab/svg-sprites": "file:../../..",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|