-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.65 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@react-native-harness/monorepo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build:all": "nx run-many -t build",
"lint:all": "nx run-many -t lint",
"test:all": "nx run-many -t test",
"typecheck:all": "nx run-many -t typecheck"
},
"private": true,
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nx/eslint": "22.0.4",
"@nx/eslint-plugin": "22.0.4",
"@nx/js": "22.0.4",
"@nx/react-native": "22.0.4",
"@nx/rollup": "22.0.4",
"@nx/vite": "22.0.4",
"@nx/web": "22.0.4",
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "7.27.6",
"@rollup/plugin-url": "^8.0.2",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/node": "^20.19.0",
"@types/react": "~19.1.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.0",
"babel-plugin-module-resolver": "^5.0.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "22.0.4",
"prettier": "^2.6.2",
"rollup": "^4.14.0",
"tslib": "^2.3.0",
"typescript": "5.9.3",
"typescript-eslint": "8.47.0",
"vite": "7.2.2",
"vitest": "^3.2.4",
"jest-cli": "^30.2.0"
},
"packageManager": "pnpm@10.6.1+sha512.40ee09af407fa9fbb5fbfb8e1cb40fbb74c0af0c3e10e9224d7b53c7658528615b2c92450e74cfad91e3a2dcafe3ce4050d80bda71d757756d2ce2b66213e9a3"
}