-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.31 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
39
40
{
"name": "mgsisk.github.io",
"version": "1.0.0",
"description": "Source repo for <https://mgsisk.com>.",
"main": "index.md",
"scripts": {
"build.css": "postcss _css/style.css -o srv/style.css",
"format": "prettier -uw **/*",
"lint.css": "stylelint --fix _css/**/*.css",
"lint.json": "YAMLLINT_SCHEMA=JSON_SCHEMA yamllint '**/*.json' '**/.*.json'",
"lint.yml": "yamllint '**/*.yml' '**/.*.yml'",
"test": "echo \"Error: no test specified\" && exit 1",
"watch.css": "chokidar '_css/**/*.css' -c 'npm run build.css'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mgsisk/mgsisk.github.io.git"
},
"keywords": [],
"author": "Michael Sisk <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/mgsisk/mgsisk.github.io/issues"
},
"homepage": "https://github.com/mgsisk/mgsisk.github.io#readme",
"devDependencies": {
"@shopify/prettier-plugin-liquid": "^1.0.0-rc.2",
"chokidar-cli": "^3.0.0",
"cssnano": "^5.1.14",
"cssnano-preset-advanced": "^5.3.9",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.3",
"prettier": "^2.8.0",
"stylelint": "^14.15.0",
"stylelint-config-prettier": "^9.0.4",
"stylelint-config-standard": "^29.0.0",
"yaml-lint": "^1.7.0"
}
}