Files
practice-js/package.json
T
2023-08-13 16:50:29 +07:00

20 lines
410 B
JSON

{
"name": "practice-project",
"version": "1.0.0",
"description": "Forkify aplication",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"author": "Nezumi",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.9.3",
"parcel": "^2.9.3"
},
"dependencies": {
"core-js": "^3.32.0",
"regenerator-runtime": "^0.14.0"
}
}