2024-09-12 20:10:04 +05:30
|
|
|
{
|
2024-12-06 14:56:49 +05:30
|
|
|
"name": "@plane/utils",
|
2025-04-24 17:37:50 +05:30
|
|
|
"version": "0.26.0",
|
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",
|
2024-09-12 20:10:04 +05:30
|
|
|
"private": true,
|
2024-09-16 19:36:20 +05:30
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"module": "./dist/index.mjs",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"files": [
|
|
|
|
|
"dist/**"
|
|
|
|
|
],
|
|
|
|
|
"scripts": {
|
2024-12-06 14:56:49 +05:30
|
|
|
"build": "tsup ./src/index.ts --format esm,cjs --dts --external react --minify",
|
2024-12-06 15:00:11 +05:30
|
|
|
"lint": "eslint src --ext .ts,.tsx",
|
|
|
|
|
"lint:errors": "eslint src --ext .ts,.tsx --quiet"
|
2024-12-06 14:56:49 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2024-12-18 12:22:14 +05:30
|
|
|
"clsx": "^2.1.1",
|
2024-12-23 18:45:22 +05:30
|
|
|
"date-fns": "^4.1.0",
|
2024-12-06 14:56:49 +05:30
|
|
|
"isomorphic-dompurify": "^2.16.0",
|
2024-12-26 15:27:40 +05:30
|
|
|
"lodash": "^4.17.21",
|
2024-12-18 12:22:14 +05:30
|
|
|
"react": "^18.3.1",
|
2024-12-22 22:08:04 +05:30
|
|
|
"tailwind-merge": "^2.5.5",
|
|
|
|
|
"zxcvbn": "^4.4.2"
|
2024-09-16 19:36:20 +05:30
|
|
|
},
|
2024-09-12 20:10:04 +05:30
|
|
|
"devDependencies": {
|
2024-12-06 14:56:49 +05:30
|
|
|
"@plane/eslint-config": "*",
|
2024-09-12 20:10:04 +05:30
|
|
|
"@types/node": "^22.5.4",
|
2024-10-22 14:03:34 +05:30
|
|
|
"@types/react": "^18.3.11",
|
2024-12-22 22:08:04 +05:30
|
|
|
"@types/zxcvbn": "^4.4.5",
|
2025-03-11 01:14:37 +05:30
|
|
|
"tsup": "^8.4.0",
|
2024-12-06 14:56:49 +05:30
|
|
|
"typescript": "^5.3.3"
|
2024-09-12 20:10:04 +05:30
|
|
|
}
|
|
|
|
|
}
|