-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.9 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.9 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
{
"name": "@micropackage/scripts",
"description": "Reusable scripts for (not only) WordPress development.",
"version": "1.2.6",
"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": "^8.1.0",
"@wordpress/babel-preset-default": "^8.24.0",
"@wordpress/dependency-extraction-webpack-plugin": "^6.24.0",
"@wordpress/eslint-plugin": "^22.10.0",
"autoprefixer": "^10.4.21",
"babel-loader": "^10.0.0",
"cross-spawn": "^7.0.6",
"css-loader": "^7.1.2",
"eslint": "^8.57.1",
"eslint-import-resolver-webpack": "^0.13.10",
"file-loader": "^6.2.0",
"image-webpack-loader": "^8.1.0",
"mini-css-extract-plugin": "2.9.2",
"minimist": "^1.2.8",
"node-sass-glob-importer": "^5.3.3",
"postcss-loader": "^8.1.1",
"prettier": "^3.5.3",
"read-pkg-up": "^7.0.1",
"resolve-bin": "^1.0.1",
"sass": "^1.89.0",
"sass-loader": "^12.6.0",
"stylelint": "^16.19.1",
"stylelint-config-recommended": "^16.0.0",
"stylelint-config-recommended-scss": "^15.0.1",
"stylelint-order": "^7.0.0",
"terser-webpack-plugin": "^5.3.14",
"thread-loader": "^4.0.4",
"url-loader": "^4.1.1",
"webpack": "5.99.9",
"webpack-cli": "^6.0.1",
"webpack-livereload-plugin": "^3.0.2"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}