数通智联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

50 lines
1.1 KiB

{
"name": "@unocss/postcss",
"version": "0.51.13",
"description": "PostCSS plugin for UnoCSS",
"author": "sibbng <sibbngheid@gmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss/tree/main/packages/postcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/unocss/unocss",
"directory": "packages/postcss"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",
"import": "./dist/index.mjs"
}
},
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"peerDependencies": {
"postcss": "^8.4.21"
},
"dependencies": {
"css-tree": "^2.3.1",
"fast-glob": "^3.2.12",
"magic-string": "^0.30.0",
"postcss": "^8.4.23",
"@unocss/config": "0.51.13",
"@unocss/core": "0.51.13"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub"
}
}