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.
45 lines
1.0 KiB
45 lines
1.0 KiB
{
|
|
"name": "@unocss/transformer-directives",
|
|
"version": "0.46.5",
|
|
"description": "UnoCSS transformer for `@apply` directive",
|
|
"author": "hannoeru <me@hanlee.co>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/antfu/unocss/tree/main/packages/transformer-directives#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/antfu/unocss.git",
|
|
"directory": "packages/transformer-directives"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/antfu/unocss/issues"
|
|
},
|
|
"keywords": [
|
|
"unocss",
|
|
"unocss-transformer"
|
|
],
|
|
"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"
|
|
],
|
|
"dependencies": {
|
|
"@unocss/core": "0.46.5",
|
|
"css-tree": "^2.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"magic-string": "^0.26.7"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
}
|