mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-25 16:09:42 +01:00
53 lines
1.4 KiB
JSON
53 lines
1.4 KiB
JSON
{
|
|
"name": "@notesnook/theme",
|
|
"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/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"
|
|
}
|
|
}
|