Files
notesnook/packages/ui/package.json
2024-03-21 11:11:01 +05:00

46 lines
1.1 KiB
JSON

{
"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": {
"@notesnook/theme": "file:../theme"
},
"devDependencies": {
"mac-scrollbar": "^0.10.3",
"framer-motion": "^10.6.8",
"@mdi/js": "^7.2.96",
"@mdi/react": "^1.6.1",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/react-modal": "3.16.3",
"@theme-ui/components": "^0.16.1",
"@theme-ui/core": "^0.16.1",
"@emotion/react": "11.11.1",
"react-modal": "3.16.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"peerDependencies": {
"mac-scrollbar": ">=0.10",
"framer-motion": ">=10",
"react-modal": ">=3",
"@mdi/js": ">=7",
"@mdi/react": ">=1",
"@emotion/react": ">=11",
"@theme-ui/components": ">=0.16",
"@theme-ui/core": ">=0.16",
"react": ">=18",
"react-dom": ">=18"
},
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"watch": "tsc --watch"
}
}