Files

22 lines
465 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",
"process": "^0.11.10"
},
"dependencies": {
"core-js": "^3.32.0",
"fractional": "^1.0.0",
"regenerator-runtime": "^0.14.0"
}
}