-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.08 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
{
"name": "razzle-plugin-scss-extended",
"version": "1.1.1",
"description": "Razzle plugin to load Scss files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nimacsoft/razzle-plugin-scss-extended.git"
},
"dependencies": {
"autoprefixer": "^9.6.1",
"mini-css-extract-plugin": "^0.8.0",
"node-sass-chokidar": "^1.3.5",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-scss": "^2.0.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^8.0.0",
"cssnano": "^4.1.10",
"postcss-pxtorem": "^4.0.1",
"sass-resources-loader": "^2.0.1",
"purgecss-webpack-plugin": "^1.6.0"
},
"keywords": [
"razzle",
"plugin",
"post-css",
"cssnano",
"scss"
],
"author": "Nima Arefi <[email protected]> (https://twitter.com/nima_arf)",
"license": "MIT",
"bugs": {
"url": "https://github.com/nimacsoft/razzle-plugin-scss-extended/issues"
},
"homepage": "https://github.com/nimacsoft/razzle-plugin-scss-extended#readme"
}