-
Notifications
You must be signed in to change notification settings - Fork 94
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 773 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 773 Bytes
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
{
"name": "@webpack-blocks/sass",
"version": "2.1.0",
"description": "Webpack block for SASS.",
"main": "lib/index",
"license": "MIT",
"author": "Andy Wermke <[email protected]>",
"engines": {
"node": ">= 8.9.0"
},
"keywords": [
"webpack",
"webpack-blocks"
],
"repository": "andywer/webpack-blocks",
"bugs": "https://github.com/andywer/webpack-blocks/issues",
"dependencies": {
"css-loader": "^3.5.2",
"lodash": "^4.17.15",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.4"
},
"devDependencies": {
"@webpack-blocks/assets": "^2.1.0",
"@webpack-blocks/core": "^2.1.0",
"webpack": "^4.20.2"
},
"peerDependencies": {
"@webpack-blocks/core": "^2.0.0"
}
}