UNPKG

antd-theme-webpack-plugin

Version:

A webpack plugin to provide Dynamic Theme for Ant Design

40 lines (39 loc) 896 B
{ "name": "antd-theme-webpack-plugin", "version": "1.3.9", "description": "A webpack plugin to provide Dynamic Theme for Ant Design", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "deploy": "cd examples/customize-cra && npm run build && gh-pages -d build && cd ../../" }, "dependencies": { "antd-theme-generator": "^1.2.8", "webpack-sources": "^2.2.0" }, "peerDependencies": { "webpack": "^4.0.0 || ^5.0.0" }, "author": { "name": "mzohaibqc", "url": "https://github.com/mzohaibqc" }, "repository": { "type": "git", "url": "git://github.com/mzohaibqc/antd-theme-webpack-plugin" }, "keywords": [ "antd", "ant-design", "less", "lessjs", "css", "theme", "dynamic-theme", "webpack" ], "license": "ISC", "devDependencies": { "gh-pages": "^2.2.0" } }