-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.04 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 2.04 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
{
"name": "comwrap-feed-generator",
"version": "2.0.0",
"private": true,
"license": "Apache-2.0",
"author": "Comwrap Reply GmbH",
"dependencies": {
"@adobe/aio-lib-files": "^4.1.2",
"@adobe/aio-lib-state": "^5.3.1",
"@adobe/aio-sdk": "^6.0.0",
"@adobe/commerce-sdk-auth": "^0.1.0",
"@adobe/exc-app": "^1.5.3",
"@adobe/react-spectrum": "^3.46.1",
"@adobe/uix-guest": "^1.1.6",
"@codemirror/autocomplete": "^6.20.0",
"@codemirror/lang-javascript": "^6.2.4",
"@codemirror/lang-xml": "^6.1.0",
"@codemirror/state": "^6.5.4",
"@codemirror/view": "^6.39.13",
"@react-spectrum/toast": "^3.1.6",
"@spectrum-icons/workflow": "^4.2.27",
"cloudevents": "^10.0.0",
"codemirror": "^6.0.2",
"date-fns": "^4.1.0",
"fast-xml-parser": "^5.3.5",
"got": "^11.8.6",
"graphql": "^16.12.0",
"json-to-graphql-query": "^2.2.5",
"moment": "^2.29.4",
"node-fetch": "^3.3.2",
"pako": "^2.1.0",
"prop-types": "^15.8.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-router-dom": "^6.28.0",
"uuid": "^13.0.0"
},
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^4.0.0",
"@babel/core": "^7.28.6",
"@babel/plugin-transform-react-jsx": "^7.28.6",
"@babel/polyfill": "^7.8.7",
"@babel/preset-env": "^7.28.6",
"@babel/preset-react": "^7.28.5",
"@babel/preset-typescript": "^7.28.5",
"@tsconfig/node20": "^20.1.9",
"bwip-js": "^4.8.0",
"concurrently": "^9.2.1",
"eslint-plugin-jest": "^27.9.0",
"follow-redirects": "^1.15.11",
"jest": "^30.2.0",
"nock": "^14.0.10",
"stdout-stderr": "^0.1.13",
"typescript": "^5.9.3"
},
"scripts": {
"test": "jest --passWithNoTests ./test",
"prebuild": "npm install --workspace=@adobe/commerce-sdk-auth && npm run build --workspace=@adobe/commerce-sdk-auth",
"e2e": "jest --collectCoverage=false --testRegex ./e2e"
},
"engines": {
"node": ">=18"
},
"description": "Comwrap Feeder",
"workspaces": {
"packages": [
"packages/*"
]
}
}