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

package.json - github.com/marketempower/axiom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4e860be1d118ad23f3e1c1dc8b94f5a1c3c3eae (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
{
  "private": true,
  "name": "axiom",
  "version": "0.6.9",
  "description": "Axiom is a powerful, high performance, modular Hugo theme, designed to make the readers of your content and the search engines happy.",
  "author": "Jhaura Wachsman <jw@jhaurawachsman.com> (https://www.jhaurawachsman.com/)",
  "homepage": "https://www.axiomtheme.com/",
  "repository": "github:marketempower/axiom.git",
  "license": "CC-BY-SA-4.0",
  "scripts": {
    "css": "npm run css:type && npm run css:syntaxdark && npm run css:syntaxlight && npm run css:app",
    "css:app": "postcss ./src/index.css --verbose -o ./assets/app.css",
    "css:syntaxdark": "postcss ./src/syntax-dark.css --verbose -o ./assets/syntax-dark.css",
    "css:syntaxlight": "postcss ./src/syntax-light.css --verbose -o ./assets/syntax-light.css",
    "css:type": "postcss ./src/type.css --verbose -o ./assets/type.css",
    "js": "npm run js:index && npm run js:app",
    "js:app": "concat -o ./assets/app.js ./src/alpine.min.js ./src/index.min.js",
    "js:index": "terser ./src/index.js -c sequences=false,drop_console=true -o ./src/index.min.js",
    "dev": "NODE_ENV=development npm run css && npm run js",
    "prd": "NODE_ENV=production npm run css && npm run js",
    "watch": "npm run watch:css & npm run watch:js",
    "watch:css": "chokidar \"./src/**/*.css\" \"./tailwind.config.js\" -c \"NODE_ENV=development npm run css\"",
    "watch:js": "chokidar \"./src/**/*.js\" -c \"NODE_ENV=development npm run js\""
  },
  "devDependencies": {
    "autoprefixer": "^9.8.5",
    "chokidar-cli": "^2.1.0",
    "concat": "^1.0.3",
    "cssnano": "^4.1.10",
    "del-cli": "^3.0.1",
    "postcss-cli": "^7.1.1",
    "postcss-import": "^12.0.1",
    "postcss-nesting": "^7.0.1",
    "tailwindcss": "^1.4.6",
    "terser": "^4.8.0"
  }
}