1 Star 0 Fork 0

MT / antd-theme-generator

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.37 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "antd-theme-generator",
"version": "1.2.8",
"description": "This a script to generate color specific styles less file and which you can use to change theme dynamically in browser",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint --fix index.js",
"deploy": "cd examples/customize-cra && npm run build && gh-pages -d build && cd ../../"
},
"bundledDependencies": [
"glob",
"hash.js",
"less",
"less-plugin-npm-import",
"postcss",
"strip-css-comments"
],
"dependencies": {
"glob": "^7.1.3",
"hash.js": "^1.1.5",
"less": "^3.9.0",
"less-bundle-promise": "^1.0.7",
"less-plugin-npm-import": "^2.1.0",
"postcss": "^6.0.21",
"postcss-less": "^3.1.4",
"strip-css-comments": "^4.1.0"
},
"keywords": [
"antd",
"theme",
"less",
"dynamic-theme",
"css"
],
"author": {
"name": "mzohaibqc",
"url": "https://github.com/mzohaibqc"
},
"repository": {
"type": "git",
"url": "git://github.com/mzohaibqc/antd-theme-generator"
},
"license": "ISC",
"devDependencies": {
"eslint": "^7.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"gh-pages": "^2.2.0"
}
}
1
https://gitee.com/MT007/antd-theme-generator.git
git@gitee.com:MT007/antd-theme-generator.git
MT007
antd-theme-generator
antd-theme-generator
master

搜索帮助