Files
coze-studio/frontend/config/postcss-config/package.json
T
zgene 6bed393c12
Backend Tests / backend-unit-test (push) Has been cancelled
Backend Tests / benchmark-test (push) Has been cancelled
CI@main / Node.js v22 (ubuntu-latest) (push) Has been cancelled
Thrift Syntax Validation / validate-thrift (push) Has been cancelled
License Check / License Check (push) Has been cancelled
first commit
2026-05-14 13:29:56 +08:00

29 lines
691 B
JSON

{
"name": "@coze-arch/postcss-config",
"version": "0.0.1",
"author": "huangjian@bytedance.com",
"maintainers": [],
"main": "src/index.js",
"scripts": {
"build": "exit",
"dev": "npm run build -- -w",
"lint": "eslint ./ --cache --quiet",
"test": "exit",
"test:cov": "exit"
},
"dependencies": {
"@csstools/postcss-is-pseudo-class": "^4.0.5",
"@tailwindcss/nesting": "latest",
"postcss": "^8.4.32",
"postcss-import": "^16.1.0",
"postcss-loader": "^7.3.3",
"postcss-nesting": "^12.1.0"
},
"devDependencies": {
"@coze-arch/eslint-config": "workspace:*",
"@coze-arch/ts-config": "workspace:*",
"@types/node": "^18"
}
}