-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.12 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
45
46
47
48
49
50
51
52
{
"name": "neutrino-middleware-sass-loader",
"version": "2.2.0",
"description": "Neutrino Sass loader middleware",
"main": "src/index.js",
"author": "Constantine Genchevsky <const.gen@gmail.com>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/constgen/neutrino-middleware-sass-loader.git"
},
"homepage": "https://github.com/constgen/neutrino-middleware-sass-loader",
"keywords": [
"neutrino",
"neutrino-middlware",
"webpack",
"loader",
"sass"
],
"scripts": {
"eslint": "eslint ./",
"pretest": "npm run eslint -- --max-warnings 0",
"lint": "npm run eslint -- --fix",
"postversion": "git push && git push --tags"
},
"dependencies": {
"deepmerge": "4.2.2",
"arrify": "2.0.1",
"sass-loader": "10.1.1",
"sass": "1.32.8",
"resolve-url-loader": "3.1.2",
"js-to-styles-var-loader": "1.3.0"
},
"devDependencies": {
"neutrino": "9.5.0",
"eslint": "7.22.0",
"@constgen/eslint": "3.2.0"
},
"peerDependencies": {
"neutrino": "^9.0.0"
},
"files": [
"/src",
"README.md",
"LICENSE",
"package.json"
],
"engines": {
"node": ">=10.13",
"npm": ">=5.4.0"
}
}