mirror of
https://github.com/Nezumi-2711/practice-js.git
synced 2026-09-22 05:32:05 +00:00
20 lines
410 B
JSON
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"
|
|
}
|
|
}
|