-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.48 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.48 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
{
"name": "nextjs-app-v14",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"preview": "npx serve@latest out",
"lint": "next lint",
"playwright:show-report": "npx playwright show-report ../playwright-reports/nextjs-app-v14-playwright-report",
"test:ssr": "APP_NAME=nextjs-app-v14 playwright test -c ../playwright.config.ts --project=ssr",
"test:system": "APP_NAME=nextjs-app-v14 playwright test -c ../playwright.config.ts --project=system",
"test:visual": "PERCY_TOKEN=${PERCY_TOKEN_PIE_APERTURE_NEXT_14} npx percy exec -- wdio run ./wdio.conf.js",
"upgrade-pie-packages": "yarn npm-check-updates \"@justeattakeaway/pie-*\" -u"
},
"dependencies": {
"@justeattakeaway/pie-css": "0.18.0",
"@justeattakeaway/pie-headless-radio-group": "0.0.0-snapshot-release-20250914164344",
"@justeattakeaway/pie-icons-webc": "1.14.2",
"@justeattakeaway/pie-webc": "0.7.20",
"@lit-labs/nextjs": "0.2.3",
"@lit/react": "1.0.7",
"next": "14.2.18",
"react": "18.3.1",
"react-dom": "18.3.1",
"sass": "1.81.0"
},
"devDependencies": {
"@types/node": "20.17.9",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"deepmerge": "4.3.1",
"eslint": "8.57.1",
"eslint-config-next": "13.5.7",
"npm-check-updates": "18.0.2",
"typescript": "5.7.2"
},
"installConfig": {
"hoistingLimits": "workspaces"
},
"volta": {
"extends": "../package.json"
}
}