-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1008 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
{
"name": "weatherapp",
"version": "1.0.0",
"description": "Weather App project form \"The Odin Project\"",
"main": "webpack.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack serve --open",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gianluca-Cioni/weatherApp.git"
},
"author": "Gianluca Cioni <gianlucacioni93@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gianluca-Cioni/weatherApp/issues"
},
"homepage": "https://github.com/Gianluca-Cioni/weatherApp#readme",
"devDependencies": {
"css-loader": "^6.3.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.2",
"style-loader": "^3.3.0",
"webpack": "^5.55.1",
"webpack-cli": "^4.8.0",
"webpack-dev-server": "^4.3.0"
},
"dependencies": {
"jsdom-quokka-plugin": "^1.0.16"
}
}