{
  "name": "@c3/uikits",
  "version": "1.0.205",
  "description": "UIKITS",
  "keywords": [],
  "author": "che3vinci <che3vinci@gmail.com>",
  "license": "ISC",
  "main": "dist/uikits.umd.js",
  "module": "dist/uikits.es.js",
  "types": "dist/index.d.ts",
  "directories": {
    "lib": "dist",
    "test": "__tests__"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/che3vinci/c3.git"
  },
  "resolutions": {
    "@types/react": "17.0.2",
    "@types/react-dom": "17.0.2"
  },
  "bugs": {
    "url": "https://github.com/che3vinci/c3/issues"
  },
  "homepage": "https://github.com/che3vinci/c3#readme",
  "dependencies": {
    "@ant-design/icons": "^4.7.0",
    "@c3/css": "^1.0.149",
    "@c3/dom-1": "^1.0.100",
    "@c3/hooks-1": "^1.0.170",
    "@c3/utils-1": "^1.0.131",
    "classnames": "^2.3.1",
    "echarts": "^5.3.1",
    "npm-force-resolutions": "^0.0.10",
    "react-slick": "^0.28.1",
    "slick-carousel": "^1.8.1",
    "styled-components": "^5.3.3"
  },
  "devDependencies": {
    "@babel/core": "^7.17.5",
    "@types/js-beautify": "^1.13.3",
    "@types/react-slick": "^0.23.8",
    "babel-loader": "^8.2.3",
    "storybook-builder-vite": "^0.1.17"
  },
  "peerDependencies": {
    "@ant-design/icons": "^4.7.0",
    "@types/react-slick": "^0.23.8",
    "react-slick": "^0.28.1"
  },
  "gitHead": "a080b5bb295baccb3f8477e15c372d7091a6a1cb",
  "scripts": {
    "test": "jest --config ../../jest.config.ts --rootDir .",
    "build": "vite build  ",
    "clean": "rm -rf dist && rm -rf node_modules ",
    "reset": "pnpm clean && pnpm install",
    "type": "tsc --project . --paths null --emitDeclarationOnly --declaration",
    "watchtype": "tsc --project . --watch",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  }
}