-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.76 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.76 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"name": "@salesforce/chakra-storefront",
"version": "0.1.0-extensibility-preview.5",
"private": true,
"bugs": {
"url": "https://github.com/SalesforceCommerceCloud/pwa-kit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalesforceCommerceCloud/pwa-kit.git"
},
"license": "SEE LICENSE IN LICENSE",
"author": "cc-pwa-kit@salesforce.com",
"scripts": {
"analyze-build": "cross-env MOBIFY_ANALYZE=true npm run build",
"build": "pwa-kit-dev build",
"format": "pwa-kit-dev format \"**/*.{js,jsx,ts,tsx}\"",
"lint": "npm run lint:js && npm run typecheck",
"lint:fix": "npm run lint:js -- --fix",
"lint:js": "pwa-kit-dev lint \"**/*.{js,jsx,ts,tsx}\"",
"push": "npm run build && pwa-kit-dev push",
"save-credentials": "pwa-kit-dev save-credentials",
"start": "cross-env NODE_ICU_DATA=node_modules/full-icu pwa-kit-dev start",
"start:inspect": "npm run start -- --inspect",
"tail-logs": "pwa-kit-dev tail-logs",
"test": "pwa-kit-dev test",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@chakra-ui/react": "2.8.2",
"@chakra-ui/skip-nav": "^2.0.15",
"@loadable/component": "^5.15.3",
"@peculiar/webcrypto": "^1.4.2",
"@salesforce/cc-datacloud-typescript": "^1.0.10",
"@salesforce/commerce-sdk-react": "^3.3.0-extensibility-preview.5",
"@salesforce/pwa-kit-dev": "^4.0.0-extensibility-preview.5",
"@salesforce/pwa-kit-react-sdk": "^4.0.0-extensibility-preview.5",
"@salesforce/pwa-kit-runtime": "^4.0.0-extensibility-preview.5",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.29.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "14.5.2",
"@types/express": "^5.0.0",
"@types/jest": "29.5.14",
"@types/loadable__component": "^5.13.9",
"@types/mocha": "^10.0.9",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.1",
"@types/react-helmet": "^6.1.11",
"@types/react-router-dom": "^5.3.3",
"card-validator": "^8.1.1",
"cross-fetch": "^3.1.4",
"express": "^4.19.2",
"focus-visible": "^5.2.0",
"helmet": "^4.6.0",
"jest-fetch-mock": "^2.1.2",
"jose": "^4.14.4",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"msw": "^1.2.1",
"nanoid": "^3.3.8",
"prop-types": "^15.8.1",
"query-string": "^7.1.3",
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-intl": "^5.25.1",
"react-router-dom": "^5.3.4"
},
"peerDependencies": {
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/skip-nav": "^2.0.15",
"@loadable/component": "^5.15.3",
"@peculiar/webcrypto": "^1.4.2",
"@salesforce/cc-datacloud-typescript": "^1.0.10",
"@salesforce/commerce-sdk-react": "^3.3.0-extensibility-preview.0",
"@salesforce/pwa-kit-react-sdk": "^4.0.0-extensibility-preview.0",
"@salesforce/pwa-kit-runtime": "^4.0.0-extensibility-preview.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.29.1",
"card-validator": "^8.1.1",
"cross-fetch": "^3.1.4",
"express": "^4.19.2",
"focus-visible": "^5.2.0",
"helmet": "^4.6.0",
"jose": "^4.14.4",
"lodash": "^4.17.21",
"nanoid": "^3.3.8",
"prop-types": "^15.8.1",
"query-string": "^7.1.3",
"raf": "^3.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-intl": "^5.25.1",
"react-router-dom": "^5.3.4"
},
"overrides": {
"react-router": {
"path-to-regexp": "^1.9.0"
}
},
"engines": {
"node": "^16.11.0 || ^18.0.0 || ^20.0.0 || ^22.0.0",
"npm": "^8.0.0 || ^9.0.0 || ^10.0.0 || ^11.0.0"
}
}