{
    "name": "webpack-stats-report",
    "version": "2.0.6",
    "description": "webpack-stats-report",
    "main": "lib/index.js",
    "scripts": {
        "lint": "npx eslint ./src ./lib --fix && npx stylelint ./src/**/*.scss --fix",
        "build": "npm run lint && npx webpack",
        "test": "cd test && node ./test.js",
        "dev": "npx webpack --mode development && npx webpack --mode development && npm run test",
        "prod": "npm run lint && npx webpack && npx webpack && npm run test",
        "patch": "npm run prod && sf publish patch -r"
    },
    "workspaces": [
        "test"
    ],
    "files": [
        "lib",
        "dist"
    ],
    "license": "MIT",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/cenfun/webpack-stats-report.git"
    },
    "dependencies": {
        "lz-utils": "^2.0.1",
        "micromatch": "^4.0.5"
    },
    "devDependencies": {
        "@babel/core": "^7.23.2",
        "@babel/preset-env": "^7.23.2",
        "babel-loader": "^9.1.3",
        "css-loader": "^6.8.1",
        "eight-colors": "^1.0.3",
        "eslint": "^8.52.0",
        "eslint-config-plus": "^1.0.6",
        "eslint-plugin-chain": "^2.0.0",
        "eslint-plugin-html": "^7.1.0",
        "eslint-plugin-vue": "^9.18.1",
        "postcss": "^8.4.31",
        "postcss-html": "^1.5.0",
        "postcss-scss": "^4.0.9",
        "sass": "^1.69.5",
        "sass-loader": "^13.3.2",
        "style-loader": "^3.3.3",
        "stylelint": "^15.11.0",
        "stylelint-config-plus": "^1.0.4",
        "terser-webpack-plugin": "^5.3.9",
        "turbogrid": "^3.0.9",
        "vine-ui": "^3.1.12",
        "vue": "^3.3.7",
        "vue-loader": "^17.3.0",
        "webpack": "^5.89.0",
        "webpack-cli": "^5.1.4"
    }
}
