-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 999 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
32
33
34
35
36
37
38
{
"name": "delish-recipe-website",
"version": "1.0.0",
"description": "",
"default": "index.html",
"type": "module",
"scripts": {
"start": "parcel index.html",
"build": "parcel build *.html --dist-dir ./dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahboube89/Delish-Recipe-Website.git"
},
"author": "Mahboubeh Ranjbar",
"license": "ISC",
"bugs": {
"url": "https://github.com/mahboube89/Delish-Recipe-Website/issues"
},
"homepage": "https://github.com/mahboube89/Delish-Recipe-Website#readme",
"devDependencies": {
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"events": "^3.3.0",
"os-browserify": "^0.3.0",
"parcel": "^2.13.2",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"svgo": "^3.3.2",
"vm-browserify": "^1.1.2"
},
"dependencies": {
"cors": "^2.8.5",
"regenerator-runtime": "^0.14.1"
}
}