{
  "name": "ouio-test",
  "version": "0.0.4",
  "description": "A Component Library for React",
  "keywords": [
    "react",
    "component",
    "ui"
  ],
  "main": "dist/ouio.js",
  "scripts": {
    "build": "webpack --config webpack.config.js"
  },
  "dependencies": {
    "@types/classnames": "^2.2.9",
    "@types/react": "^16.9.9",
    "classnames": "^2.2.6",
    "less": "^3.10.3",
    "react": "^16.10.2",
    "react-dom": "^16.10.2"
  },
  "devDependencies": {
    "autoprefixer": "^9.6.5",
    "css-loader": "^3.2.0",
    "less-loader": "^5.0.0",
    "mini-css-extract-plugin": "^0.8.0",
    "postcss-loader": "^3.0.0",
    "ts-loader": "^6.2.0",
    "typescript": "^3.6.4",
    "url-loader": "^2.2.0",
    "webpack": "^4.41.2",
    "webpack-cli": "^3.3.9"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "files": [
    "*"
  ],
  "license": "MIT",
  "author": "lihaozecq <lihaozecq@gmail.com> (https://github.com/lhz960904)",
  "repository": {
    "type": "git",
    "url": "https://github.com/lhz960904/ouio"
  },
  "homepage": "https://github.com/lhz960904/ouio#readme",
  "bugs": {
    "url": "https://github.com/lhz960904/ouio/issues",
    "email": "lihaozecq@gmail.com"
  }
}
