Files
notesnook/packages/theme/package.json
2023-08-01 20:39:16 +05:00

37 lines
917 B
JSON

{
"name": "@notesnook/theme",
"version": "1.2.0",
"main": "./dist/index.js",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "git://github.com/streetwriters/themeprovider.git"
},
"dependencies": {
"@emotion/react": "11.11.1",
"@theme-ui/color": "^0.16.0",
"@theme-ui/components": "0.14.7",
"@theme-ui/core": "0.14.7",
"tinycolor2": "^1.4.2",
"zustand": "^4.3.8"
},
"devDependencies": {
"@trpc/server": "^10.31.0",
"@types/react": "17.0.2",
"@types/tinycolor2": "^1.4.3",
"isomorphic-fetch": "^3.0.0",
"ts-json-schema-generator": "^1.2.0",
"react": "17.0.2"
},
"peerDependencies": {
"react": "17.0.2"
},
"scripts": {
"prebuild": "node ./scripts/prebuild.mjs",
"generate": "node ./scripts/schema-generator.mjs",
"build": "tsc",
"prepublishOnly": "npm run build",
"watch": "tsc --watch"
}
}