UNPKG

mini-dynamic-antd-theme

Version:

| ![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/fire

40 lines (39 loc) 1 kB
{ "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" } }