-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.2 KB
/
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
36
37
38
39
40
41
42
43
44
45
{
"name": "ip-address-tracker-master",
"version": "1.0.0",
"description": "![Design preview for the IP address tracker coding challenge](./design/desktop-preview.jpg)",
"source": "public/index.html",
"scripts": {
"start": "parcel serve --open msedge -p 1001",
"build": "parcel build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"ip",
"tracker"
],
"author": "Yeraldo Nicolás Moreira",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"dotenv": "^16.0.0",
"leaflet": "^1.8.0",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"swr": "^1.3.0"
},
"devDependencies": {
"buffer": "^6.0.3",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"os-browserify": "^0.3.0",
"parcel": "^2.5.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.13",
"process": "^0.11.10",
"tailwindcss": "^3.0.24",
"util": "^0.12.4"
}
}