Init project

This commit is contained in:
2023-08-22 10:36:40 +07:00
parent d9209e871e
commit 2343883273
25 changed files with 3743 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"name": "javascript-practice",
"version": "1.0.0",
"description": "loi-phan-internship",
"scripts": {
"start": "parcel ./src/*.html --no-cache --no-source-maps",
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.pug --no-cache --no-source-maps --dist-dir dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"parcel": "^2.9.3"
},
"dependencies": {
"core-js": "^3.32.1",
"regenerator-runtime": "^0.14.0"
}
}