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.
30 lines
689 B
30 lines
689 B
2 years ago
|
{
|
||
|
"name": "@unocss/reset",
|
||
|
"version": "0.46.5",
|
||
|
"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"
|
||
|
}
|
||
|
}
|