{
  "name": "@ruleos/core-animate-style",
  "version": "0.0.3",
  "description": "这是一个参考animate.css 动画库修改",
  "main": "lib/CoreAnimateStyle.css",
  "files": [
    "lib"
  ],
  "scripts": {
    "create-script": "node createIndex.js",
    "start": "webpack server   --config webpack.config.js",
    "build": "npm run create-script && webpack --config webpack.config.js"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "http://github.chainopen.cn/cverse/core-animate-style.git"
  },
  "author": "",
  "license": "ISC",
  "animateConfig": {
    "prefix": "animate__"
  },
  "browserslist": [
    "> 3%",
    "last 2 versions"
  ],
  "devDependencies": {
    "css-loader": "^7.1.2",
    "cssnano": "^7.0.6",
    "postcss": "^8.4.49",
    "postcss-header": "^3.0.3",
    "postcss-import": "^16.1.0",
    "postcss-prefixer": "^3.0.0",
    "postcss-preset-env": "^10.1.1",
    "style-loader": "^4.0.0",
    "webpack": "^5.97.1",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^5.1.0"
  },
  "dependencies": {
    "autoprefixer": "^10.4.20",
    "css-minimizer-webpack-plugin": "^7.0.0",
    "html-webpack-plugin": "^5.6.3",
    "mini-css-extract-plugin": "^2.9.2",
    "postcss-loader": "^8.1.1"
  }
}