Files
notesnook/packages/ui/package.json

43 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2023-07-11 15:11:46 +05:00
{
"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"
2023-07-11 15:11:46 +05:00
},
"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",
2023-07-11 15:11:46 +05:00
"@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"
}
}