详细说明: - 添加了V2版本的工作流页面和结果页面 - 更新了Serena记忆文件 - 添加了详细实施计划文档 - 优化了Vite配置 - 更新了项目文档CLAUDE.md - 构建了演示系统的dist版本 - 包含了exhibition-demo的完整依赖
35 lines
695 B
JSON
35 lines
695 B
JSON
{
|
|
"name": "postcss-nested",
|
|
"version": "6.2.0",
|
|
"description": "PostCSS plugin to unwrap nested rules like how Sass does it",
|
|
"keywords": [
|
|
"postcss",
|
|
"css",
|
|
"postcss-plugin",
|
|
"sass",
|
|
"nested"
|
|
],
|
|
"author": "Andrey Sitnik <andrey@sitnik.ru>",
|
|
"license": "MIT",
|
|
"repository": "postcss/postcss-nested",
|
|
"engines": {
|
|
"node": ">=12.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/postcss/"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/ai"
|
|
}
|
|
],
|
|
"peerDependencies": {
|
|
"postcss": "^8.2.14"
|
|
},
|
|
"dependencies": {
|
|
"postcss-selector-parser": "^6.1.1"
|
|
}
|
|
}
|