2021-06-18 13:05:06 +02:00
|
|
|
{
|
|
|
|
"name": "theatre-monorepo",
|
|
|
|
"license": "Apache-2.0",
|
2023-08-10 14:45:57 +02:00
|
|
|
"version": "0.7.0-dev.3",
|
2021-06-18 13:05:06 +02:00
|
|
|
"workspaces": [
|
|
|
|
"packages/*",
|
2021-08-06 12:00:19 +02:00
|
|
|
"examples/*",
|
2022-05-20 18:52:57 +02:00
|
|
|
"theatre",
|
2023-07-28 19:49:52 +02:00
|
|
|
"compat-tests"
|
2021-06-18 13:05:06 +02:00
|
|
|
],
|
|
|
|
"scripts": {
|
2023-08-08 20:06:06 +02:00
|
|
|
"cli": "node -r esbuild-register devEnv/cli.ts",
|
2021-08-07 21:41:07 +02:00
|
|
|
"playground": "yarn workspace playground run serve",
|
2022-11-26 15:00:14 +01:00
|
|
|
"benchmarks": "yarn workspace benchmarks run serve",
|
2022-02-28 13:15:27 +01:00
|
|
|
"test:e2e": "yarn workspace playground run test",
|
|
|
|
"test:e2e:ci": "yarn workspace playground run test:ci",
|
2021-10-02 13:48:02 +02:00
|
|
|
"typecheck": "yarn run build:ts",
|
|
|
|
"build:ts": "tsc --build ./devEnv/typecheck-all-projects/tsconfig.all.json",
|
2021-06-18 13:05:06 +02:00
|
|
|
"test": "jest",
|
2023-07-28 19:49:52 +02:00
|
|
|
"test:compat:install": "yarn workspace @theatre/compat-tests run install-fixtures",
|
2023-02-06 12:58:13 +01:00
|
|
|
"test:compat:run": "jest --config jest.compat-tests.config.js",
|
2021-06-18 13:05:06 +02:00
|
|
|
"postinstall": "husky install",
|
2021-09-05 13:51:42 +02:00
|
|
|
"lint:all": "eslint . --ext ts,tsx --ignore-path=.gitignore --rulesdir ./devEnv/eslint/rules"
|
2021-06-18 13:05:06 +02:00
|
|
|
},
|
|
|
|
"lint-staged": {
|
2023-08-07 12:18:14 +02:00
|
|
|
"(theatre|packages|devEnv|compat-tests)/**/*.(t|j)s?(x)": [
|
2022-04-23 22:56:18 +02:00
|
|
|
"eslint --rulesdir ./devEnv/eslint/rules --fix"
|
|
|
|
],
|
|
|
|
"**/*.(t|j)s?(x)": [
|
2021-06-18 13:05:06 +02:00
|
|
|
"prettier --write"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-06 10:15:37 +02:00
|
|
|
"@cspotcode/zx": "^6.1.2",
|
2022-07-25 10:37:34 +02:00
|
|
|
"@microsoft/api-documenter": "^7.19.0",
|
|
|
|
"@microsoft/api-extractor": "^7.28.6",
|
2023-08-08 08:48:26 +02:00
|
|
|
"@types/eslint": "^8.44.2",
|
2023-08-07 15:20:45 +02:00
|
|
|
"@types/jest": "^26.0.23",
|
2023-08-08 08:48:26 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
|
|
"@typescript-eslint/parser": "^6.3.0",
|
2023-08-06 10:15:37 +02:00
|
|
|
"esbuild": "^0.18.18",
|
|
|
|
"esbuild-register": "^3.4.2",
|
2023-08-08 08:48:26 +02:00
|
|
|
"eslint": "^8.46.0",
|
2023-08-03 20:42:40 +02:00
|
|
|
"eslint-plugin-import": "2.28.0",
|
2023-08-08 08:48:26 +02:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
2023-08-03 20:42:40 +02:00
|
|
|
"eslint-plugin-react": "^7.33.1",
|
|
|
|
"eslint-plugin-tsdoc": "^0.2.17",
|
2023-08-08 08:48:26 +02:00
|
|
|
"eslint-plugin-unused-imports": "^3.0.0",
|
2023-07-16 22:19:21 +02:00
|
|
|
"fast-glob": "^3.3.0",
|
2021-06-18 13:05:06 +02:00
|
|
|
"husky": "^6.0.0",
|
2023-01-04 20:03:47 +01:00
|
|
|
"jest": "^29.3.1",
|
|
|
|
"jest-environment-jsdom": "^29.3.1",
|
2023-07-16 22:19:21 +02:00
|
|
|
"jest-esbuild": "^0.3.0",
|
2022-07-25 10:37:34 +02:00
|
|
|
"jsonc-parser": "^3.1.0",
|
|
|
|
"lint-staged": "^13.0.3",
|
|
|
|
"node-gyp": "^9.1.0",
|
2021-09-01 10:41:54 +02:00
|
|
|
"prettier": "^2.3.2",
|
2023-08-10 14:42:05 +02:00
|
|
|
"sade": "^1.8.1",
|
2023-08-08 08:43:24 +02:00
|
|
|
"typescript": "5.1.6",
|
2023-08-07 15:20:45 +02:00
|
|
|
"yaml": "^2.3.1"
|
2022-02-23 13:11:00 +01:00
|
|
|
},
|
2022-05-17 20:53:01 +02:00
|
|
|
"packageManager": "yarn@3.2.0",
|
2023-02-05 15:05:54 +01:00
|
|
|
"dependencies": {
|
2023-08-10 14:42:05 +02:00
|
|
|
"@actions/core": "^1.10.0"
|
2022-05-17 20:53:01 +02:00
|
|
|
}
|
2021-08-06 11:44:20 +02:00
|
|
|
}
|