2025-01-14 16:37:42 +05:30
|
|
|
{
|
|
|
|
|
"name": "@plane/shared-state",
|
2026-04-20 17:20:12 +05:30
|
|
|
"version": "1.3.1",
|
2025-01-14 16:37:42 +05:30
|
|
|
"private": true,
|
2026-03-02 20:40:50 +05:30
|
|
|
"description": "Shared state shared across multiple apps internally",
|
|
|
|
|
"license": "AGPL-3.0",
|
2025-12-10 18:35:14 +07:00
|
|
|
"type": "module",
|
|
|
|
|
"main": "./dist/index.js",
|
|
|
|
|
"module": "./dist/index.js",
|
|
|
|
|
"types": "./dist/index.d.ts",
|
|
|
|
|
"exports": {
|
2026-03-27 17:29:55 +07:00
|
|
|
".": "./dist/index.js",
|
2025-12-10 18:35:14 +07:00
|
|
|
"./package.json": "./package.json"
|
|
|
|
|
},
|
2025-01-14 16:37:42 +05:30
|
|
|
"scripts": {
|
2025-12-10 18:35:14 +07:00
|
|
|
"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=0 .",
|
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 .next && rm -rf node_modules && rm -rf dist"
|
2025-01-14 16:37:42 +05:30
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-09-16 21:15:08 +05:30
|
|
|
"@plane/constants": "workspace:*",
|
|
|
|
|
"@plane/types": "workspace:*",
|
|
|
|
|
"@plane/utils": "workspace:*",
|
2025-09-26 17:59:31 +05:30
|
|
|
"lodash-es": "catalog:",
|
2025-09-02 21:03:03 +05:30
|
|
|
"mobx": "catalog:",
|
2025-09-16 21:15:08 +05:30
|
|
|
"mobx-utils": "catalog:",
|
|
|
|
|
"uuid": "catalog:",
|
2025-01-14 16:37:42 +05:30
|
|
|
"zod": "^3.22.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2025-08-19 07:36:42 -07:00
|
|
|
"@plane/typescript-config": "workspace:*",
|
2025-09-26 17:59:31 +05:30
|
|
|
"@types/lodash-es": "catalog:",
|
2025-11-06 00:09:35 -08:00
|
|
|
"@types/node": "catalog:",
|
2025-12-10 18:35:14 +07:00
|
|
|
"tsdown": "catalog:",
|
2025-09-01 19:42:56 +05:30
|
|
|
"typescript": "catalog:"
|
2025-01-14 16:37:42 +05:30
|
|
|
}
|
|
|
|
|
}
|