-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.45 KB
/
package.json
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
{
"name": "@mach/root",
"version": "0.0.0",
"license": "MIT",
"private": true,
"type": "module",
"packageManager": "[email protected]",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@libsql/client": "^0.14.0",
"@mach/shared-eslint-config": "workspace:*",
"@nx-aws-plugin/nx-aws-cache": "^3.2.3",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/js": "20.3.0",
"@nx/playwright": "20.3.0",
"@nx/react": "20.3.0",
"@nx/vite": "20.3.0",
"@playwright/test": "^1.49.1",
"@react-router/cloudflare": "^7.1.1",
"@react-router/dev": "^7.1.1",
"@react-router/fs-routes": "^7.1.1",
"@semantic-release/exec": "^6.0.0",
"@semantic-release/git": "^10.0.1",
"@sentry/node": "^8.47.0",
"@sentry/remix": "^8.47.0",
"@sentry/vite-plugin": "^2.22.7",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/compression": "^1.7.5",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"dotenv": "^16.4.7",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.3",
"fast-xml-parser": "^4.5.1",
"husky": "^9.1.7",
"isbot": "5",
"jsdom": "^25.0.1",
"lint-staged": "^15.3.0",
"msw": "^2.6.9",
"nx": "20.3.0",
"postcss": "^8.4.49",
"react": "^18.3.1",
"react-aria-components": "^1.5.0",
"react-dom": "^18.3.1",
"react-router": "^7.1.1",
"react-twc": "^1.4.2",
"semantic-release": "^24.2.0",
"sherif": "^1.1.1",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.2.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-env-only": "^3.0.3",
"vitest": "^2.1.8",
"wrangler": "^3.99.0",
"zod": "^3.24.1"
},
"scripts": {
"serve": "nx run @mach/web:serve",
"pack": "nx affected --target=pack",
"pack:web": "nx pack @mach/web",
"lint": "nx affected --target=lint",
"test": "nx affected --target=test",
"e2e": "nx e2e @mach/web-e2e",
"prepare": "husky"
}
}