-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 848 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
{
"name": "recipe-app",
"source": "src/index.html",
"browserslist": "> 0.5%, last 2 versions, not dead",
"version": "1.0.0",
"description": "Simple recipe app written in vanilla Javascript",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MindaugasJasiunas/js-recipe-app.git"
},
"author": "Mindaugas Jasiunas",
"license": "ISC",
"bugs": {
"url": "https://github.com/MindaugasJasiunas/js-recipe-app/issues"
},
"homepage": "https://github.com/MindaugasJasiunas/js-recipe-app#readme",
"devDependencies": {
"parcel": "^2.4.0"
},
"dependencies": {
"core-js": "^3.21.1",
"fracty": "^1.0.9",
"regenerator-runtime": "^0.13.9"
}
}