{
  "name": "@zebing/vite-plugin-css-modules",
  "version": "1.1.0",
  "description": "vitejs css modules 名称自动转化插件",
  "main": "dist/index.js",
  "scripts": {
    "dev": "tsc --watch --declaration",
    "build": "tsc --declaration"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{ts,js,json}": [
      "eslint --fix"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zebing/vite-plugin-css-modules.git"
  },
  "keywords": [
    "vue",
    "vue3",
    "babel",
    "vite",
    "css modules"
  ],
  "author": "zebing",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zebing/vite-plugin-css-modules/issues"
  },
  "homepage": "https://github.com/zebing/vite-plugin-css-modules#readme",
  "peerDependencies": {},
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "@babel/template": "^7.12.13",
    "@vitejs/plugin-vue": "^1.2.2",
    "cross-env": "^7.0.3",
    "del-cli": "^3.0.1",
    "eslint": "^7.19.0",
    "typescript": "^4.2.4",
    "vite": "^3.1.3"
  },
  "dependencies": {
    "@vue/compiler-core": "^3.0.11",
    "@vue/compiler-dom": "^3.0.11",
    "@vue/compiler-sfc": "^3.0.11",
    "autoprefixer": "^10.2.6",
    "postcss": "^8.2.4",
    "postcss-modules": "^4.0.0",
    "postcss-modules-extract-imports": "^3.0.0",
    "postcss-modules-local-by-default": "^4.0.0",
    "postcss-modules-scope": "^3.0.0",
    "postcss-modules-values": "^4.0.0",
    "precss": "^4.0.0",
    "querystring": "^0.2.1"
  }
}
