-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 877 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
{
"name": "amazing-animals",
"version": "1.0.0",
"description": "",
"main": "index.html",
"dependencies": {
"@babel/polyfill": "^7.12.1",
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"@babel/cli": "^7.12.13",
"@babel/core": "^7.12.13",
"@babel/preset-env": "^7.12.13",
"eslint": "^7.19.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"webpack": "^5.20.2",
"webpack-cli": "^4.5.0"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marcopla/amazing-animals.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/marcopla/amazing-animals/issues"
},
"homepage": "https://github.com/marcopla/amazing-animals#readme"
}