generated from chiffre-io/template-library
-
-
Notifications
You must be signed in to change notification settings - Fork 162
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"name": "e2e-next",
"version": "0.0.0-internal",
"description": "End-to-end test bench for nuqs",
"license": "MIT",
"private": true,
"author": {
"name": "François Best",
"email": "contact@francoisbest.com",
"url": "https://francoisbest.com"
},
"type": "module",
"scripts": {
"dev": "next dev --port 3001",
"build": "next build",
"start": "NODE_OPTIONS='--enable-source-maps=true' next start --port 3001",
"pretest": "cypress install",
"test": "start-server-and-test start http://localhost:3001${BASE_PATH} cypress:run",
"cypress:open": "cypress open",
"cypress:run": "cypress run --headless"
},
"dependencies": {
"next": "15.0.3",
"nuqs": "workspace:*",
"react": "catalog:react19",
"react-dom": "catalog:react19"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "catalog:react19",
"@types/react-dom": "catalog:react19",
"@types/semver": "^7.5.8",
"@types/webpack": "^5.28.5",
"babel-plugin-react-compiler": "19.0.0-beta-a7bf2bd-20241110",
"cypress": "^13.15.2",
"cypress-terminal-report": "^7.0.4",
"e2e-shared": "workspace:*",
"start-server-and-test": "^2.0.8",
"semver": "^7.6.3",
"typescript": "^5.6.3"
}
}