-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.44 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
53
{
"name": "@unsass/utilities",
"version": "1.3.1",
"description": "Sass mixins and functions utilities for made your development more easier.",
"scripts": {
"lint:css": "stylelint --fix \"**/*.scss\"",
"lint": "npm-run-all --parallel lint:*",
"test": "jest",
"prepare": "husky install",
"release": "semantic-release"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=8.0.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"glob": "^7.2.0",
"husky": "^8.0.1",
"jest": "^28.1.3",
"npm-run-all": "^4.1.5",
"sass-true": "^6.1.0",
"semantic-release": "^19.0.3",
"stylelint": "^14.10.0",
"stylelint-config-unsass": "^1.0.0"
},
"dependencies": {
"sass": "^1.52.3"
},
"keywords": [
"sass",
"utilities",
"ellipsis",
"font-smoothing",
"pointer-events",
"touch-screen",
"replace",
"unsass",
"front-end"
],
"license": "MIT",
"homepage": "https://github.com/unsass/utilities",
"bugs": {
"url": "https://github.com/unsass/utilities/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/unsass/utilities.git"
}
}