-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.72 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
{
"name": "@micropackage/scripts",
"description": "Reusable scripts for (not only) WordPress development.",
"version": "1.2.5",
"author": "Wojtek Szałkiewicz <wojtek@szalkiewicz.pl>",
"license": "GPL-3.0-or-later",
"homepage": "https://github.com/micropackage/scripts",
"keywords": [
"wordpress",
"scripts",
"reusable-scripts",
"config",
"webpack",
"eslint",
"stylelint"
],
"repository": {
"type": "git",
"url": "https://github.com/micropackage/scripts.git"
},
"bugs": {
"url": "https://github.com/micropackage/scripts/issues"
},
"publishConfig": {
"access": "public"
},
"bin": {
"mp-scripts": "./bin/mp-scripts.js"
},
"scripts": {
"lint": "eslint --config ./config/.eslintrc.json ."
},
"dependencies": {
"@svgr/webpack": "^6.2.1",
"@wordpress/babel-preset-default": "^6.6.1",
"@wordpress/dependency-extraction-webpack-plugin": "^3.4.1",
"@wordpress/eslint-plugin": "^11.0.1",
"autoprefixer": "^10.4.2",
"babel-loader": "^8.2.3",
"cross-spawn": "^7.0.3",
"css-loader": "^6.7.1",
"eslint": "^8.11.0",
"eslint-import-resolver-webpack": "^0.13.2",
"file-loader": "^6.2.0",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "1.6.2",
"minimist": "^1.2.5",
"node-sass-glob-importer": "^5.3.2",
"postcss-loader": "^6.2.1",
"prettier": "^2.5.1",
"read-pkg-up": "^7.0.1",
"resolve-bin": "^1.0.0",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"stylelint": "^14.5.3",
"stylelint-config-recommended": "^7.0.0",
"stylelint-config-recommended-scss": "^5.0.2",
"stylelint-order": "^5.0.0",
"terser-webpack-plugin": "^5.3.1",
"thread-loader": "^3.0.4",
"url-loader": "^4.1.1",
"webpack": "5",
"webpack-cli": "^4.9.2",
"webpack-livereload-plugin": "^3.0.2"
}
}