-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 940 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 940 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "forkify",
"__comment": "This is the package management file of the project. Please note that the version of the packages used in the course are used here. I am not the author of this project. I am a student of this course. All credits goes to Jonas. The modifications beside the original course route on this project will be included by me.",
"version": "1.0.0",
"description": "Recipe Application. Original by Jonas Schedtmann",
"default": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build index.html --no-scope-hoist"
},
"author": "foxtbird (@Black_2_white)",
"license": "ISC",
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
"parcel": "^2.7.0",
"sass": "^1.56.0"
},
"dependencies": {
"core-js": "^3.26.1",
"fractional": "^1.0.0",
"regenerator-runtime": "^0.13.10"
}
}