-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.97 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.97 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
{
"name": "moda",
"version": "1.0.0",
"private": true,
"license": "ISC",
"workspaces": [
"packages/*",
"apps/*"
],
"devDependencies": {
"@eslint/compat": "^1.1.1",
"@eslint/eslintrc": "^2.1.1",
"@eslint/js": "^9.8.0",
"@jest/globals": "^30.2.0",
"@kubb/cli": "^4.32.4",
"@kubb/core": "^4.32.4",
"@kubb/plugin-client": "^4.32.4",
"@kubb/plugin-oas": "^4.32.4",
"@kubb/plugin-swr": "^4.32.4",
"@kubb/plugin-ts": "^4.32.4",
"@kubb/plugin-zod": "^4.32.4",
"@next/eslint-plugin-next": "^16.1.6",
"@nx/docker": "22.5.4",
"@nx/eslint": "22.5.4",
"@nx/eslint-plugin": "22.5.4",
"@nx/jest": "22.5.4",
"@nx/js": "22.5.4",
"@nx/next": "22.5.4",
"@nx/react": "22.5.4",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.7.10",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.19",
"@swc/jest": "~0.2.38",
"@tailwindcss/postcss": "^4.1.16",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "16.1.0",
"@types/jest": "^30.0.0",
"@types/node": "20.19.9",
"@types/phoenix": "^1.6.6",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"autoprefixer": "^10.4.21",
"babel-jest": "^30.0.2",
"baseline-browser-mapping": "^2.9.19",
"eslint": "^9.8.0",
"eslint-config-next": "^16.1.6",
"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",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-environment-node": "^30.0.2",
"jest-util": "^30.0.2",
"jsonc-eslint-parser": "^2.1.0",
"nx": "22.5.4",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.16",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0",
"yaml": "^2.8.2"
}
}