first commit

This commit is contained in:
“dongming”
2025-12-19 22:16:01 +08:00
commit ebae1aa7e3
272 changed files with 143141 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "turingflow-shop-001",
"version": "1.0.0",
"description": "Turingflow Shop Template",
"scripts": {
"dev": "browser-sync start --server 'html' --files 'html/**/*.html, html/**/*.css, html/**/*.js' --no-notify --host 0.0.0.0 --port 3000"
},
"devDependencies": {
"browser-sync": "^3.0.2"
}
}