This commit is contained in:
louiscklaw
2025-02-01 02:03:24 +08:00
parent 8bf2589af5
commit a1833c6795
71 changed files with 2920 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "ddmseoul",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "http-server",
"deploy": "firebase deploy",
"emulate":"firebase emulators:start --only hosting",
"gitUpdate": "git add . && git commit -m'update,'&& git push",
"uglifyjs":"uglifyjs --compress toplevel --mangle --mangle-props -o public/scripts.js -- public/scripts-src.js "
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"http-server": "^14.1.1",
"uglify-js": "^3.17.4"
}
}