@stardust-configs/postcss-config
Version:
Shareable PostCSS config
52 lines (51 loc) • 1.38 kB
JSON
{
"name": "@stardust-configs/postcss-config",
"version": "0.3.0",
"description": "Shareable PostCSS config",
"keywords": [
"postcss",
"postcss-config"
],
"homepage": "https://github.com/stardust-configs/postcss-config#readme",
"bugs": "https://github.com/stardust-configs/postcss-config#issues",
"license": "MIT",
"author": "P-Chan",
"files": [
"dist"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/stardust-configs/postcss-config.git"
},
"scripts": {
"build": "tsup",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepublishOnly": "npm run build",
"test": "vitest",
"version:major": "standard-version -r major",
"version:minor": "standard-version -r minor",
"version:patch": "standard-version -r patch"
},
"dependencies": {
"postcss-flexbugs-fixes": "5.0.2",
"postcss-preset-env": "7.7.2"
},
"devDependencies": {
"@stardust-configs/prettier-config": "0.1.1",
"@stardust-configs/tsconfig": "0.2.0",
"postcss": "8.4.14",
"postcss-load-config": "4.0.1",
"prettier": "2.7.1",
"standard-version": "9.5.0",
"ts-node": "10.9.1",
"tsup": "6.2.3",
"typescript": "4.8.2",
"vitest": "0.22.1"
},
"peerDependencies": {
"postcss": "^8.0.0"
}
}