-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
37 lines (37 loc) · 927 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
{
"name": "@webdeb/next-styles",
"version": "1.1.1",
"description": "CSS / LESS / SASS / CssModules in Next.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Next.js",
"CSS",
"LESS",
"SASS",
"SCSS",
"Styles"
],
"repository": "webdeb/next-styles",
"bugs": "https://github.com/webdeb/next-styles/issues",
"author": "Boris Kotov <[email protected]> (http://www.webdeb.de/)",
"license": "MIT",
"dependencies": {
"css-loader": "^3.5.2",
"extracted-loader": "^1.0.7",
"find-up": "^4.1.0",
"ignore-loader": "~0.1.2",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^3.0.0",
"sass-loader": "^8.0.2"
},
"devDependencies": {
"webpack": "^4.42.1"
}
}