-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.69 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "termux.holehan.org",
"version": "0.2.0",
"description": "Termux extra packages",
"main": "index.js",
"repository": "git@github.com:holehan/termux-extras.git",
"author": "Florian Grässle <git@holehan.org>",
"license": "MIT",
"engines": {
"node": ">= 8.11.3"
},
"browserslist": [
">1%"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "hugo --gc --minify",
"clean": "del-cli 'docs/*' '!docs/dists' '!docs/files' '!docs/CNAME' '!docs/holehan.key' 'resources/*'",
"publish": "npm run clean && hugo --minify",
"favicon": "cd themes/termux/ && real-favicon generate faviconDescription.json faviconData.json static && real-favicon inject faviconData.json layouts/partials/ layouts/partials/head.html",
"preview": "hugo server",
"watch": "HUGO_ENV=development hugo server"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.0.1",
"autoprefixer": "^9.0.1",
"bulma": "0.7.1",
"cssnano": "^4.1.0",
"del-cli": "^1.1.0",
"postcss-cli": "^6.0.0"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"cli-real-favicon": "^0.0.6",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-html": "^4.0.3",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.8.1",
"prettier": "^1.12.1",
"prettier-stylelint": "^0.4.2",
"stylelint": "^9.2.0",
"stylelint-config-idiomatic-order": "^5.0.0",
"stylelint-config-standard": "^18.2.0",
"stylelint-selector-bem-pattern": "^2.0.0"
}
}