{
  "name": "@cheryx2020/core",
  "version": "1.9.0",
  "description": "",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:types": "tsc",
    "rollup": "rollup -c && npm run build:types",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --config=jest.config.mjs --coverage",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cheryx2020/core.git"
  },
  "dependencies": {
    "@cheryx2020/api-service": "^1.0.21",
    "@cheryx2020/utils": "^1.5.14",
    "@hello-pangea/dnd": "^18.0.1",
    "@paypal/react-paypal-js": "^9.2.0",
    "csstype": "^3.1.3",
    "jest": "^29.7.0",
    "linkify-react": "^4.0.2",
    "linkifyjs": "^4.0.2",
    "public-ip": "^5.0.0",
    "react-color": "^2.19.3",
    "react-select": "^5.10.2",
    "react-share": "^5.3.0",
    "rollup-plugin-copy": "^3.5.0",
    "sass": "^1.66.1"
  },
  "peerDependencies": {
    "csstype": "^3.1.3",
    "linkify-react": "^4.0.2",
    "linkifyjs": "^4.0.2",
    "public-ip": "^5.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.23.0",
    "@babel/plugin-transform-runtime": "^7.28.3",
    "@babel/preset-env": "^7.22.20",
    "@babel/preset-react": "^7.22.15",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^28.0.2",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@rollup/plugin-terser": "^0.4.4",
    "@semantic-release/changelog": "^6.0.3",
    "@semantic-release/git": "^10.0.1",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/jest-dom": "^6.5.0",
    "@testing-library/react": "^16.0.0",
    "@testing-library/user-event": "^14.5.2",
    "autoprefixer": "^10.4.16",
    "identity-obj-proxy": "^3.0.0",
    "jest-css-modules-transform": "^4.4.2",
    "jest-environment-jsdom": "^29.7.0",
    "postcss": "^8.4.31",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-test-renderer": "^18.2.0",
    "rollup": "^4.34.6",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss-modules": "^2.1.1",
    "rollup-plugin-sass": "^1.15.2",
    "semantic-release": "^25.0.3",
    "typescript": "^5.9.3"
  },
  "type": "module",
  "author": "Vinh Nguyen",
  "bugs": {
    "url": "https://github.com/cheryx2020/core/issues"
  },
  "homepage": "https://github.com/cheryx2020/core#readme",
  "license": "MIT"
}
