mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
134 lines
4.9 KiB
JSON
134 lines
4.9 KiB
JSON
{
|
|
"name": "@notesnook/theme",
|
|
"version": "1.2.0",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@notesnook/theme",
|
|
"version": "1.2.0",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"@theme-ui/core": "^0.14.7",
|
|
"tinycolor2": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tinycolor2": "^1.4.3"
|
|
}
|
|
},
|
|
"node_modules/@theme-ui/core": {
|
|
"version": "0.14.7",
|
|
"resolved": "https://registry.npmjs.org/@theme-ui/core/-/core-0.14.7.tgz",
|
|
"integrity": "sha512-u60cKOZYsGDG9sSoM4jYj743OpNXXU27f7vXGwrO/B1t/1sv1MAQA0R8HtVwoi9DyOIcOmWfMWYTiMg+4vV1MA==",
|
|
"dependencies": {
|
|
"@theme-ui/css": "0.14.7",
|
|
"@theme-ui/parse-props": "0.14.7",
|
|
"deepmerge": "^4.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11",
|
|
"react": ">16"
|
|
}
|
|
},
|
|
"node_modules/@theme-ui/css": {
|
|
"version": "0.14.7",
|
|
"resolved": "https://registry.npmjs.org/@theme-ui/css/-/css-0.14.7.tgz",
|
|
"integrity": "sha512-DbGw0T4MrTjiRs6lnyYgSD2TV/LvFErzDDpm0ICPL2KqDwqgHX4mFpDafj8/DkyCO9wx2KEiUuE+0NtOlR3i4w==",
|
|
"dependencies": {
|
|
"csstype": "^3.0.10"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11"
|
|
}
|
|
},
|
|
"node_modules/@theme-ui/parse-props": {
|
|
"version": "0.14.7",
|
|
"resolved": "https://registry.npmjs.org/@theme-ui/parse-props/-/parse-props-0.14.7.tgz",
|
|
"integrity": "sha512-qF10mAYs3wcIkSU5ZSbmHUngwTkPS87D23qg1ArbeO+m+/e4uqOy0+6W0Lt/4JTP7lnWWsCYuScK3F3hOp2q0w==",
|
|
"dependencies": {
|
|
"@theme-ui/css": "0.14.7"
|
|
},
|
|
"peerDependencies": {
|
|
"@emotion/react": "^11",
|
|
"react": ">16"
|
|
}
|
|
},
|
|
"node_modules/@types/tinycolor2": {
|
|
"version": "1.4.3",
|
|
"resolved": "https://registry.npmjs.org/@types/tinycolor2/-/tinycolor2-1.4.3.tgz",
|
|
"integrity": "sha512-Kf1w9NE5HEgGxCRyIcRXR/ZYtDv0V8FVPtYHwLxl0O+maGX0erE77pQlD0gpP+/KByMZ87mOA79SjifhSB3PjQ==",
|
|
"dev": true
|
|
},
|
|
"node_modules/csstype": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz",
|
|
"integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
|
|
},
|
|
"node_modules/deepmerge": {
|
|
"version": "4.2.2",
|
|
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
|
|
"integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
}
|
|
},
|
|
"node_modules/tinycolor2": {
|
|
"version": "1.4.2",
|
|
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
|
|
"integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==",
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@theme-ui/core": {
|
|
"version": "0.14.7",
|
|
"resolved": "https://registry.npmjs.org/@theme-ui/core/-/core-0.14.7.tgz",
|
|
"integrity": "sha512-u60cKOZYsGDG9sSoM4jYj743OpNXXU27f7vXGwrO/B1t/1sv1MAQA0R8HtVwoi9DyOIcOmWfMWYTiMg+4vV1MA==",
|
|
"requires": {
|
|
"@theme-ui/css": "0.14.7",
|
|
"@theme-ui/parse-props": "0.14.7",
|
|
"deepmerge": "^4.2.2"
|
|
}
|
|
},
|
|
"@theme-ui/css": {
|
|
"version": "0.14.7",
|
|
"resolved": "https://registry.npmjs.org/@theme-ui/css/-/css-0.14.7.tgz",
|
|
"integrity": "sha512-DbGw0T4MrTjiRs6lnyYgSD2TV/LvFErzDDpm0ICPL2KqDwqgHX4mFpDafj8/DkyCO9wx2KEiUuE+0NtOlR3i4w==",
|
|
"requires": {
|
|
"csstype": "^3.0.10"
|
|
}
|
|
},
|
|
"@theme-ui/parse-props": {
|
|
"version": "0.14.7",
|
|
"resolved": "https://registry.npmjs.org/@theme-ui/parse-props/-/parse-props-0.14.7.tgz",
|
|
"integrity": "sha512-qF10mAYs3wcIkSU5ZSbmHUngwTkPS87D23qg1ArbeO+m+/e4uqOy0+6W0Lt/4JTP7lnWWsCYuScK3F3hOp2q0w==",
|
|
"requires": {
|
|
"@theme-ui/css": "0.14.7"
|
|
}
|
|
},
|
|
"@types/tinycolor2": {
|
|
"version": "1.4.3",
|
|
"resolved": "https://registry.npmjs.org/@types/tinycolor2/-/tinycolor2-1.4.3.tgz",
|
|
"integrity": "sha512-Kf1w9NE5HEgGxCRyIcRXR/ZYtDv0V8FVPtYHwLxl0O+maGX0erE77pQlD0gpP+/KByMZ87mOA79SjifhSB3PjQ==",
|
|
"dev": true
|
|
},
|
|
"csstype": {
|
|
"version": "3.1.1",
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz",
|
|
"integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw=="
|
|
},
|
|
"deepmerge": {
|
|
"version": "4.2.2",
|
|
"resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
|
|
"integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
|
|
},
|
|
"tinycolor2": {
|
|
"version": "1.4.2",
|
|
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.2.tgz",
|
|
"integrity": "sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA=="
|
|
}
|
|
}
|
|
}
|