Files
javascript-training/javascript-practice/package.json
T
2023-08-22 16:59:21 +07:00

20 lines
536 B
JSON

{
"name": "javascript-practice",
"version": "1.0.0",
"description": "loi-phan-internship",
"scripts": {
"start": "parcel ./src/pages/*.html --no-cache --no-source-maps",
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/pages/*.html --no-cache --no-source-maps --dist-dir dist"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"parcel": "^2.9.3"
},
"dependencies": {
"core-js": "^3.32.1",
"regenerator-runtime": "^0.14.0"
}
}