-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 779 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
{
"name": "ip-address-tracker",
"version": "1.0.1",
"description": "IP Address Tracker",
"main": "index.html",
"scripts": {
"start": "webpack serve --mode development",
"build": "webpack --mode production"
},
"author": "Alamin",
"license": "MIT",
"devDependencies": {
"@types/leaflet": "^1.9.12",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"dotenv": "^16.3.1",
"html-loader": "^4.2.0",
"html-webpack-plugin": "^5.5.1",
"mini-css-extract-plugin": "^2.7.5",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"ts-loader": "^9.5.1",
"typescript": "^5.5.4",
"webpack": "^5.80.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.3"
},
"dependencies": {
"leaflet": "^1.9.4"
}
}