{ "name": "@notesnook/ui", "version": "1.0.0", "main": "./dist/index.js", "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "git://github.com/streetwriters/notesnook.git" }, "dependencies": { "mac-scrollbar": "^0.10.3", "@mdi/js": "^7.2.96", "@mdi/react": "^1.6.1", "@notesnook/theme": "file:../theme", "@theme-ui/components": "^0.14.7", "@theme-ui/core": "^0.14.7", "framer-motion": "^6.5.1", "react-modal": "^3.15.1", "@emotion/react": "11.11.1" }, "devDependencies": { "@types/react": "17.0.2", "@types/react-dom": "17.0.2", "@types/react-modal": "^3.15.1", "react": "17.0.2", "react-dom": "17.0.2" }, "peerDependencies": { "@mdi/js": ">=7.2.96", "@mdi/react": ">=1.6.1", "@emotion/react": "11.11.1", "@theme-ui/components": ">=0.14.0", "@theme-ui/core": ">=0.14.0", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "watch": "tsc --watch" } }