-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.8 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "ip-address-tracker-master",
"version": "1.0.0",
"author": {
"name": "MrGeminus",
"email": "contact@mrgeminus.com",
"url": "http://mrgeminus.com/"
},
"description": "This is a solution to the IP address tracker challenge on Frontend Mentor.",
"keywords": [
"HTML",
"Accessibility",
"BEM",
"SCSS",
"Mobile-first workflow",
"TypeScript",
"Leaflet",
"Ipify",
"Axios",
"Parcel",
"ESLint",
"Netlify Serverless Functions",
"Ip address tracker",
"Frontend Mentor"
],
"repository": {
"type": "git",
"url": "git+https://github.com/MrGeminus/ip-address-tracker-master.git"
},
"homepage": "https://github.com/MrGeminus/ip-address-tracker-master#readme",
"bugs": {
"url": "https://github.com/MrGeminus/ip-address-tracker-master/issues",
"email": "support@mrgeminus.com"
},
"source": "src/index.html",
"scripts": {
"start": "parcel src/index.html",
"dev": "netlify dev",
"lint": "npx eslint src/**/*.ts",
"build": "parcel build src/index.html"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.2",
"@types/geojson": "^7946.0.8",
"@types/leaflet": "^1.7.11",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"eslint": "^8.20.0",
"netlify-cli": "^10.11.2",
"parcel": "^2.6.2",
"process": "^0.11.10",
"sass": "^1.42.1",
"typescript": "^4.4.3"
},
"dependencies": {
"@netlify/functions": "^1.0.0",
"axios": "^0.22.0",
"leaflet": "^1.8.0"
},
"license": "MIT",
"funding": [
{
"type": "Buy Me A Coffee",
"url": "https://www.buymeacoffee.com/mrgeminus"
},
{
"type": "Subscribe Star",
"url": "https://www.subscribestar.com/mrgeminus"
}
]
}