{ "name": "@notesnook/theme", "version": "2.1.2", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "license": "GPL-3.0-or-later", "exports": { "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" } }, "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.45.2", "@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": "tsup-node src/index.ts", "prepublishOnly": "npm run build", "watch": "npm run build -- --watch" } }