{
  "name": "maju-ui",
  "author": "johnnywang",
  "version": "1.2.0",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "license": "MIT",
  "scripts": {
    "css:dev": "sass --style=expanded --no-source-map --watch scss/:dist/css/",
    "css:compile": "sass --style=expanded --no-error-css --no-source-map scss/:dist/css/",
    "css:prefix": "postcss --config postcss.config.js --replace \"dist/css/*.css\" \"!dist/css/*.min.css\"",
    "css:build": "pnpm css:compile && pnpm css:prefix && cleancss -O1 --format breakWith=lf --output dist/css/ --batch --batch-suffix \".min\" \"dist/css/*.css\"",
    "dev": "cross-env NODE_ENV=development rollup --config rollup.config.js -w",
    "build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:deploy": "gh-pages -d docs/.vuepress/dist"
  },
  "dependencies": {
    "gh-pages": "^3.1.0",
    "pnpm": "^7.3.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.2.6",
    "clean-css-cli": "^5.3.0",
    "cross-env": "^7.0.3",
    "postcss": "^8.3.2",
    "postcss-cli": "^8.3.1",
    "rollup": "^2.28.1",
    "rollup-plugin-scss": "^2.6.1",
    "sass": "^1.34.1",
    "vuepress": "^1.5.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/johnnywang1994/maju-ui.git"
  },
  "bugs": {
    "url": "https://github.com/johnnywang1994/maju-ui/issues"
  },
  "homepage": "https://github.com/johnnywang1994/maju-ui#readme",
  "files": [
    "dist/{css,js}/*.{css,js,map}",
    "js/{src,dist}/**/*.{js,map}",
    "scss/**/*.scss",
    "dist/index.js"
  ]
}
