mirror of
https://github.com/qist/tvbox.git
synced 2025-02-02 10:14:50 +08:00
11 lines
314 B
JSON
11 lines
314 B
JSON
{
|
|
"scripts": {
|
|
"sass": "npx dart-sass sass/style.scss css/style.css",
|
|
"server": "npx browser-sync start --server --no-notify --files \"css/*.css\" --files \"js/*.js\" --files \"html/*.html\" --startPath \"/html/\""
|
|
},
|
|
"dependencies": {
|
|
"browser-sync": "^2.26.7",
|
|
"dart-sass": "^1.25.0"
|
|
}
|
|
}
|