{ "name": "@notesnook/theme", "version": "2.0.1", "main": "./dist/index.js", "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "git://github.com/streetwriters/themeprovider.git" }, "devDependencies": { "@emotion/react": "11.11.1", "@theme-ui/color": "^0.16.1", "@theme-ui/components": "^0.16.1", "@theme-ui/core": "^0.16.1", "@trpc/server": "^10.31.0", "@types/react": "^18.2.39", "@types/tinycolor2": "^1.4.3", "isomorphic-fetch": "^3.0.0", "react": "18.2.0", "tinycolor2": "^1.6.0", "ts-json-schema-generator": "^1.2.0", "zustand": "4.4.7" }, "peerDependencies": { "@emotion/react": ">=11", "@theme-ui/color": ">=0.16.0", "@theme-ui/components": ">=0.16.0", "@theme-ui/core": ">=0.16.0", "react": ">=18", "tinycolor2": ">=1", "zustand": ">=4" }, "scripts": { "prebuild": "node ./scripts/prebuild.mjs", "generate": "node ./scripts/schema-generator.mjs", "build": "tsc", "prepublishOnly": "npm run build", "watch": "tsc --watch" } }