mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
30 lines
734 B
JSON
30 lines
734 B
JSON
|
|
{
|
||
|
|
"name": "themefactory",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "React Rebass theme factory.",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/streetwriters/themefactory.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"theme",
|
||
|
|
"rebass",
|
||
|
|
"react"
|
||
|
|
],
|
||
|
|
"author": "thecodrr <thecodrr@protonmail.com>",
|
||
|
|
"license": "MIT",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/streetwriters/themefactory/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/streetwriters/themefactory#readme",
|
||
|
|
"dependencies": {
|
||
|
|
"emotion-theming": "^10.0.27",
|
||
|
|
"react": "^16.13.1",
|
||
|
|
"utils": "https://github.com/streetwriters/utils.git"
|
||
|
|
}
|
||
|
|
}
|