nuxt-atomizer
Version:
Module that adds ACSS atomic CSS framework (aka Atomizer) support to a Nuxt.js app. Generates atomic classes from code.
75 lines (74 loc) • 2.03 kB
JSON
{
"name": "nuxt-atomizer",
"version": "3.0.0",
"description": "Module that adds ACSS atomic CSS framework (aka Atomizer) support to a Nuxt.js app. Generates atomic classes from code.",
"keywords": [
"atomic-css",
"nuxtjs",
"acss",
"atomizer",
"nuxt-module"
],
"repository": "dword-design/nuxt-atomizer",
"funding": "https://github.com/sponsors/dword-design",
"license": "MIT",
"author": "Sebastian Landwehr <info@sebastianlandwehr.com>",
"type": "module",
"exports": {
".": {
"default": "./dist/module.js",
"types": "./dist/module.d.ts"
}
},
"main": "dist/module.js",
"files": [
"dist"
],
"scripts": {
"checkUnknownFiles": "base checkUnknownFiles",
"commit": "base commit",
"depcheck": "base depcheck",
"dev": "base dev",
"lint": "base lint",
"prepare": "base prepare",
"prepublishOnly": "base prepublishOnly",
"test": "base test",
"typecheck": "base typecheck",
"verify": "base verify"
},
"dependencies": {
"@nuxt/kit": "^4.4.2",
"atomizer": "^3.30.0",
"atomizer-plugins": "^1.2.1",
"clean-css": "^5.3.3",
"fs-extra": "^11.3.0",
"jiti": "^2.6.1"
},
"devDependencies": {
"@dword-design/base": "^16.0.0",
"@dword-design/base-config-nuxt-module": "^5.0.1",
"@playwright/browser-chromium": "^1.59.1",
"@playwright/test": "^1.52.0",
"@types/clean-css": "^4.2.11",
"@types/fs-extra": "^11.0.4",
"delay": "^7.0.0",
"endent": "npm:@dword-design/endent@^1.4.7",
"execa": "^9.6.0",
"get-port": "^7.1.0",
"nuxt": "^4.4.2",
"nuxt-dev-ready": "^6.0.0",
"ofetch": "^1.4.1",
"output-files": "^4.0.0",
"tree-kill-promise": "^5.0.0"
},
"peerDependencies": {
"h3": "*"
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"engines": {
"node": ">=22"
},
"publishConfig": {
"access": "public"
}
}