-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 998 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 998 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
35
36
37
38
{
"name": "weather-app",
"version": "1.0.0",
"description": "The goal of the project was to make a Weather app using promises with async/await and fetch.",
"main": "index.ts",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --open",
"build": "webpack --config webpack.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/N3mEee/Weather-App.git"
},
"keywords": [
"weather",
"app",
"weather",
"app",
"top"
],
"author": "N3mEee",
"license": "MIT",
"bugs": {
"url": "https://github.com/N3mEee/Weather-App/issues"
},
"homepage": "https://github.com/N3mEee/Weather-App#readme",
"devDependencies": {
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^4.9.4",
"typescript-plugin-css-modules": "^4.1.1",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
}
}