grapesjs-tailwindcss-plugin
Version:
A powerful GrapesJS plugin that integrates Tailwind CSS 4 for modern styling and rapid development
56 lines (55 loc) • 1.8 kB
JSON
{
"name": "grapesjs-tailwindcss-plugin",
"version": "0.1.10",
"description": "A powerful GrapesJS plugin that integrates Tailwind CSS 4 for modern styling and rapid development",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/fasenderos/grapesjs-tailwindcss-plugin.git"
},
"scripts": {
"build": "rm -rf ./dist && rm -rf ./locale && grapesjs-cli build --patch=false",
"lint": "biome check ./src",
"lint:fix": "biome check --write ./src",
"release": "node --env-file=.env ./node_modules/release-it/bin/release-it.js --ci",
"start": "grapesjs-cli serve",
"test": "c8 node --import=tsx --import=./test/setup.ts --test ./test/*.test.ts",
"test:dev": "c8 node --import=tsx --import=./test/setup.ts --test --watch ./test/*.test.ts",
"test:ci": "node --import=tsx --import=./test/setup.ts --test ./test/*.test.ts",
"test:cov": "c8 --reporter=lcov node --import=tsx --import=./test/setup.ts --test ./test/*.test.ts"
},
"dependencies": {
"@tarekraafat/autocomplete.js": "^10.2.9",
"tailwindcss": "^4.1.7"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@release-it/conventional-changelog": "^10.0.0",
"@types/jsdom": "^21.1.7",
"c8": "^10.1.3",
"css-loader": "^7.1.2",
"grapesjs": "^0.22.5",
"grapesjs-cli": "^4.1.3",
"jsdom": "^26.0.0",
"release-it": "^18.1.2",
"tsx": "^4.19.2"
},
"license": "MIT",
"keywords": [
"grapesjs-plugin-tailwind",
"grapesjs-plugin-tailwindcss",
"grapesjs-plugin",
"tailwindcss",
"tailwindcss4",
"grapesjs"
],
"files": [
"dist",
"locale",
"AUTHORS",
"CHANGELOG.md",
"LICENSE",
"README.md",
"package.json"
]
}