mirror of
https://gitee.com/orangeform/orange-admin.git
synced 2026-01-18 02:56:30 +08:00
14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"scripts": {
|
|
"theme-light": "et -c element-variables-light.scss",
|
|
"theme-dark": "et -c element-variables-dark.scss",
|
|
"theme-green": "et -c element-variables-green.scss",
|
|
"theme-orange": "et -c element-variables-orange.scss",
|
|
"theme-blue": "et -c element-variables-blue.scss"
|
|
},
|
|
"devDependencies": {
|
|
"element-theme": "2.0.1",
|
|
"element-theme-chalk": "2.14.1"
|
|
}
|
|
}
|