Urara-Blog/node_modules/.pnpm-store/v3/files/79/68f80fce0efafd68f929bb311a22f51544eb6069beab2802963571c7473d0af93be7a99bd694959854151335074ee4560695489aa8677aec21c438124e96c3
2022-08-14 01:14:53 +08:00

30 lines
No EOL
689 B
Text

{
"name": "@unocss/reset",
"version": "0.45.6",
"description": "Collection of CSS reseting",
"author": "Anthony Fu <anthonyfu117@hotmail.com>",
"license": "MIT",
"funding": "https://github.com/sponsors/antfu",
"homepage": "https://github.com/unocss/unocss#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/unocss/unocss.git"
},
"bugs": {
"url": "https://github.com/unocss/unocss/issues"
},
"keywords": [],
"exports": {
"./*": "./*"
},
"files": [
"**/*.css"
],
"devDependencies": {
"@csstools/normalize.css": "^12.0.0",
"sanitize.css": "^13.0.0"
},
"scripts": {
"build": "esno scripts/copy.ts"
}
}