Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/appernetic/hugo-nederburg-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8562ed4f96c8ca72c5469e1979b960e1e6378ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "scripts": {
    "build-css": "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets static/scss/main.scss   static/css/style.default.css",
    "watch-css": "nodemon -e scss -x \"npm run build-css\""
  },
  "dependencies": {
    "node-sass": "^4.5.0",
    "sass": "^0.5.0"
  },
  "devDependencies": {
    "bootstrap-sass": "^3.3.7"
  }
}