-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·75 lines (75 loc) · 2.2 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
{
"name": "mai-engine",
"description": "Node dependencies for the Mai Engine plugin build process.",
"version": "1.0.0",
"author": "Mai Theme WP",
"repository": {
"type": "git",
"url": "https://github.com/maithemewp/mai-engine"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.4.20",
"babel-core": "^6.26.3",
"babel-eslint": "^10.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"bourbon": "^7.3.0",
"colorguard": "^1.2.1",
"css-dedoupe": "^0.1.1",
"css-mqpacker": "^7",
"cssnano": "^7.0.6",
"del": "^8",
"eslint": "^9.13.0",
"eslint-config-wordpress": "^2.0.0",
"eslint-plugin-jest": "^28.8.3",
"eslint-plugin-jsx-a11y": "^6.10.1",
"eslint-plugin-react": "^7.37.2",
"gulp": "^5.0.0",
"gulp-changed": "^5",
"gulp-eslint": "^6",
"gulp-filter": "^9",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^9.1.0",
"gulp-jsonlint": "^1.3.2",
"gulp-jsvalidate": "^6.1.0",
"gulp-notify": "^5.0.0",
"gulp-phpcs": "^3",
"gulp-phpmd-plugin": "^1.1.4",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^10",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-rtlcss": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^3.0.0",
"gulp-stylelint": "^13.0.0",
"gulp-uglify-es": "^3.0.0",
"lodash.assign": "^4.2.0",
"lodash.map": "^4.6.0",
"lodash.merge": "^4.6.2",
"parcel-bundler": "^1.12.5",
"postcss-combine-duplicated-selectors": "^10.0.3",
"postcss-discard-duplicates": "^7.0.1",
"postcss-pxtorem": "^6.1.0",
"postcss-rem-to-pixel": "^4.1.2",
"stylelint": "^13.13.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-wordpress": "^17.0.0",
"yargs": "^17.7.2"
},
"scripts": {
"start": "gulp",
"styles": "gulp styles",
"stylesRTL": "gulp stylesRTL",
"vendorsJS": "gulp vendorsJS",
"customJS": "gulp customJS",
"images": "gulp images",
"clearCache": "gulp clearCache",
"translate": "gulp translate",
"blocks": "parcel build assets/js/blocks/blocks.js -d assets/js/min --no-cache"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.6.0"
}
}