-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
53 lines (53 loc) · 1.37 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
{
"name": "@remix-working/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"dependencies": {
"@nx/remix": "20.0.0",
"@remix-run/node": "^2.12.1",
"@remix-run/react": "^2.12.1",
"@remix-run/serve": "^2.12.1",
"isbot": "^5.1.17",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@nx/devkit": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/js": "20.0.0",
"@nx/playwright": "20.0.0",
"@nx/vite": "20.0.0",
"@nx/web": "20.0.0",
"@nx/workspace": "20.0.0",
"@playwright/test": "^1.47.2",
"@remix-run/dev": "^2.12.1",
"@remix-run/testing": "^2.12.1",
"@swc-node/register": "~1.10.9",
"@swc/core": "~1.7.26",
"@swc/helpers": "~0.5.11",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@vitest/coverage-v8": "^2.1.2",
"@vitest/ui": "^2.1.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^1.6.2",
"nx": "20.0.0",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"tslib": "^2.7.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.8",
"vitest": "^2.1.2"
},
"volta": {
"node": "20.18.0"
}
}