-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.17 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.17 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "@eten-tech-foundation/scripture-editors",
"version": "0.0.0",
"license": "MIT",
"private": true,
"scripts": {
"platform:dev": "pnpm --filter platform dev",
"platform:dev:test": "pnpm --filter platform dev:test",
"ncu:group": "npx npm-check-updates --interactive --format group --workspaces",
"prepare": "husky"
},
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-react": "^7.28.5",
"@eslint/js": "^9.39.4",
"@lexical/eslint-plugin": "^0.41.0",
"@microsoft/api-extractor": "^7.57.6",
"@nx/eslint": "22.5.4",
"@nx/eslint-plugin": "22.5.4",
"@nx/js": "22.5.4",
"@nx/plugin": "22.5.4",
"@nx/react": "22.5.4",
"@nx/vite": "22.5.4",
"@nx/vitest": "22.5.4",
"@nx/web": "22.5.4",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.18",
"@swc/helpers": "0.5.19",
"@testing-library/dom": "10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.19.15",
"@types/react": "^18.3.28",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-react-swc": "^4.2.3",
"@vitest/coverage-v8": "4.0.18",
"@vitest/ui": "4.0.18",
"ajv": "^8.18.0",
"cross-env": "^10.1.0",
"eslint": "^9.39.4",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"husky": "^9.1.7",
"jiti": "2.6.1",
"jsdom": "~28.1.0",
"jsonc-eslint-parser": "^3.1.0",
"lint-staged": "^16.3.2",
"nx": "22.5.4",
"nx-cloud": "19.1.0",
"prettier": "^3.8.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup-plugin-visualizer": "^7.0.1",
"tslib": "^2.8.1",
"tsx": "^4.21.0",
"typescript": "~5.9.3",
"typescript-eslint": "^8.56.1",
"vite": "^7.3.1",
"vite-plugin-dts": "4.5.4",
"vitest": "4.0.18",
"yalc": "1.0.0-pre.53"
},
"volta": {
"node": "22.22.0",
"pnpm": "10.31.0"
}
}