mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
23 lines
478 B
JSON
23 lines
478 B
JSON
{
|
|
"name": "@notesnook/theme",
|
|
"version": "1.0.1",
|
|
"main": "./dist/index.js",
|
|
"license": "GPL-3.0-or-later",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/streetwriters/themeprovider.git"
|
|
},
|
|
"dependencies": {
|
|
"@theme-ui/core": "^0.14.7",
|
|
"tinycolor2": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"typescript": "^4.8.2"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"pub": "npm run build && npm publish"
|
|
}
|
|
}
|