-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 984 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 984 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "forkify",
"version": "1.0.0",
"description": "This app is the final project of the \"The Complete JavaScript Course 2023: From Zero to Expert!\" course.",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Devs2Rios/forkify.git"
},
"keywords": [
"javascript",
"html",
"sass",
"css"
],
"author": "Eduardo Aire",
"devDependencies": {
"@parcel/core": ">=2.9.3 <3.0.0",
"@parcel/transformer-sass": "^2.9.3",
"buffer": "^5.5.0||^6.0.0",
"crypto-browserify": "^3.12.0",
"events": "^3.1.0",
"os-browserify": "^0.3.0",
"parcel": "^2.9.3",
"path-browserify": "^1.0.0",
"process": "^0.11.10",
"sass": "^1.68.0",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0"
},
"dependencies": {
"core-js": "^3.32.2",
"dotenv": "^16.3.1",
"regenerator-runtime": "^0.14.0"
}
}