forked from trust0-project/RIDB
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.26 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.26 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
75
{
"name": "trust0",
"version": "0.0.0",
"engines": {
"node": ">=20"
},
"type": "module",
"packageManager": "yarn@4.9.1",
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "npx nx run-many --target=clean --verbose && rm -rf node_modules",
"docs": "npx typedoc",
"build": "npx nx run-many --verbose -p @trust0/ridb-build @trust0/ridb-core @trust0/ridb @trust0/ridb-level @trust0/ridb-react --target=build",
"test": "npx nx run-many --target=test --verbose",
"lint": "npx nx run-many --target=lint"
},
"devDependencies": {
"@eslint/eslintrc": "3",
"@nx/eslint": "20.8.1",
"@nx/jest": "20.8.1",
"@nx/js": "20.8.1",
"@nx/react-native": "20.8.1",
"@nx/vite": "20.8.1",
"@nx/web": "20.8.1",
"@shipgirl/typedoc-plugin-versions": "^0.3.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.5.14",
"@types/node": "^20.14.2",
"@typescript-eslint/eslint-plugin": "^8.31.1",
"@typescript-eslint/parser": "^8.31.1",
"@vitejs/plugin-react-swc": "^3.8.0",
"@vitest/browser": "^3.0.8",
"@vitest/coverage-istanbul": "^3.0.8",
"@vitest/ui": "^3.0.8",
"dts-bundle-generator": "^9.5.1",
"esbuild": "^0.25.4",
"esbuild-node-externals": "^1.18.0",
"eslint": "^9.26.0",
"eslint-config-next": "15.3.1",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-jest": "^28.11.0",
"eslint-plugin-react-hooks": "^5.2.0",
"jest": "^29.7.0",
"jiti": "2.4.2",
"jsdom": "^25.0.1",
"lerna": "^8.2.1",
"npm-check-updates": "^17.1.15",
"nx": "20.8.1",
"prettier": "^3.5.3",
"tsup": "^8.4.0",
"typedoc": "^0.28.4",
"typedoc-plugin-coverage": "^4.0.1",
"typedoc-plugin-markdown": "^4.6.3",
"typedoc-plugin-merge-modules": "^7.0.0",
"typedoc-plugin-rename-defaults": "^0.7.3",
"typedoc-theme-hierarchy": "^6.0.0",
"typescript": "^5.8.3",
"vite": "^6.2.1",
"vite-plugin-top-level-await": "^1.5.0",
"vite-plugin-wasm": "^3.4.1",
"vitest": "^3.0.8",
"webdriverio": "^9.16.2"
},
"optionalDependencies": {
"@esbuild/darwin-arm64": "^0.25.0",
"@rollup/rollup-linux-x64-gnu": "^4.24.0"
},
"dependencies": {
"chromedriver": "^138.0.1"
}
}