{
  "name": "@0xftm/thorin",
  "version": "0.6.48",
  "description": "A web3 native design system",
  "main": "./dist/index.cjs.js",
  "module": "./dist/index.es.js",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.es.js",
      "require": "./dist/index.cjs.js"
    },
    "./styles": {
      "import": "./dist/style.css",
      "require": "./dist/style.css"
    }
  },
  "sideEffects": [
    "src/atoms/**/*",
    "src/theme/**/*",
    "*.css.ts"
  ],
  "files": [
    "dist/**"
  ],
  "repository": "0xftm/thorin",
  "license": "MIT",
  "scripts": {
    "build": "vite build",
    "lint": "eslint .",
    "lint:fix": "eslint .  --fix",
    "clean": "rimraf dist src/components/icons/generated/",
    "lint:types": "tsc --noEmit",
    "prepack": "pnpm build",
    "test": "jest",
    "publish": "npm publish --access public",
    "ver": "pnpm npm version"
  },
  "dependencies": {
    "clsx": "^1.1.1",
    "focus-visible": "^5.2.0",
    "lodash": "^4.17.21",
    "ts-pattern": "^4.3.0"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@honkhonk/vite-plugin-svgr": "^1.1.0",
    "@jest/types": "^27.2.5",
    "@stylelint/postcss-css-in-js": "^0.38.0",
    "@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
    "@svgr/rollup": "^6.2.1",
    "@testing-library/dom": "^8.10.1",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.2",
    "@testing-library/react-hooks": "^7.0.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/glob": "^7.2.0",
    "@types/lodash": "^4.14.176",
    "@types/node": "^16.11.6",
    "@types/react": "^17.0.33",
    "@types/react-dom": "^17.0.10",
    "@types/rimraf": "^3.0.2",
    "@types/styled-components": "^5",
    "@types/testing-library__jest-dom": "^5.14.1",
    "babel-plugin-styled-components": "^2.0.6",
    "deepmerge": "^4.2.2",
    "esbuild-darwin-arm64": "^0.14.27",
    "glob": "^7.2.0",
    "jest": "^27.3.1",
    "jest-styled-components": "^7.0.8",
    "jest-watch-typeahead": "^1.0.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rimraf": "^3.0.2",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.4.0",
    "typescript": "4.9.4",
    "vite": "^3.2.5",
    "vite-plugin-babel-macros": "^1.0.6",
    "vite-plugin-dts": "1.7.1",
    "vite-plugin-stylelint": "^2.2.3",
    "vite-plugin-svgr": "^1.1.0",
    "vite-tsconfig-paths": "^4.0.1"
  },
  "peerDependencies": {
    "react": "^17",
    "react-dom": "^17",
    "react-transition-state": "^1.1.4",
    "styled-components": "^5.3.3"
  }
}
