-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 956 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
{
"name": "foodragon",
"version": "1.0.0",
"description": "Beautiful recipe search engine made with modern JavaScript features 😋🍴",
"default": "index.html",
"scripts": {
"start": "parcel index.html",
"build": "parcel build index.html --no-scope-hoist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devmuzaky/FooDragon.git"
},
"author": "https://www.linkedin.com/in/devmuzaky/",
"license": "ISC",
"bugs": {
"url": "https://github.com/devmuzaky/FooDragon/issues"
},
"homepage": "https://github.com/devmuzaky/FooDragon#readme",
"devDependencies": {
"@parcel/transformer-sass": "^2.7.0",
"buffer": "^6.0.3",
"parcel": "^2.7.0",
"process": "^0.11.10",
"sass": "^1.55.0",
"util": "^0.12.5"
},
"dependencies": {
"babel-plugin-transform-glob-import": "^1.0.1",
"core-js": "^3.26.0",
"fractional": "^1.0.0",
"regenerator-runtime": "^0.13.10"
}
}