mirror of
https://github.com/kerberos-io/documentation.git
synced 2026-08-23 15:18:31 +00:00
push doks layout
This commit is contained in:
92
package.json
92
package.json
@@ -1,34 +1,66 @@
|
||||
{
|
||||
"name": "kerberos.io",
|
||||
"private": true,
|
||||
"version": "2.0.0-rc.41",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"src/",
|
||||
"doczrc.js",
|
||||
"package.json"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "docz dev",
|
||||
"build": "docz build",
|
||||
"serve": "docz serve"
|
||||
"name": "@hyas/doks",
|
||||
"description": "Doks theme",
|
||||
"version": "0.2.3",
|
||||
"hugo-bin": {
|
||||
"buildTags": "extended"
|
||||
},
|
||||
"dependencies": {
|
||||
"@material-ui/core": "4.11.2",
|
||||
"@material-ui/icons": "^4.11.2",
|
||||
"docz": "next",
|
||||
"dom-helpers": "^5.1.3",
|
||||
"gatsby-plugin-google-gtag": "^2.5.0",
|
||||
"gatsby-remark-grid-tables": "^0.0.3",
|
||||
"gatsby-remark-vscode": "^1.4.0",
|
||||
"prism": "^4.1.2",
|
||||
"prism-react-renderer": "^1.0.2",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.6",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-html-parser": "^2.0.2",
|
||||
"react-prism": "^4.3.2",
|
||||
"remark-grid-tables": "^1.7.1",
|
||||
"scheduler": "^0.15.0"
|
||||
"browserslist": [
|
||||
"defaults"
|
||||
],
|
||||
"repository": "https://github.com/h-enk/doks",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"scripts": {
|
||||
"init": "rimraf .git && git init -b main",
|
||||
"create": "hugo new",
|
||||
"prestart": "npm run clean",
|
||||
"start": "hugo server --bind=0.0.0.0 --disableFastRender",
|
||||
"prebuild": "npm run clean",
|
||||
"build": "hugo --gc --minify && npm run build:functions",
|
||||
"build:functions": "netlify-lambda build assets/lambda",
|
||||
"build:preview": "npm run build -D -F",
|
||||
"clean": "rimraf public resources functions",
|
||||
"lint": "npm run -s lint:scripts && npm run -s lint:styles && npm run -s lint:markdown",
|
||||
"lint:scripts": "eslint assets/js assets/lambda config",
|
||||
"lint:styles": "stylelint \"assets/scss/**/*.{css,sass,scss,sss,less}\"",
|
||||
"lint:markdown": "markdownlint *.md content/**/*.md",
|
||||
"release": "standard-version",
|
||||
"release:dry-run": "standard-version --dry-run",
|
||||
"server": "hugo server",
|
||||
"test": "npm run -s lint",
|
||||
"env": "env",
|
||||
"precheck": "npm version",
|
||||
"check": "hugo version",
|
||||
"copy:katex-fonts": "shx cp ./node_modules/katex/dist/fonts/* ./static/fonts/"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "^7.14",
|
||||
"@babel/core": "^7.14",
|
||||
"@babel/preset-env": "^7.14",
|
||||
"@fullhuman/postcss-purgecss": "^4.0",
|
||||
"autoprefixer": "^10.2",
|
||||
"bootstrap": "^5.0",
|
||||
"clipboard": "^2.0",
|
||||
"eslint": "^7.24",
|
||||
"flexsearch": "^0.6",
|
||||
"highlight.js": "^10.7",
|
||||
"hugo-bin": "^0.71",
|
||||
"instant.page": "^5.1",
|
||||
"katex": "^0.13",
|
||||
"lazysizes": "^5.3",
|
||||
"markdownlint-cli": "^0.27",
|
||||
"mermaid": "^8.10",
|
||||
"netlify-lambda": "^2.0",
|
||||
"postcss": "^8.2",
|
||||
"postcss-cli": "^8.3",
|
||||
"purgecss-whitelister": "^2.4",
|
||||
"rimraf": "^3.0",
|
||||
"shx": "^0.3.3",
|
||||
"standard-version": "^9.2",
|
||||
"stylelint": "^13.13",
|
||||
"stylelint-config-standard": "^22.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user