-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.52 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
{
"name": "@henris/default",
"version": "0.0.1",
"description": "default module for Henri's",
"main": "index.scss",
"scripts": {
"test": "npm run test:sass && npm run test:node-sass",
"test:sass": "sass test/index.scss dist/test/sass/index.css",
"test:node-sass": "node-sass test/index.scss dist/test/node-sass/index.css",
"build": "npm run build:sass && npm run build:node-sass",
"build:sass": "sass index.local.scss dist/sass/index.css",
"build:node-sass": "node-sass index.local.scss dist/node-sass/index.css",
"build:dist": "npm run stylelint:fix && npm run build",
"build:settings": "node node_modules/@henris/build/scripts/json-to-css.js",
"stylelint": "stylelint 'src/scss/**/*.scss'",
"stylelint:fix": "stylelint 'src/scss/**/*.scss' --fix",
"prepublishOnly": "npm run build:settings && npm run build:dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henris-style/default.git"
},
"keywords": [
"Sass",
"Toolbelt",
"Color",
"Henri's"
],
"author": "Sil van Diepen",
"license": "MIT",
"bugs": {
"url": "https://github.com/henris-style/default/issues"
},
"homepage": "https://github.com/henris-style/default#readme",
"devDependencies": {
"@henris/build": "0.0.3",
"node-sass": "^4.11.0",
"sass": "^1.17.1",
"ssst": "0.0.4",
"stylelint": "^9.10.1",
"stylelint-logical-order": "0.0.4",
"stylelint-order": "^2.0.0"
},
"dependencies": {
"@henris/output": "0.0.4",
"@henris/utils": "0.0.5"
}
}