{
  "name": "luxacss",
  "version": "2.0.4",
  "description": "The minimalist CSS library",
  "author": "luxonauta",
  "license": "MIT",
  "keywords": [
    "css",
    "library",
    "minimal"
  ],
  "homepage": "https://luxacss.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luxonauta/luxacss.git"
  },
  "bugs": {
    "url": "https://github.com/luxonauta/luxacss/issues"
  },
  "type": "module",
  "workspaces": [
    "docs"
  ],
  "main": "./dist/luxa.js",
  "module": "./dist/luxa.js",
  "exports": {
    ".": {
      "import": "./dist/luxa.js",
      "require": "./dist/luxa.js"
    },
    "./css": "./dist/expanded/luxa.css"
  },
  "style": "./dist/expanded/luxa.css",
  "files": [
    "dist",
    "css"
  ],
  "scripts": {
    "dev": "tsx scripts/dev.ts",
    "build": "tsx scripts/build.ts",
    "start": "npm start --workspace=docs",
    "lint": "tsx scripts/lint.ts"
  },
  "dependencies": {
    "next": "^16.0.3",
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  },
  "devDependencies": {
    "@types/eslint": "^9.6.1",
    "@types/mdx": "^2.0.13",
    "@types/node": "^24",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@typescript-eslint/eslint-plugin": "^8.47.0",
    "@typescript-eslint/parser": "^8.47.0",
    "autoprefixer": "^10.4.22",
    "cssnano": "^7.1.2",
    "eslint": "^9",
    "eslint-config-next": "^16.0.3",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "jiti": "^2.6.1",
    "postcss": "^8.5.6",
    "postcss-import": "^16.1.1",
    "prettier": "^3.6.2",
    "prettier-plugin-css-order": "^2.1.2",
    "tsx": "^4.20.6",
    "typescript": "^5.9.3"
  }
}
