-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
99 lines (99 loc) · 2.78 KB
/
package.json
File metadata and controls
99 lines (99 loc) · 2.78 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "@nexusdi/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"docs:install": "cd ./docs && npm install",
"docs:build": "cd ./docs && npm run build",
"docs:start": "cd ./docs && npm run start",
"docs:deploy": "cd ./docs && npm run deploy",
"docs:clear": "cd ./docs && npm run clear",
"docs:serve": "cd ./docs && npm run serve",
"docs:write-translations": "cd ./docs && npm run write-translations",
"benchmark:generate": "nx g @nexusdi/benchmark:benchmark",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@mdx-js/react": "^3.0.0",
"@react-router/node": "^7.6.3",
"@react-router/serve": "^7.6.3",
"@tailwindcss/vite": "^4.1.10",
"@testing-library/user-event": "^14.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"express": "^4.21.2",
"isbot": "^4.4.0",
"prism-react-renderer": "^2.3.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router": "^7.6.3"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.8.1",
"@eslint/js": "^9.29.0",
"@nx/devkit": "21.2.1",
"@nx/eslint": "21.2.1",
"@nx/eslint-plugin": "21.2.1",
"@nx/express": "^21.2.1",
"@nx/js": "^21.2.1",
"@nx/playwright": "21.2.1",
"@nx/plugin": "^21.2.1",
"@nx/react": "^21.2.1",
"@nx/vite": "21.2.1",
"@nx/web": "21.2.1",
"@playwright/test": "^1.53.1",
"@react-router/dev": "^7.6.3",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.3.0",
"@types/node": "^22",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@vitest/coverage-v8": "^3.2.4",
"@vitest/ui": "^3.2.4",
"ajv": "^8.17.1",
"autoprefixer": "10.4.21",
"commitizen": "^4.3.1",
"commitlint": "^19.8.1",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-playwright": "^1.6.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"husky": "^9.1.7",
"jiti": "2.4.2",
"jsdom": "~22.1.0",
"jsonc-eslint-parser": "^2.1.0",
"nx": "21.2.1",
"nx-github-pages": "^1.0.0",
"postcss": "8.5.6",
"prettier": "^2.6.2",
"tailwindcss": "^4.1.10",
"tslib": "^2.8.1",
"typescript": "~5.8.2",
"typescript-eslint": "^8.35.0",
"verdaccio": "^6.0.5",
"vite": "^6.0.0",
"vite-plugin-dts": "~4.5.0",
"vitest": "^3.0.0"
},
"workspaces": [
"benchmarks/*",
"examples/*",
"libs/*",
"packages/*",
"tools/*",
"libs"
],
"nx": {
"includedScripts": [],
"targets": {}
}
}