2020-07-31 15:52:16 +05:00
|
|
|
{
|
2022-08-29 20:02:25 +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",
|
2022-09-26 15:30:16 +05:00
|
|
|
"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": {
|
2022-08-31 06:33:37 +05:00
|
|
|
"@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",
|
2022-08-29 20:02:25 +05:00
|
|
|
"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
|
|
|
}
|
|
|
|
|
}
|