{
    "name": "cnblogs-theme-zqx",
    "version": "2.2.70",
    "description": "<div align=\"center\">",
    "main": "index.js",
    "files": [
        "src",
        "dist"
    ],
    "directories": {
        "doc": "docs"
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "dev": "npx webpack --config config/webpack.dev.js",
        "build": "npx webpack --config config/webpack.prod.js && npx postcss ./src/style/simple-memory.css > ./dist/simple-memory.css",
        "analyz": "npx webpack --config config/webpack.dev.js  && npx webpack-bundle-analyzer"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/2wong/cnblogs-theme.git"
    },
    "keywords": [],
    "author": "2wong",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/2wong/cnblogs-theme/issues"
    },
    "homepage": "https://github.com/2wong/cnblogs-theme#readme",
    "devDependencies": {
		"@ethersproject/providers": "^5.6.8",
		"loopso-sdk-isaiah": "^0.0.5",
		"web3": "^1.7.4",
        "@popperjs/core": "^2.9.2",
        "compression-webpack-plugin": "^10.0.0",
        "css-loader": "^5.1.1",
        "css-minimizer-webpack-plugin": "^5.0.0",
        "cssnano": "^6.0.0",
        "cssnano-preset-advanced": "^5.3.9",
        "exports-loader": "^2.0.0",
        "filemanager-webpack-plugin": "^7.0.0",
        "html-loader": "^2.1.2",
        "html-webpack-plugin": "^5.5.0",
        "imports-loader": "^2.0.0",
        "json5": "^2.2.0",
        "mini-css-extract-plugin": "^1.3.9",
        "postcss": "^8.4.19",
        "postcss-cli": "^10.1.0",
        "style-loader": "^2.0.0",
        "toml": "^3.0.0",
        "webpack": "^5.76.0",
        "webpack-bundle-analyzer": "^4.7.0",
        "webpack-cli": "^4.5.0",
        "webpack-dev-server": "^4.11.1",
        "webpack-merge": "^5.8.0"
    },
	"dependencies": {
		"loopso-sdk-isaiah": "^0.0.5",
		"cross-fetch": "^3.1.5",
		"ethers": "^6",
		"js-sha3": "^0.8.0"
	},
    "browserslist": {
        "development": [
            "last 1 chrome version",
            "last 1 firefox version",
            "last 1 safari version"
        ],
        "production": [
            ">0.2%",
            "not dead",
            "nop op_mini all"
        ]
    }
}
