Document application modes (development/debug/production) Add global file drop handler, order column normalization, SPA hash fix Serve CDN assets via /_vendor/ URLs instead of merging into bundles Add production minification with license preservation Improve JSON formatting for debugging and production optimization Add CDN asset caching with CSS URL inlining for production builds Add three-mode system (development, debug, production) Update Manifest CLAUDE.md to reflect helper class architecture Refactor Manifest.php into helper classes for better organization Pre-manifest-refactor checkpoint: Add app_mode documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
46 lines
1016 B
JSON
Executable File
46 lines
1016 B
JSON
Executable File
{
|
|
"name": "postcss-reduce-initial",
|
|
"version": "7.0.5",
|
|
"description": "Reduce initial definitions to the actual initial value, where possible.",
|
|
"main": "src/index.js",
|
|
"types": "types/index.d.ts",
|
|
"files": [
|
|
"src",
|
|
"LICENSE-MIT",
|
|
"types"
|
|
],
|
|
"keywords": [
|
|
"css",
|
|
"postcss",
|
|
"postcss-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/cssnano/cssnano",
|
|
"author": {
|
|
"name": "Ben Briggs",
|
|
"email": "beneb.info@gmail.com",
|
|
"url": "http://beneb.info"
|
|
},
|
|
"repository": "cssnano/cssnano",
|
|
"dependencies": {
|
|
"browserslist": "^4.27.0",
|
|
"caniuse-api": "^3.0.0"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/cssnano/cssnano/issues"
|
|
},
|
|
"engines": {
|
|
"node": "^18.12.0 || ^20.9.0 || >=22.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/caniuse-api": "^3.0.6",
|
|
"html-to-text": "^9.0.5",
|
|
"postcss": "^8.5.6"
|
|
},
|
|
"peerDependencies": {
|
|
"postcss": "^8.4.32"
|
|
},
|
|
"scripts": {
|
|
"acquire": "node ./src/script/acquire.mjs"
|
|
}
|
|
} |