-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 3.45 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 3.45 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
{
"name": "@adobe/reactor-extension-core",
"version": "3.4.4",
"description": "This is the Core extension for Adobe Experience Platform Launch. It provides default event, condition, and data element types available to all Launch properties.",
"author": {
"name": "Adobe",
"url": "http://adobe.com",
"email": "reactor@adobe.com"
},
"repository": {
"type": "git",
"url": "git@github.com:adobe/reactor-extension-core.git"
},
"scripts": {
"build": "rm -rf dist && webpack --mode production",
"build:watch": "webpack --mode development --watch",
"sandbox": "concurrently -k -n webpack,sandbox -c \"bgBlue,bgMagenta\" \"npm run build:watch\" \"reactor-sandbox\"",
"package": "npm run build && npx @adobe/reactor-packager",
"lint": "eslint 'src/**'",
"test": "karma start",
"test:watch": "npm test -- --no-single-run --no-coverage",
"bootstrap": "reactor-sandbox init",
"ci-job": "npm test -- --ci && npm run lint && npm run package && ./node_modules/.bin/reactor-sandbox build"
},
"dependencies": {
"@adobe/react-spectrum": "^3.41.0",
"@react/collection-view": "file:./react-collection-view-4.1.5.tgz",
"@react/react-spectrum": "file:./react-react-spectrum-2.25.0.tgz",
"@spectrum-icons/workflow": "^4.2.20",
"babel-plugin-istanbul": "^7.0.0",
"classnames": "^2.3.1",
"is-plain-object": "^5.0.0",
"mitt": "^3.0.0",
"moment-timezone": "^0.5.33",
"postscribe": "^2.0.8",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-redux": "7.2.5",
"reduce-reducers": "^1.0.4",
"redux": "^4.1.1",
"redux-actions": "^2.6.5",
"redux-form": "^8.3.7"
},
"devDependencies": {
"@adobe/reactor-sandbox": "^13.2.1",
"@babel/core": "^7.15.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.6",
"@babel/preset-react": "^7.14.5",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.2.1",
"acorn": "^8.5.0",
"babel-loader": "^8.2.2",
"camelcase": "^6.2.0",
"capitalize": "^2.0.3",
"concurrently": "^6.2.1",
"css-loader": "^6.3.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-webpack": "^0.13.1",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.3",
"file-loader": "^6.2.0",
"fs-extra": "^10.0.0",
"html-webpack-plugin": "^5.3.2",
"inject-loader": "^4.0.1",
"jasmine-core": "^3.9.0",
"js-cookie": "^3.0.1",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"karma-jasmine-matchers": "^4.0.2",
"karma-jasmine-order-reporter": "^1.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^4.3.6",
"karma-webpack": "^5.0.0",
"nib": "^1.1.2",
"prettier": "^2.4.1",
"simulate": "0.0.6",
"style-loader": "^3.2.1",
"stylus": "^0.55.0",
"stylus-loader": "^6.1.0",
"url-loader": "^4.1.1",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"yargs": "^17.1.1"
},
"resolutions": {
"@react/collection-view": "file:./react-collection-view-4.1.5.tgz"
},
"engines": {
"node": ">=20.17.0"
},
"packageManager": "yarn@4.9.1"
}