{
  "name": "@rarui/styles",
  "version": "3.5.0",
  "license": "MIT",
  "main": "dist/index.js",
  "files": [
    "dist",
    "dist/node_modules",
    "README.md",
    "CHANGELOG.md"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "yarn g:rollup packages/foundation/styles",
    "test": "jest --passWithNoTests --no-cache --runInBand --no-watchAll",
    "test:ci": "yarn test --ci --coverage",
    "test:coverage": "yarn test --coverage",
    "test:staged": "yarn test --findRelatedTests",
    "test:watch": "yarn test --watch",
    "clean": "rm -rf dist",
    "version": "yarn version"
  },
  "dependencies": {
    "@vanilla-extract/css": "^1.15.3",
    "@vanilla-extract/recipes": "^0.5.3",
    "rainbow-sprinkles": "^0.17.2",
    "rollup-plugin-postcss": "^4.0.2"
  },
  "homepage": "https://git.rarolabs.com.br/frontend/rarui",
  "repository": {
    "type": "git",
    "url": "git+https://git.rarolabs.com.br/frontend/rarui.git"
  },
  "bugs": {
    "url": "https://git.rarolabs.com.br/frontend/rarui/issues"
  },
  "devDependencies": {
    "@rarui/tokens": "^4.0.4",
    "@rarui/tools": "^1.0.0",
    "@types/jest": "^29.5.12",
    "@vanilla-extract/dynamic": "^2.1.1",
    "@vanilla-extract/jest-transform": "^1.1.9",
    "@vanilla-extract/rollup-plugin": "^1.3.15",
    "@vanilla-extract/sprinkles": "^1.6.2",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5"
  }
}