-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.36 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.36 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
{
"private": true,
"name": "connordavis",
"version": "0.1.0",
"license": "MIT",
"author": "Connor Davis",
"scripts": {
"dev": "next dev --turbopack",
"devT": "start-server-and-test dev http://localhost:3000 cy:open",
"serve": "pnpm run build && pnpm run start",
"start": "next start",
"build": "next build",
"test": "pnpm run lint && pnpm run cy:headless",
"lint": "next lint",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run-record": "cypress run --record",
"cy:headless": "start-server-and-test serve http://localhost:3000 cy:run"
},
"dependencies": {
"@vercel/speed-insights": "^1.2.0",
"next": "16.0.1",
"react": "^19.2.1",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
"@types/react": "^19.2.7",
"@vercel/analytics": "^1.5.0",
"cypress": "^14.5.2",
"eslint": "^9.31.0",
"eslint-config-next": "15.4.3",
"eslint-plugin-jsx-a11y": "^6.10.2",
"serve": "^14.2.4",
"start-server-and-test": "^2.0.12",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.8.1+sha512.c50088ba998c67b8ca8c99df8a5e02fd2ae2e2b29aaf238feaa9e124248d3f48f9fb6db2424949ff901cffbb5e0f0cc1ad6aedb602cd29450751d11c35023677",
"pnpm": {
"onlyBuiltDependencies": [
"@vercel/speed-insights",
"cypress",
"sharp"
]
}
}