forked from remix-run/react-router
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.39 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.39 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
{
"name": "integration",
"version": "0.0.0",
"private": true,
"description": "deps needed for integration tests",
"type": "module",
"scripts": {
"typecheck": "tsc"
},
"dependencies": {
"@mdx-js/rollup": "^3.1.0",
"@playwright/test": "^1.49.1",
"@react-router/dev": "workspace:*",
"@react-router/express": "workspace:*",
"@react-router/node": "workspace:*",
"@types/cross-spawn": "^6.0.6",
"@types/dedent": "^0.7.0",
"@types/express": "^4.17.9",
"@types/glob": "^8.1.0",
"@types/semver": "^7.7.0",
"@types/shelljs": "^0.8.16",
"@types/wait-on": "^5.3.4",
"@vanilla-extract/css": "^1.17.4",
"@vanilla-extract/vite-plugin": "^5.1.1",
"cheerio": "^1.0.0-rc.12",
"cross-spawn": "^7.0.3",
"dedent": "^0.7.0",
"execa": "^9.6.0",
"express": "^4.19.2",
"get-port": "^5.1.1",
"glob": "8.0.3",
"isbot": "^5.1.11",
"pathe": "^1.1.2",
"postcss": "^8.4.19",
"postcss-import": "^15.1.0",
"prettier": "^3.6.2",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-router": "workspace:*",
"semver": "^7.7.2",
"serialize-javascript": "^6.0.1",
"shelljs": "^0.8.5",
"strip-ansi": "^6.0.1",
"strip-indent": "^3.0.0",
"type-fest": "^4.0.0",
"typescript": "^5.1.0",
"vite": "^6.1.0",
"vite-env-only": "^3.0.1",
"vite-tsconfig-paths": "^4.2.2",
"wait-on": "^7.0.1"
}
}