UNPKG

ember-template-lint-plugin-tailwindcss

Version:
82 lines (81 loc) 2.33 kB
{ "name": "ember-template-lint-plugin-tailwindcss", "version": "5.1.0", "description": "A tailwindcss plugin for ember-template-lint", "type": "module", "types": "lib/types/index.d.ts", "exports": { "import": "./lib/index.js" }, "main": "./lib/index.js", "keywords": [ "ember-template-lint", "ember-template-lint-plugin", "handlebars", "glimmer", "tailwindcss" ], "scripts": { "test": "concurrently \"npm:test:vitest\" \"npm:lint:*\"", "test:vitest": "yarn build && vitest --run --coverage", "start": "concurrently \"npm:test:vitest\" \"npm:build:watch\"", "lint:js": "eslint .", "build": "rollup -c", "build:watch": "rollup -c --watch", "clean": "rm -rf ./lib", "prepare": "yarn build" }, "files": [ "lib/**/*" ], "repository": "https://gitlab.com/michal-bryxi/open-source/ember-template-lint-plugin-tailwindcss", "private": false, "author": "Michal Bryxí <michal.bryxi@gmail.com>", "license": "MIT", "devDependencies": { "@babel/plugin-transform-typescript": "^7.22.9", "@babel/preset-env": "^7.22.9", "@babel/preset-typescript": "^7.22.5", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-node-resolve": "^15.1.0", "@types/common-tags": "^1.8.0", "@types/node": "^14.14.34", "@typescript-eslint/eslint-plugin": "^4.27.0", "@typescript-eslint/parser": "^4.22.0", "@vitest/ui": "^0.32.4", "@vitest/coverage-v8": "^0.33.0", "chai": "^4.3.7", "concurrently": "^8.2.0", "ember-template-lint": "^4.0.0", "eslint": "^7.24.0", "eslint-config-prettier": "8.0.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-prettier": "3.3.1", "eslint-plugin-unicorn": "28.0.2", "prettier": "2.2.1", "rollup": "^3.26.0", "typescript": "^5.1.6", "vite": "^4.3.9", "vitest": "^0.32.4" }, "volta": { "node": "18.16.1", "yarn": "1.22.19" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, "dependencies": { "@embroider/addon-dev": "^3.1.1", "common-tags": "^1.8.2", "ember-template-recast": "^6.1.4", "tslib": "^2.6.0", "validate-peer-dependencies": "^2.2.0" }, "peerDependencies": { "ember-template-lint": "^4.0.0 || ^5.0.0" }, "resolutions": { "ember-template-recast": "^6.1.4" } }