Files
notesnook/packages/ui/package.json
2024-11-13 15:48:33 +05:00

54 lines
1.3 KiB
JSON

{
"name": "@notesnook/ui",
"version": "2.1.3",
"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/notesnook.git"
},
"dependencies": {
"@notesnook/theme": "file:../theme"
},
"devDependencies": {
"mac-scrollbar": "^0.10.3",
"@mdi/js": "^7.2.96",
"@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",
"react-modal": ">=3",
"@mdi/js": ">=7",
"@emotion/react": ">=11",
"@theme-ui/components": ">=0.16",
"@theme-ui/core": ">=0.16",
"react": ">=18",
"react-dom": ">=18"
},
"scripts": {
"build": "tsup-node src/index.ts",
"prepublishOnly": "npm run build",
"watch": "npm run build -- --watch"
}
}