UNPKG

@raneto/theme-default

Version:
64 lines (63 loc) 1.64 kB
{ "name": "@raneto/theme-default", "version": "0.8.2", "description": "Raneto's Default Theme", "type": "module", "authors": [ "Ryan Lelek <ryanlelek@gmail.com>", "Gilbert Pellegrom <gilbert@pellegrom.me>" ], "license": "MIT", "keywords": [ "raneto", "theme" ], "repository": { "type": "git", "url": "https://github.com/Raneto/theme-default.git" }, "bugs": "https://github.com/Raneto/theme-default/issues", "contributors": [ "https://github.com/Raneto/theme-default/graphs/contributors" ], "licenses": [ { "type": "MIT", "url": "https://raw.githubusercontent.com/Raneto/theme-default/main/LICENSE" } ], "scripts": { "build": "npm run gulp", "test": "echo \"Error: no test specified\" && exit 1", "gulp": "gulp default", "lint": "eslint .", "lint:fix": "eslint --fix .", "prettier": "prettier --check .", "prettier:fix": "prettier --write ." }, "engines": { "node": ">=22.19.0", "npm": ">=10.9.3" }, "devDependencies": { "@eslint/js": "9.35.0", "@fixhq/sweetalert2": "11.10.8", "bootstrap": "5.3.8", "codemirror": "5.65.20", "eslint": "9.35.0", "eslint-config-prettier": "10.1.8", "eslint-plugin-import": "2.32.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "5.5.4", "eslint-plugin-promise": "7.2.1", "eslint-plugin-unused-imports": "4.2.0", "globals": "16.4.0", "gulp": "5.0.1", "gulp-clean-css": "4.3.0", "gulp-uglify": "3.0.2", "highlight.js": "11.11.1", "jquery": "3.7.1", "marked": "16.3.0", "prettier": "3.6.2" } }