2020-03-29 14:05:39 +00:00
|
|
|
{
|
|
|
|
"name": "@hibas123/theme-preact",
|
2020-04-10 17:54:56 +00:00
|
|
|
"version": "1.0.1",
|
2020-03-29 14:05:39 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "out/index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"@hibas123/theme": "^2.0.2",
|
|
|
|
"preact": "^10.3.4"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"preact": "^10.3.4"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"typescript": "^3.8.3"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2020-04-10 17:54:56 +00:00
|
|
|
"prepublishOnly": "tsc",
|
2020-03-29 14:05:39 +00:00
|
|
|
"build": "tsc",
|
|
|
|
"watch": "tsc -w"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|