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

package.json - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f9be11bbffc63ae6ceead80609c130bb059047b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "hugo-dev-theme",
  "version": "1.0.0",
  "description": "hugo-dev-theme hugo theme",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node-sass --include-path node_modules static/css/custom.scss static/css/theme.css",
    "watch": "node-sass --watch --include-path node_modules static/css/custom.scss static/css/theme.css"
  },
  "dependencies": {
    "bootstrap": "^4.3.1",
    "node-sass": "^4.12.0"
  },
  "keywords": [
    "hugo",
    "theme"
  ],
  "author": "Austin Gebauer",
  "license": "ISC",
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.8.2"
  }
}