-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "stylelint-bare-webpack-plugin",
"version": "2.1.0",
"description": "Webpack plugin wrapper for stylelint allowing you to install any version of stylelint you want",
"main": "lib/index.js",
"homepage": "https://github.com/cascornelissen/stylelint-bare-webpack-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/cascornelissen/stylelint-bare-webpack-plugin.git"
},
"keywords": [
"stylelint",
"webpack",
"plugin"
],
"author": {
"name": "Cas Cornelissen",
"email": "[email protected]",
"url": "https://www.onefinity.io/"
},
"license": "MIT",
"files": [
"lib/"
],
"dependencies": {
"chalk": "^4.1.0",
"get-value": "^3.0.1",
"is-plain-object": "^5.0.0",
"lodash": "^4.17.20",
"module-available": "^1.0.6",
"webpack-merge": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"stylelint-config-recommended": "^3.0.0",
"webpack": "^5.4.0",
"webpack-cli": "^4.1.0"
},
"peerDependencies": {
"stylelint": "*",
"webpack": "^4.0.0 || ^5.0.0"
}
}