Files
flights_web_raw/ClientApp/node_modules/@rsbuild/plugin-sass/package.json
T
gnezim 0a5ab058a6 Initial commit: Aeroflot Flights Web - Angular 12 baseline
- Angular 12 application with PrimeNG components
- 5 existing Cypress e2e test suites
- SCSS styling with BEM naming convention
- i18n support (10 languages)
- Leaflet map integration
- Complete component hierarchy and routing structure

This baseline will be used for Angular → React migration.
2026-04-05 18:47:57 +03:00

63 lines
1.5 KiB
JSON

{
"name": "@rsbuild/plugin-sass",
"version": "1.5.1",
"description": "Sass plugin for Rsbuild",
"homepage": "https://rsbuild.rs",
"repository": {
"type": "git",
"url": "https://github.com/web-infra-dev/rsbuild",
"directory": "packages/plugin-sass"
},
"license": "MIT",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist",
"compiled"
],
"dependencies": {
"deepmerge": "^4.3.1",
"loader-utils": "^2.0.4",
"postcss": "^8.5.8",
"reduce-configs": "^1.1.1",
"sass-embedded": "^1.97.3"
},
"devDependencies": {
"@rsbuild/core-v1": "npm:@rsbuild/core@^1.7.3",
"@rslib/core": "0.20.0",
"@types/node": "^24.12.0",
"@types/sass-loader": "^8.0.10",
"prebundle": "1.6.2",
"resolve-url-loader": "^5.0.0",
"sass-loader": "^16.0.7",
"typescript": "^5.9.3",
"@rsbuild/core": "2.0.0-beta.8",
"@scripts/test-helper": "1.0.0"
},
"peerDependencies": {
"@rsbuild/core": "^1.3.0 || ^2.0.0-0"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "rslib build",
"dev": "rslib build -w",
"prebundle": "prebundle",
"bump": "pnpx bumpp --no-tag"
}
}