forked from shaoyudong/postcss-sass-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 981 Bytes
/
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
{
"name": "postcss-sass-loader",
"version": "1.1.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "jest --config jest.config.js"
},
"keywords": [
"css",
"sass",
"postcss",
"webpack",
"webpack-loader"
],
"author": "shaoyudong",
"license": "ISC",
"repository": "shaoyudong/postcss-sass-loader",
"bugs": {
"url": "https://github.com/shaoyudong/postcss-sass-loader/issues"
},
"homepage": "https://github.com/shaoyudong/postcss-sass-loader",
"dependencies": {
"@csstools/postcss-sass": "^4.0.0",
"loader-utils": "^1.2.3",
"postcss": "^7.0.11",
"postcss-import": "^12.0.1",
"postcss-load-config": "^2.0.0",
"postcss-scss": "^2.0.0",
"schema-utils": "^1.0.0"
},
"devDependencies": {
"autoprefixer": "^9.4.5",
"css-loader": "^2.1.0",
"jest": "^23.6.0",
"memory-fs": "^0.4.1",
"request": "^2.88.0",
"style-loader": "^0.23.1",
"webpack": "^4.28.4"
}
}