Files
notesnook/packages/theme/package.json

23 lines
478 B
JSON
Raw Normal View History

2020-07-31 15:52:16 +05:00
{
"name": "@notesnook/theme",
2022-07-20 20:34:10 +05:00
"version": "1.0.1",
2022-05-21 10:38:45 +05:00
"main": "./dist/index.js",
"license": "GPL-3.0-or-later",
2022-07-15 09:30:09 +05:00
"repository": {
"type": "git",
"url": "git://github.com/streetwriters/themeprovider.git"
},
2022-05-21 10:38:45 +05:00
"dependencies": {
"@theme-ui/core": "^0.14.7",
2022-05-21 10:38:45 +05:00
"tinycolor2": "^1.4.2"
2020-08-07 18:03:53 +05:00
},
"devDependencies": {
2022-05-21 10:38:45 +05:00
"@types/tinycolor2": "^1.4.3",
"typescript": "^4.8.2"
2020-08-07 18:03:53 +05:00
},
2022-05-21 10:38:45 +05:00
"scripts": {
2022-07-15 09:30:09 +05:00
"build": "tsc",
"pub": "npm run build && npm publish"
2022-05-21 10:38:45 +05:00
}
}