1
mirror of https://github.com/jakejarvis/stitches-normalize.git synced 2025-04-26 08:45:24 -04:00
stitches-normalize/package.json
2022-03-05 12:03:50 -05:00

42 lines
884 B
JSON

{
"name": "stitches-normalize",
"version": "0.0.0",
"description": "@sindresorhus's modern-normalize.css as a plug-and-play JavaScript object compatible with Stitches.",
"license": "MIT",
"author": {
"name": "Jake Jarvis",
"email": "jake@jarv.is",
"url": "https://github.com/jakejarvis"
},
"contributors": [
{
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
}
],
"repository": {
"type": "git",
"url": "https://github.com/jakejarvis/stitches-normalize.git"
},
"files": [
"index.js",
"index.d.ts"
],
"main": "index.js",
"types": "./index.d.ts",
"devDependencies": {
"@stitches/react": "^1.2.7"
},
"peerDependencies": {
"@stitches/react": "1.x"
},
"keywords": [
"stitches",
"css-in-js",
"css",
"normalize",
"reset"
]
}