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.
43 lines
1002 B
43 lines
1002 B
{
|
|
"name": "@unocss/config",
|
|
"version": "0.46.5",
|
|
"description": "Config loader for UnoCSS",
|
|
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
|
|
"license": "MIT",
|
|
"funding": "https://github.com/sponsors/antfu",
|
|
"homepage": "https://github.com/unocss/unocss/tree/main/packages/config#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/unocss/unocss.git",
|
|
"directory": "packages/config"
|
|
},
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@unocss/core": "0.46.5",
|
|
"unconfig": "^0.3.7"
|
|
},
|
|
"scripts": {
|
|
"build": "unbuild",
|
|
"stub": "unbuild --stub"
|
|
}
|
|
}
|