-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.93 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
{
"name": "@the-events-calendar/product-taskmaster",
"description": "This is a collection of The Events Calendar product Gulp tasks",
"version": "3.0.2",
"repository": "git@github.com:the-events-calendar/product-taskmaster.git",
"main": "index.js",
"engines": {
"node": "18.13.0",
"npm": "8.19.3"
},
"dependencies": {
"@babel/eslint-parser": "^7.14.5",
"ansi-colors": "^3.2.1",
"archiver": "^5.3.0",
"browserslist": "^4.6.3",
"css-mqpacker": "^7.0.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-inclusive-language": "^2.2.0",
"eslint-plugin-jsdoc": "^39.6.9",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-wpcalypso": "^7.0.0",
"fancy-log": "^1.3.2",
"fs-sync": "^1.0.6",
"gulp-cssnano": "^2.1.3",
"gulp-download-stream": "0.0.19",
"gulp-error-notifier": "^1.1.0",
"gulp-eslint": "^6.0.0",
"gulp-git": "^2.8.0",
"gulp-header": "^2.0.5",
"gulp-jest": "^4.0.4",
"gulp-livereload": "^4.0.0",
"gulp-param": "^1.0.3",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-run-command": "0.0.9",
"gulp-sort": "^2.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-terser": "^2.1.0",
"gulp-vinyl-zip": "^2.1.0",
"gulp-wp-pot": "^2.3.2",
"json-parse-better-errors": "^1.0.2",
"postcss-calc": "^7.0.1",
"postcss-hexrgba": "^1.0.1",
"postcss-import": "^12.0.1",
"postcss-inline-svg": "^3.1.1",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^4.1.0",
"postcss-preset-env": "^6.2.0",
"postcss-selector-parser": "^6.0.2",
"prettier": "^1.15.1",
"request": "^2.88.0",
"stylelint": "^13.13.1",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"webpack-stream": "^5.1.1",
"yargs": "^12.0.2"
},
"peerDependencies": {
"@babel/core": "^7.15.0",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-syntax-class-properties": "^7.12.13",
"@babel/plugin-transform-async-to-generator": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"babel-jest": "^27.0.6",
"babel-loader": "^8.2.2",
"babel-plugin-lodash": "^3.3.4",
"css-loader": "^0.28.10",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^8.32.0",
"gulp": "^4.0.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.3.1",
"jest-environment-jsdom": "^27.3.1",
"jest-environment-jsdom-global": "^3.0.0",
"mini-css-extract-plugin": "^0.4.5",
"postcss-loader": "^2.0.6",
"react-svg-loader": "^2.1.0",
"react-test-renderer": "16.3.0",
"style-loader": "^2.0.0",
"unminified-webpack-plugin": "^2.0.0"
}
}