scss-library/package.json

21 lines
626 B
JSON
Raw Permalink Normal View History

2020-08-21 14:05:45 +02:00
{
2020-12-27 15:58:45 +01:00
"name": "rCSS",
2020-08-21 14:05:45 +02:00
"version": "0.1.0",
2020-08-21 16:50:22 +02:00
"devDependencies": {
2020-08-21 14:05:45 +02:00
"@frctl/fractal": "^1.2.1",
"fractal": "0.0.3",
2021-01-02 20:27:47 +01:00
"sass": "^1.30.0",
"node-sass": "^4.14.1",
2020-12-27 15:58:45 +01:00
"sass-loader": "^10.0.5",
2021-01-09 21:14:21 +01:00
"scss-bundle": "^3.1.2"
2020-08-21 14:05:45 +02:00
},
"scripts": {
2021-01-02 20:27:47 +01:00
"sass": "sass components/rcss.scss public/rcss.css --watch",
2021-01-09 21:14:21 +01:00
"styleguide": "fractal start --sync",
"stylus": "stylus -w components/rcss.styl -o public/rcss.css",
"suite": "npm run sass & npm run styleguide",
"suiteStylus": "npm run stylus & npm run styleguide",
2021-01-02 20:27:47 +01:00
"bundle": "scss-bundel"
2020-08-21 14:05:45 +02:00
}
}