-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 822 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "app-forkify",
"version": "1.0.0",
"description": "Recipe Application",
"browserslist": "> 1%, last 2 versions, not dead, not ie 11",
"default": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --dist-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erhanertem/App-Forkify.git"
},
"author": "Erhan ERTEM",
"license": "ISC",
"bugs": {
"url": "https://github.com/erhanertem/App-Forkify/issues"
},
"homepage": "https://github.com/erhanertem/App-Forkify#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
"parcel": "^2.7.0"
},
"dependencies": {
"core-js": "^3.25.5",
"fractional": "^1.0.0",
"fracty": "^1.0.11",
"regenerator-runtime": "^0.13.9"
}
}