mirror of
https://github.com/Nezumi-2711/practice-js.git
synced 2026-09-22 13:38:49 +00:00
Init project
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user