mini-dynamic-antd-theme
Version:
|  |  |  • 1 kB
JSON
{
"name": "mini-dynamic-antd-theme",
"version": "0.5.5",
"main": "lib/index.js",
"license": "MIT",
"types": "index.d.ts",
"repository": "https://github.com/luffyZh/mini-dynamic-antd-theme.git",
"scripts": {
"dev": "webpack --progress --mode development",
"prebuild": "node utils/autoCss2Str.js",
"build": "webpack -p --progress",
"watch": "webpack --watch --progress",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"keywords": [
"antd",
"dynamic-theme",
"css"
],
"pre-commit": [
"lint"
],
"devDependencies": {
"@types/tinycolor2": "^1.4.2",
"bezier-easing": "^2.1.0",
"clean-webpack-plugin": "^3.0.0",
"css2str": "^0.1.1",
"pre-commit": "^1.2.2",
"prettier": "^2.0.5",
"tinycolor2": "^1.4.1",
"ts-loader": "^7.0.4",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.9.2",
"webpack": "^4.8.3",
"webpack-cli": "^3.1.2"
}
}