forked from adobecom/caas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
169 lines (169 loc) · 5.02 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
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "CaaS",
"version": "0.7.0",
"private": false,
"description": "",
"scripts": {
"prebuild": "webpack --config sourcemaps.config.js",
"build": "webpack",
"postbuild": "minify dist/main.js > dist/main.min.js",
"lint": "eslint react/src/js/components/Consonant --fix",
"release": "release-it --ci",
"test:coverage": "jest --coverage",
"test:unit": "jest",
"test:e2e-local": "wdio run wdio.conf.js env=LOCAL",
"test:e2e-prod": "wdio run wdio.conf.js env=PROD",
"serve": "serve",
"watch": "npm run serve & webpack -w",
"start": "npm run serve"
},
"author": "",
"license": "ISC",
"dependencies": {
"@datastructures-js/priority-queue": "^5.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-es2015-spread": "^6.22.0",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"babel-register": "^6.26.0",
"classnames": "^2.2.6",
"core-js": "^2.6.11",
"cors": "^2.8.5",
"cuid": "^2.1.8",
"elasticsearch": "^16.7.1",
"element-closest": "2.0.2",
"enzyme": "^3.11.0",
"enzyme-to-json": "^3.4.4",
"express": "^4.17.1",
"focus-trap": "^7.2.0",
"html-react-parser": "^1.2.7",
"immer": "^7.0.9",
"intersection-observer": "^0.11.0",
"isomorphic-fetch": "^2.2.1",
"jest-cli": "^22.4.4",
"prop-types": "^15.6.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-dom-components": "^3.0.0",
"react-if": "2.2.2",
"react-redux": "^5.1.2",
"react-test-renderer": "^16.12.0",
"react-uuid": "^1.0.2",
"redux": "^4.0.5",
"shortid": "^2.2.15",
"url-polyfill": "^1.1.11",
"url-search-params-polyfill": "^4.0.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@commitlint/cli": "^17.4.0",
"@commitlint/config-conventional": "^17.4.0",
"@release-it/conventional-changelog": "^5.1.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@testing-library/react-hooks": "^3.4.2",
"@ungap/structured-clone": "^1.2.0",
"@wdio/cli": "^8.1.2",
"@wdio/local-runner": "^8.1.2",
"@wdio/mocha-framework": "^8.1.2",
"@wdio/spec-reporter": "^8.1.2",
"aemsync": "^3.0.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-jest": "^22.4.4",
"babel-preset-react": "^6.24.1",
"chromedriver": "114.0.0",
"commitizen": "^4.2.6",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^5.2.1",
"css-loader": "^0.28.7",
"cz-conventional-changelog": "^3.3.0",
"duplicate-package-checker-webpack-plugin": "^2.0.1",
"enforce-branch-name": "^1.1.2",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-loader": "^2.2.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-jest": "^21.27.2",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^4.1.2",
"extract-text-webpack-plugin": "^3.0.1",
"ignore-loader": "^0.1.2",
"inject-loader": "^3.0.1",
"jest": "^24.0.0",
"jest-environment-jsdom": "^23.4.0",
"jest-environment-jsdom-fifteen": "^1.0.2",
"jest-environment-jsdom-global": "^2.0.4",
"jest-fetch-mock": "^3.0.2",
"jest-raw-loader": "^1.0.1",
"less": "^3.11.1",
"less-loader": "^4.0.5",
"minify": "^9.1.0",
"msw": "^0.21.2",
"postcss": "^6.0.14",
"postcss-sass": "^0.2.0",
"regenerator-runtime": "^0.11.1",
"reset-css": "^2.2.1",
"s3-deploy": "^1.4.0",
"serve": "^11.3.0",
"sinon": "^7.5.0",
"style-loader": "^0.14.1",
"stylelint": "^8.4.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-webpack-plugin": "^0.9.0",
"uglifyjs-webpack-plugin": "^1.2.4",
"wdio-chromedriver-service": "^8.0.1",
"webpack": "^3.9.1"
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true",
"pre-commit": "npm run build && git add . && enforce-branch-name '.*'",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/adobecom/caas.git"
},
"publishConfig": {
"access": "public"
},
"release-it": {
"git": {
"commitMessage": "chore: release v${version}",
"requireCleanWorkingDir": false
},
"github": {
"release": true
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/conventional-changelog": {
"preset": "angular",
"infile": "CHANGELOG.md"
}
}
},
"engines": {
"node": ">=16.0.0 <19.0.0"
}
}