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

package.json - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89b7ae5a8c630974ab117f998958e05285a29934 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "devfest-theme-hugo",
  "version": "1.0.0",
  "description": "A theme for a conference website. Created for DevFest Toulouse 2019",
  "repository": "https://github.com/GDGToulouse/devfest-theme-hugo",
  "author": "Igor Laborie <ilaborie@gmail.com>",
  "license": "MIT",
  "private": true,
  "scripts": {
    "watch:script": "rollup -c --watch",
    "watch:style": "node-sass src/styles/theme.scss -o static --watch",
    "start": "run-p watch:*",
    "build:icons": "node icons.js",
    "build:script": "rollup -c rollup.config.prod.js",
    "build:style": "node-sass src/styles/theme.scss -o static; postcss static/theme.css --replace",
    "build": "run-p build:*"
  },
  "dependencies": {
    "core-js": "^3.6.4"
  },
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@babel/polyfill": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@types/js-yaml": "^3.12.2",
    "cssnano": "^4.1.8",
    "glob": "^7.1.6",
    "node-sass": "^4.13.1",
    "npm-run-all": "^4.1.5",
    "plop-logger": "^3.1.2",
    "postcss-cli": "^7.1.0",
    "postcss-preset-env": "^6.7.0",
    "rollup": "^1.31.0",
    "rollup-plugin-babel": "^4.3.1",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-uglify": "^6.0.4",
    "sass-mq": "^5.0.1",
    "stylelint": "^13.0.0"
  }
}