删除 'package.json'

This commit is contained in:
chuqiuyu 2022-06-12 22:30:15 +08:00
parent e165b3e85d
commit 37be5b43ee

View File

@ -1,10 +0,0 @@
{
"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"
}
}