2020-07-31 15:52:16 +05:00
|
|
|
{
|
2022-08-29 20:02:25 +05:00
|
|
|
"name": "@notesnook/theme",
|
2024-09-23 15:47:09 +05:00
|
|
|
"version": "2.1.3",
|
2024-11-12 13:17:22 +05:00
|
|
|
"main": "./dist/cjs/index.js",
|
|
|
|
|
"module": "./dist/esm/index.js",
|
|
|
|
|
"types": "./dist/types/index.d.ts",
|
2022-09-26 15:30:16 +05:00
|
|
|
"license": "GPL-3.0-or-later",
|
2024-11-12 13:17:22 +05:00
|
|
|
"sideEffects": false,
|
2024-09-23 12:29:41 +05:00
|
|
|
"exports": {
|
|
|
|
|
"require": {
|
2024-11-12 13:17:22 +05:00
|
|
|
"types": "./dist/types/index.d.ts",
|
|
|
|
|
"default": "./dist/cjs/index.js"
|
2024-09-23 12:29:41 +05:00
|
|
|
},
|
|
|
|
|
"import": {
|
2024-11-12 13:17:22 +05:00
|
|
|
"types": "./dist/types/index.d.ts",
|
|
|
|
|
"default": "./dist/esm/index.js"
|
2024-09-23 12:29:41 +05:00
|
|
|
}
|
|
|
|
|
},
|
2022-07-15 09:30:09 +05:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git://github.com/streetwriters/themeprovider.git"
|
|
|
|
|
},
|
2020-08-07 18:03:53 +05:00
|
|
|
"devDependencies": {
|
2023-12-21 11:11:03 +05:00
|
|
|
"@emotion/react": "11.11.1",
|
2023-11-30 15:02:37 +05:00
|
|
|
"@theme-ui/color": "^0.16.1",
|
|
|
|
|
"@theme-ui/components": "^0.16.1",
|
|
|
|
|
"@theme-ui/core": "^0.16.1",
|
2024-09-23 12:29:41 +05:00
|
|
|
"@trpc/server": "^10.45.2",
|
2023-11-30 15:02:37 +05:00
|
|
|
"@types/react": "^18.2.39",
|
2023-08-01 12:07:21 +05:00
|
|
|
"isomorphic-fetch": "^3.0.0",
|
2023-11-30 15:02:37 +05:00
|
|
|
"react": "18.2.0",
|
2023-11-30 15:22:02 +05:00
|
|
|
"ts-json-schema-generator": "^1.2.0",
|
2023-12-21 11:11:03 +05:00
|
|
|
"zustand": "4.4.7"
|
2023-08-01 12:07:21 +05:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-11-30 15:02:37 +05:00
|
|
|
"@emotion/react": ">=11",
|
|
|
|
|
"@theme-ui/color": ">=0.16.0",
|
|
|
|
|
"@theme-ui/components": ">=0.16.0",
|
|
|
|
|
"@theme-ui/core": ">=0.16.0",
|
2023-12-21 11:11:03 +05:00
|
|
|
"react": ">=18",
|
|
|
|
|
"zustand": ">=4"
|
2020-08-07 18:03:53 +05:00
|
|
|
},
|
2022-05-21 10:38:45 +05:00
|
|
|
"scripts": {
|
2023-08-01 12:07:21 +05:00
|
|
|
"prebuild": "node ./scripts/prebuild.mjs",
|
|
|
|
|
"generate": "node ./scripts/schema-generator.mjs",
|
2024-11-12 13:17:22 +05:00
|
|
|
"build": "node ../../scripts/build.mjs",
|
2023-08-01 12:07:21 +05:00
|
|
|
"prepublishOnly": "npm run build",
|
2024-09-23 12:29:41 +05:00
|
|
|
"watch": "npm run build -- --watch"
|
2022-05-21 10:38:45 +05:00
|
|
|
}
|
|
|
|
|
}
|