-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 KB
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
{
"name": "event-map",
"version": "1.0.0",
"description": "Using the provided meetup api to generate a map based search",
"main": "index.js",
"scripts": {
"start": "snowpack dev",
"build": "snowpack build",
"postbuild": "workbox generateSW workbox-config.js",
"cert-localhost": "mkcert -key-file snowpack.key -cert-file snowpack.crt localhost"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Giveback007/Finding-Meetups.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@giveback007/browser-utils": "^0.0.4",
"@giveback007/util-lib": "^0.20.1",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@types/esri-leaflet": "^2.1.6",
"@types/leaflet": "^1.5.19",
"@types/leaflet.markercluster": "^1.4.3",
"esri-leaflet": "^2.5.1",
"leaflet": "^1.7.1",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"tslib": "^2.0.3"
},
"dependencies": {
"@snowpack/plugin-dotenv": "^2.0.4",
"@snowpack/plugin-optimize": "^0.2.9",
"@snowpack/plugin-react-refresh": "^2.3.7",
"@snowpack/plugin-sass": "^1.1.1",
"@snowpack/plugin-typescript": "^1.1.0",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/snowpack-env": "^2.3.2",
"leaflet.markercluster": "^1.4.1",
"lit-html": "^1.3.0",
"react-leaflet": "^3.0.2",
"snowpack": "^2.17.1",
"typescript": "^4.0.3",
"workbox-cli": "^6.0.0"
}
}