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

package.json - github.com/spookey/slick.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 757fa6eeb434f7dfbe4cbf96fd982636e7bd95be (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
41
42
43
44
45
46
{
  "name": "slick",
  "version": "0.3.5",
  "description": "A Hugo theme focused on content, cleanliness, speed, responsiveness and privacy.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spookey/slick.git"
  },
  "author": "Frieder Grießhammer",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/spookey/slick/issues"
  },
  "homepage": "https://github.com/spookey/slick#readme",
  "dependencies": {
    "purecss": "^2.0.6",
    "source-code-pro": "github:adobe-fonts/source-code-pro#release",
    "source-sans": "^3.28.0",
    "source-serif": "^4.4.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.2.1",
    "autoprefixer": "^10.2.6",
    "cssnano": "^5.0.6",
    "del-cli": "^4.0.0",
    "postcss-discard-comments": "^5.0.1",
    "postcss-import": "^14.0.2",
    "postcss-url": "^10.1.3",
    "rollup": "^2.52.1",
    "rollup-plugin-copier": "^1.1.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "tslib": "^2.3.0",
    "typescript": "^4.3.4"
  },
  "scripts": {
    "preversion": "npm run dist",
    "version": "git add -Afv assets static",
    "dev": "rollup -c --environment BUILD:dev",
    "devdist": "rollup -c --environment BUILD:dist",
    "dist": "npm run clean && npm run devdist",
    "watch": "npm run dev -- --watch",
    "clean": "del 'assets' 'static' '_sites/*/public' '_sites/*/resources'",
    "site": "./build-site.js"
  }
}