-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (46 loc) · 1.4 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
{
"name": "@nulllogic/scssleon",
"description": "Most advanced, simple and clean SCSS framework",
"version": "1.0.36",
"version_short": "1.0",
"keywords": [
"css",
"sass",
"mobile-first",
"responsive",
"front-end",
"css-framework",
"framework",
"web",
"scssleon"
],
"scripts": {
"css": "npm run css-compile",
"css-compile": "sass --style expanded --source-map --embed-sources scss/:dist/css/",
"dist": "npm run css && npm run minify",
"watch": "sass --watch ./scss:./dist/css",
"minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\" \"!dist/css/*.min.css\" \"!dist/css/*rtl*.css\"",
"docs-build": "docker run --rm -it -v $(pwd):/src klakegg/hugo:alpine",
"docs-serve": "docker run --rm -it -v $(pwd):/src -p 1313:1313 klakegg/hugo:alpine server"
},
"dependencies": {
"sass": "^1.83.4"
},
"devDependencies": {
},
"homepage": "https://nulllogic.github.io/scssleon-docs",
"style": "dist/scssleon.css",
"sass": "scss/scssleon.scss",
"repository": {
"type": "git",
"url": "git+https://github.com/nulllogic/scssleon.git"
},
"author": "NullLogic",
"license": "MIT",
"bugs": {
"url": "https://github.com/nulllogic/scssleon/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}