This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.97 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
{
"name": "huesos",
"version": "1.3.5",
"description": "Huesos is a front-end starterkit. It provides a basic CSS osamenta by combining some preferred and battle-tested tools.",
"scripts": {
"css": "yarn css:sass && yarn css:post",
"css:watch": "yarn node-sass src/scss/style.scss dist/style.css -w",
"css:sass": "yarn node-sass src/scss/style.scss dist/style.css --source-map=0",
"css:post": "yarn postcss dist/style.css -o dist/style.css --no-map",
"css:mandlebrot": "yarn node-sass theme/huesos-mandlebrot.scss dist/styleguide/huesos-mandlebrot.css",
"css:mandlebrot:watch": "yarn node-sass theme/huesos-mandlebrot.scss dist/styleguide/huesos-mandlebrot.css -w",
"styleguide:build": "yarn fractal build",
"styleguide:serve": "yarn fractal start --sync",
"test": "yarn node-sass src/scss/style.scss test/style.css --source-map=0",
"lint:js": "eslint src/js --cache --debug",
"lint:css": "stylelint dist/**/*.css",
"js:build": "yarn parcel build src/js/script.js -o huesos",
"build": "yarn styleguide:build; yarn css; yarn js:build",
"serve": "yarn styleguide:serve",
"huesos": "yarn build"
},
"author": "Nacho Diaz",
"license": "MIT",
"repository": "[email protected]:idiazroncero/huesos.git",
"dependencies": {
"breakpoint-sass": "^2.7.1",
"family.scss": "^1.0.8",
"ritmo": "^0.5.0"
},
"devDependencies": {
"@frctl/fractal": "^1.1.7",
"@frctl/mandelbrot": "^1.2.0",
"autoprefixer": "^7.1.1",
"browser-sync": "^2.26.0",
"eslint": "^6.1.0",
"fractal-huesos": "https://github.com/idiazroncero/fractal-huesos",
"handlebars": "^4.0.10",
"handlebars-loader": "^1.5.0",
"mobius1-selectr": "^2.4.4",
"node-sass": "4.5.3",
"node-sass-import": "^2.0.1",
"parcel": "^1.12.3",
"postcss": "^7.0.2",
"postcss-cli": "^6.0.0",
"postcss-loader": "^2.0.6",
"postcss-preset-env": "^6.6.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"stylelint": "^7.12.0"
}
}