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

package.json - github.com/Vimux/mainroad.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3637450d69cbe231cdc6ecf6df7a9652627e2e57 (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
{
  "name": "mainroad",
  "version": "1.0.0",
  "description": "Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme",
  "license": "GPL-2.0",
  "devDependencies": {
    "autoprefixer": "^10.4.8",
    "editorconfig-checker": "^4.0.2",
    "eslint": "^8.21.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "postcss-cli": "^10.0.0",
    "stylelint": "^14.10.0",
    "stylelint-order": "^5.0.0"
  },
  "scripts": {
    "lint:editorconfig": "editorconfig-checker",
    "lint:css": "stylelint static/css/*.css --aei",
    "lint:js": "eslint static/js/*.js",
    "lint": "npm run lint:css && npm run lint:js && npm run lint:editorconfig",
    "fix:prefixes": "postcss -r static/css/*.css",
    "fix:css": "stylelint static/css/*.css --aei --fix",
    "fix:js": "eslint static/js/*.js --fix",
    "fix": "npm run fix:prefixes && npm run fix:css && npm run fix:js",
    "test": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Vimux/Mainroad.git"
  },
  "bugs": {
    "url": "https://github.com/Vimux/Mainroad/issues"
  },
  "homepage": "https://github.com/Vimux/Mainroad"
}