-
Notifications
You must be signed in to change notification settings - Fork 212
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.57 KB
/
package.json
File metadata and controls
88 lines (88 loc) · 2.57 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
{
"name": "@salesforce/extension-chakra-store-locator",
"version": "0.1.0-extensibility-preview.3",
"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": {
"lint": "npm run lint:js",
"lint:fix": "npm run lint:js -- --fix",
"test": "pwa-kit-dev test",
"lint:js": "pwa-kit-dev lint \"**/*.{js,jsx,ts,tsx}\"",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"@chakra-ui/react": "^2",
"@loadable/component": "^5",
"@salesforce/commerce-sdk-react": "4.0.0-extensibility-preview.3",
"@salesforce/pwa-kit-extension-sdk": "4.0.0-extensibility-preview.3",
"@salesforce/pwa-kit-react-sdk": "4.0.0-extensibility-preview.3",
"@salesforce/pwa-kit-runtime": "4.0.0-extensibility-preview.3",
"prop-types": "^15",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^5.3.4",
"react-hook-form": "^7"
},
"peerDependenciesMeta": {
"@chakra-ui/react": {
"optional": true
},
"@salesforce/pwa-kit-extension-sdk": {
"optional": true
},
"@salesforce/commerce-sdk-react": {
"optional": true
},
"@salesforce/pwa-kit-react-sdk": {
"optional": true
},
"@salesforce/pwa-kit-runtime": {
"optional": true
},
"prop-types": {
"optional": true
},
"react": {
"optional": true
},
"react-dom": {
"optional": true
},
"react-hook-form": {
"optional": true
}
},
"devDependencies": {
"@chakra-ui/react": "2.8.2",
"@loadable/component": "^5.15.3",
"@salesforce/commerce-sdk-react": "3.2.0-preview.3",
"@salesforce/pwa-kit-dev": "4.0.0-extensibility-preview.3",
"@salesforce/pwa-kit-extension-sdk": "4.0.0-extensibility-preview.3",
"@salesforce/pwa-kit-react-sdk": "4.0.0-extensibility-preview.3",
"@salesforce/pwa-kit-runtime": "4.0.0-extensibility-preview.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/express": "^5.0.0",
"@types/react": "~18.2.0",
"@types/react-dom": "~18.2.1",
"@types/react-router-dom": "^5.3.3",
"express": "^4.19.2",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-intl": "^5.25.1"
},
"engines": {
"node": "^16.11.0 || ^18.0.0 || ^20.0.0",
"npm": "^8.0.0 || ^9.0.0 || ^10.0.0"
},
"mobify": {}
}