2024-09-12 20:10:04 +05:30
|
|
|
{
|
2024-12-06 14:56:49 +05:30
|
|
|
"name": "@plane/utils",
|
2026-04-20 17:20:12 +05:30
|
|
|
"version": "1.3.1",
|
2026-03-02 20:40:50 +05:30
|
|
|
"private": true,
|
2024-09-12 20:10:04 +05:30
|
|
|
"description": "Helper functions shared across multiple apps internally",
|
2025-03-04 20:20:38 +05:30
|
|
|
"license": "AGPL-3.0",
|
2025-10-06 21:01:32 +05:30
|
|
|
"type": "module",
|
2026-03-02 20:40:50 +05:30
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"module": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
2025-10-06 21:01:32 +05:30
|
|
|
"exports": {
|
2026-03-27 17:29:55 +07:00
|
|
|
".": "./dist/index.js",
|
2025-10-06 21:01:32 +05:30
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2024-09-16 19:36:20 +05:30
|
|
|
"scripts": {
|
2025-09-03 14:01:57 +05:30
|
|
|
"build": "tsdown",
|
2026-03-27 17:29:55 +07:00
|
|
|
"dev": "tsdown --watch --no-clean",
|
2026-03-03 00:46:05 +05:30
|
|
|
"check:lint": "oxlint --max-warnings=38 .",
|
2025-07-04 14:23:18 +05:30
|
|
|
"check:types": "tsc --noEmit",
|
2026-03-02 20:40:50 +05:30
|
|
|
"check:format": "oxfmt --check .",
|
2026-03-03 00:46:05 +05:30
|
|
|
"fix:lint": "oxlint --fix .",
|
2026-03-02 20:40:50 +05:30
|
|
|
"fix:format": "oxfmt .",
|
2025-07-04 14:23:18 +05:30
|
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
2024-12-06 14:56:49 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/constants": "workspace:*",
|
|
|
|
|
"@plane/types": "workspace:*",
|
2026-05-31 15:56:12 +05:30
|
|
|
"chroma-js": "catalog:",
|
|
|
|
|
"clsx": "catalog:",
|
|
|
|
|
"date-fns": "catalog:",
|
|
|
|
|
"hast": "catalog:",
|
|
|
|
|
"hast-util-to-mdast": "catalog:",
|
2025-09-26 17:59:31 +05:30
|
|
|
"lodash-es": "catalog:",
|
2025-09-02 21:03:03 +05:30
|
|
|
"lucide-react": "catalog:",
|
2026-05-31 15:56:12 +05:30
|
|
|
"mdast": "catalog:",
|
2025-09-01 19:42:56 +05:30
|
|
|
"react": "catalog:",
|
2026-05-31 15:56:12 +05:30
|
|
|
"rehype-parse": "catalog:",
|
|
|
|
|
"rehype-remark": "catalog:",
|
|
|
|
|
"remark-gfm": "catalog:",
|
|
|
|
|
"remark-stringify": "catalog:",
|
|
|
|
|
"sanitize-html": "catalog:",
|
|
|
|
|
"tailwind-merge": "catalog:",
|
|
|
|
|
"unified": "catalog:",
|
2025-09-02 21:03:03 +05:30
|
|
|
"uuid": "catalog:"
|
2024-09-16 19:36:20 +05:30
|
|
|
},
|
2024-09-12 20:10:04 +05:30
|
|
|
"devDependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/typescript-config": "workspace:*",
|
2026-05-31 15:56:12 +05:30
|
|
|
"@types/chroma-js": "catalog:",
|
|
|
|
|
"@types/hast": "catalog:",
|
2025-09-26 17:59:31 +05:30
|
|
|
"@types/lodash-es": "catalog:",
|
2026-05-31 15:56:12 +05:30
|
|
|
"@types/mdast": "catalog:",
|
2025-10-08 18:42:53 +05:30
|
|
|
"@types/node": "catalog:",
|
2025-09-01 19:42:56 +05:30
|
|
|
"@types/react": "catalog:",
|
2026-05-31 15:56:12 +05:30
|
|
|
"@types/sanitize-html": "catalog:",
|
2025-09-03 14:01:57 +05:30
|
|
|
"tsdown": "catalog:",
|
2025-09-01 19:42:56 +05:30
|
|
|
"typescript": "catalog:"
|
2026-03-02 20:40:50 +05:30
|
|
|
}
|
2024-09-12 20:10:04 +05:30
|
|
|
}
|