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

package.json - github.com/natarajmb/charaka-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1bc2ff5ce7ce7b7dcd5c84dd0f0853041fe2cce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "charaka",
  "devDependencies": {
    "bulma": "^0.7.1",
    "node-sass": "^4.9.3"
  },
  "scripts": {
    "css-build": "node-sass --omit-source-map-url --output-style compressed scss/styles.scss static/css/styles.css",
    "css-watch": "npm run css-build -- --watch",
    "start": "npm run css-watch"
  }
}