Files
Camilou.fr/VUEJS/myapp/node_modules/@unocss/config/package.json
T
Camilla Schoeser 6a71f91e2f ajout du site
2026-05-29 21:38:59 +02:00

41 lines
919 B
JSON

{
"name": "@unocss/config",
"type": "module",
"version": "66.6.7",
"description": "Config loader for UnoCSS",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://unocss.dev",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git",
"directory": "packages-engine/config"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"sideEffects": false,
"exports": {
".": "./dist/index.mjs",
"./package.json": "./package.json"
},
"types": "dist/index.d.mts",
"files": [
"dist"
],
"engines": {
"node": ">=14"
},
"dependencies": {
"colorette": "^2.0.20",
"consola": "^3.4.2",
"unconfig": "^7.5.0",
"@unocss/core": "66.6.7"
},
"scripts": {
"build": "tsdown",
"dev": "tsdown --watch"
}
}