mirror of
https://github.com/tiennm99/hugo-blox-builder.git
synced 2026-09-12 02:19:49 +00:00
See Tailwind v4 breaking changes: https://tailwindcss.com/docs/upgrade-guide See Hugo's new integration with Tailwind v4: https://gohugo.io/functions/css/tailwindcss/ Close #3211
57 lines
2.0 KiB
JSON
57 lines
2.0 KiB
JSON
{
|
|
"name": "hugo-blox-builder",
|
|
"version": "1.0.0",
|
|
"description": "The Page Builder for Hugo",
|
|
"author": "George Cushen",
|
|
"license": "MIT",
|
|
"packageManager": "pnpm@10.14.0",
|
|
"bugs": {
|
|
"url": "https://github.com/HugoBlox/hugo-blox-builder/issues"
|
|
},
|
|
"homepage": "https://hugoblox.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/HugoBlox/hugo-blox-builder.git"
|
|
},
|
|
"dependencies": {
|
|
"katex": "^0.16.9",
|
|
"medium-zoom": "^1.0.8",
|
|
"mermaid": "^10.6.0",
|
|
"plotly.js": "^2.27.0",
|
|
"rollup-plugin-delete": "^2.0.0",
|
|
"vite": "^7.1.2",
|
|
"vite-hugo-plugin": "^3.1.0",
|
|
"vite-plugin-static-copy": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "~8.15.0",
|
|
"eslint-config-prettier": "~8.5.0",
|
|
"prettier": "~2.6.2",
|
|
"prettier-plugin-go-template": "~0.0.12",
|
|
"stylelint": "14.8.2",
|
|
"stylelint-config-prettier": "~9.0.3",
|
|
"stylelint-config-prettier-scss": "^0.0.1",
|
|
"stylelint-config-standard": "~25.0.0",
|
|
"stylelint-config-standard-scss": "^3.0.0",
|
|
"stylelint-scss": "~4.2.0"
|
|
},
|
|
"scripts": {
|
|
"view": "scripts/view-starter.sh",
|
|
"view:local": "scripts/view-starter-dev.sh",
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "pnpm run lint:js && yarn run lint:style",
|
|
"lint:js": "eslint '*/**/*.{js,ts,tsx}'",
|
|
"lint:js:fix": "eslint '*/**/*.{js,ts,tsx}' --fix",
|
|
"lint:style": "stylelint 'modules/blox-tailwind/**/*.css'",
|
|
"lint:style:fix": "stylelint 'modules/blox-tailwind/**/*.css' --fix",
|
|
"format": "prettier --write \"*.{css,js,json,md,scss}\" \"./**/*.{css,js,json,md,scss}\"",
|
|
"stylelint-conflict-check": "stylelint-config-prettier-check",
|
|
"update:starter": "scripts/update-starter.sh",
|
|
"update:starters": "poetry run python ./scripts/update.py",
|
|
"vendor:libs": "vite build --config vite.config.js",
|
|
"vendor:libs:watch": "vite build --config vite.config.js --watch"
|
|
},
|
|
"browserslist": "> 1%",
|
|
"packageManager": "pnpm@10.14.0"
|
|
}
|