raml2html-werk-theme
Version:
a bulma and open-color based single-page theme that is easily searchable and offline-ready
77 lines (76 loc) • 2.58 kB
JSON
{
"name": "raml2html-werk-theme",
"description": "a bulma and open-color based single-page theme that is easily searchable and offline-ready",
"version": "1.3.4",
"main": "config.js",
"author": {
"name": "Konrad Mohrfeldt",
"email": "mohrfeldt@silicann.com"
},
"bugs": {
"url": "https://github.com/silicann/raml2html-werk-theme/issues"
},
"devDependencies": {
"autoprefixer": "^9.1.3",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"bulma": "^0.7.1",
"css-loader": "^1.0.0",
"cssnano": "^4.1.0",
"delegate": "^3.2.0",
"details-element-polyfill": "^2.0.2",
"file-loader": "^1.1.11",
"glob": "^7.1.3",
"highlight.js": "^9.12.0",
"less": "^3.8.1",
"less-loader": "^4.1.0",
"luett": "^2.6.0",
"mini-css-extract-plugin": "^0.4.2",
"node-fontdump": "^1.2.2",
"open-color": "^1.6.3",
"postcss-loader": "^3.0.0",
"raml2html": "^7.1.0",
"standard": "^11.0.1",
"store": "^2.0.12",
"stroll.js": "^3.0.3",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"homepage": "https://github.com/silicann/raml2html-werk-theme",
"keywords": [
"RAML",
"raml2html-theme"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/silicann/raml2html-werk-theme.git"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"fs-extra": "^7.0.0",
"html-minifier": "^3.5.20",
"markdown-it": "^8.4.2",
"markdown-it-deflist": "^2.0.3",
"markdown-it-sanitizer": "^0.4.3"
},
"scripts": {
"prepublishOnly": "npm run test && npm run build",
"test": "npm run lint",
"lint": "standard config.js postcss.config.js webpack.config.js assets/*.js assets/**/*.js examples/*.js",
"build": "npm run dump_fonts && npm run bundle",
"bundle": "NODE_ENV=production webpack",
"dump_fonts": "npm run dump_fonts_fira_sans && npm run dump_fonts_fira_code",
"dump_fonts_fira_sans": "test -f .cache/fira-sans/fonts.css || (mkdir -p .cache/fira-sans && fontdump -t .cache/fira-sans -w . https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700)",
"dump_fonts_fira_code": "test -f .cache/fira-code/fira_code.css || (wget -q https://github.com/tonsky/FiraCode/releases/download/1.205/FiraCode_1.205.zip -O .cache/fira-code.zip && unzip -q -u -d .cache/fira-code .cache/fira-code.zip)"
},
"standard": {
"parser": "babel-eslint"
}
}