mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-28 16:06:47 +01:00
154 lines
5.6 KiB
JSON
154 lines
5.6 KiB
JSON
{
|
|
"name": "@notesnook/theme",
|
|
"version": "1.0.1",
|
|
"lockfileVersion": 2,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "@notesnook/theme",
|
|
"version": "1.0.1",
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"@theme-ui/core": "^0.14.7",
|
|
"tinycolor2": "^1.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/tinycolor2": "^1.4.3",
|
|
"typescript": "^4.8.2"
|
|
}
|
|
},
|
|
"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.0.11",
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz",
|
|
"integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw=="
|
|
},
|
|
"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": "*"
|
|
}
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "4.8.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
|
|
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
|
|
"dev": true,
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=4.2.0"
|
|
}
|
|
}
|
|
},
|
|
"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.0.11",
|
|
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.11.tgz",
|
|
"integrity": "sha512-sa6P2wJ+CAbgyy4KFssIb/JNMLxFvKF1pCYCSXS8ZMuqZnMsrxqI2E5sPyoTpxoPU/gVZMzr2zjOfg8GIZOMsw=="
|
|
},
|
|
"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=="
|
|
},
|
|
"typescript": {
|
|
"version": "4.8.2",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-4.8.2.tgz",
|
|
"integrity": "sha512-C0I1UsrrDHo2fYI5oaCGbSejwX4ch+9Y5jTQELvovfmFkK3HHSZJB8MSJcWLmCUBzQBchCrZ9rMRV6GuNrvGtw==",
|
|
"dev": true
|
|
}
|
|
}
|
|
}
|