-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1011 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
{
"name": "@wolox/layout",
"version": "0.0.1",
"description": "Wolox generic layout for frontend projects",
"main": "index.js",
"scripts": {
"style-lint": "find . -name \\**.scss | xargs ./node_modules/.bin/stylelint --config .stylelintrc --syntax scss",
"precommit": "npm run style-lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wolox/layout.git"
},
"keywords": [
"layout",
"wolox",
"scss",
"web",
"frontend",
"landing"
],
"author": "Wolox",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wolox/layout/issues"
},
"homepage": "https://github.com/Wolox/layout#readme",
"devDependencies": {
"sass-lint": "^1.12.1"
},
"dependencies": {
"eslint-config-wolox": "^2.3.0",
"husky": "^1.3.1",
"stylelint": "^9.10.1",
"stylelint-config-wolox": "^1.0.5",
"stylelint-no-indistinguishable-colors": "^1.2.1",
"stylelint-processor-html": "^1.0.0",
"stylelint-scss": "^3.5.4"
}
}