-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 799 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 799 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
{
"name": "forkify",
"version": "1.0.0",
"repository": "https://github.com/Quiddlee/Forkify.git",
"scripts": {
"eslint": "npx eslint src/js/*.js",
"dev": "yarn run eslint && parcel index.html",
"build": "yarn run eslint && parcel build index.html"
},
"author": "Bogdan Scherbina",
"license": "MIT",
"devDependencies": {
"@parcel/transformer-sass": "2.9.1",
"editorconfig": "^1.0.2",
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.25.2",
"husky": "^8.0.3",
"parcel": "^2.9.1",
"prettier": "^2.8.8",
"process": "^0.11.10"
},
"dependencies": {
"core-js": "^3.30.2",
"fractional": "^1.0.0",
"regenerator-runtime": "^0.13.11"
}
}