-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.96 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
54
55
56
57
58
59
60
61
62
63
{
"name": "@uniformdev/optimize-uniform-sitecore-jss-nextjs-starterkit",
"version": "7.3.241031-1",
"private": true,
"config": {
"appName": "uniform-sitecore-jss-kit",
"rootPlaceholders": [
"uniform-jss-kit-content"
],
"sitecoreConfigPath": "/App_Config/Include/zzz",
"language": "en",
"appLanguages": [
"en"
]
},
"scripts": {
"dev": "cross-env NODE_ENV=development npm run start-server",
"start": "cross-env-shell NODE_ENV=production \"npm run build && npm run start-server\"",
"export": "cross-env-shell NODE_ENV=production UNIFORM_BUILD_MODE=export UNIFORM_OPTIONS_ESI=1 \"npm run build\"",
"build": "next build",
"start-server": "node uniform.server.js"
},
"dependencies": {
"@sitecore-jss/sitecore-jss-react": "^21.0.1",
"@uniformdev/common": "7.3.241031-1",
"@uniformdev/esi-edge-cloudflare": "7.3.241031-1",
"@uniformdev/esi-jss-react": "7.3.241031-1",
"@uniformdev/next": "7.3.241031-1",
"@uniformdev/next-jss": "7.3.241031-1",
"@uniformdev/next-jss-server": "7.3.241031-1",
"@uniformdev/optimize-common-sitecore": "7.3.241031-1",
"@uniformdev/optimize-js": "7.3.241031-1",
"@uniformdev/personalize-react": "7.3.241031-1",
"@uniformdev/publishing-all": "7.3.241031-1",
"@uniformdev/tracking-react": "7.3.241031-1",
"@uniformdev/esi-jss-ssr": "7.3.241031-1",
"dotenv": "^8.2.0",
"i18next": "~19.3.2",
"react-i18next": "~11.3.3",
"axios": "^0.21.1",
"next": "14.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"serialize-javascript": "^3.1.0"
},
"overrides": {
"xml2js": "^0.5.0"
},
"resolutions": {
"xml2js": "^0.5.0"
},
"devDependencies": {
"@babel/register": "^7.5.5",
"@babel/runtime": "^7.13.10",
"@sitecore-jss/sitecore-jss-cli": "^21.0.1",
"@sitecore-jss/sitecore-jss-dev-tools": "^21.0.1",
"cross-env": "^5.2.1"
},
"engines": {
"node": ">=18.17.0",
"npm": ">=v8.11.0"
}
}