forked from Vimux/Mainroad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.34 KB
/
package.json
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
{
"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",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^9.2.1",
"eclint": "^2.8.0",
"eslint": "^5.7.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"postcss-cli": "^6.0.1",
"stylelint": "^9.6.0",
"stylelint-order": "^1.0.0"
},
"scripts": {
"lint:css": "stylelint static/css/*.css",
"lint:js": "eslint static/js/*.js",
"lint:editorconfig": "eclint check '**/*.{html,css,js,json,md,toml,yaml,yml}'",
"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 --fix",
"fix:js": "eslint static/js/*.js --fix",
"fix:editorconfig": "eclint fix '**/*.{html,css,js,json,md,toml,yaml,yml}'",
"fix": "npm run fix:prefixes && npm run fix:css && npm run fix:js && npm run fix:editorconfig",
"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"
}