2025-01-14 16:37:42 +05:30
|
|
|
{
|
|
|
|
|
"name": "@plane/shared-state",
|
2025-10-21 19:14:43 +05:30
|
|
|
"version": "1.1.0",
|
2025-03-04 20:20:38 +05:30
|
|
|
"license": "AGPL-3.0",
|
2025-01-14 16:37:42 +05:30
|
|
|
"description": "Shared state shared across multiple apps internally",
|
|
|
|
|
"private": true,
|
|
|
|
|
"main": "./src/index.ts",
|
|
|
|
|
"types": "./src/index.ts",
|
|
|
|
|
"scripts": {
|
2025-07-24 13:14:51 -07:00
|
|
|
"check:lint": "eslint . --max-warnings 4",
|
2025-07-04 14:23:18 +05:30
|
|
|
"check:types": "tsc --noEmit",
|
|
|
|
|
"check:format": "prettier --check \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"fix:lint": "eslint . --fix",
|
|
|
|
|
"fix:format": "prettier --write \"**/*.{ts,tsx,md,json,css,scss}\"",
|
|
|
|
|
"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/eslint-config": "workspace:*",
|
|
|
|
|
"@plane/typescript-config": "workspace:*",
|
2025-11-20 19:00:27 +07:00
|
|
|
"@prettier/plugin-oxc": "0.0.4",
|
2025-09-26 17:59:31 +05:30
|
|
|
"@types/lodash-es": "catalog:",
|
2025-11-06 00:09:35 -08:00
|
|
|
"@types/node": "catalog:",
|
2025-09-01 19:42:56 +05:30
|
|
|
"typescript": "catalog:"
|
2025-01-14 16:37:42 +05:30
|
|
|
}
|
|
|
|
|
}
|