jc/package.json
2023-01-21 02:51:21 +08:00

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"
}
}