mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
9 lines
306 B
JSON
9 lines
306 B
JSON
{
|
|
"name": "theme",
|
|
"version": "1.0.0",
|
|
"description": "ThinkAdmin v6 theme less-style build",
|
|
"scripts": {
|
|
"install": "npm install less less-plugin-clean-css -g",
|
|
"build": "lessc --clean-css --source-map login.less login.css && lessc --clean-css --source-map console.less console.css"
|
|
}
|
|
} |