-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.71 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.71 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
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "blocks",
"description": "Blocks a map game built for SE319",
"version": "0.0.1",
"author": {
"name": "Jonathan Segal and Ben Cohen"
},
"license": "MIT",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"deploy": "now --prod",
"now-build": "next build",
"tunnel": "npx localtunnel --port 3000",
"prettier": "prettier --write \"**/*.{js,json,md,yml}\""
},
"dependencies": {
"@turf/area": "^6.0.1",
"@turf/points-within-polygon": "^5.1.5",
"@turf/turf": "^5.1.6",
"@zeit/next-less": "^1.0.1",
"file-loader": "^4.2.0",
"firebase": "^7.3.0",
"immutable": "^4.0.0-rc.12",
"less": "^3.10.3",
"next": "^9.3.2",
"next-offline": "^4.0.6",
"raw-loader": "^3.1.0",
"react": "^16.7.0",
"react-color": "^2.17.3",
"react-dom": "^16.7.0",
"react-geolocated": "^3.0.1",
"react-lottie": "^1.2.3",
"react-map-gl": "^5.1.1",
"react-map-gl-draw": "^0.16.1",
"react-redux": "^7.1.3",
"react-swipeable-views": "^0.13.3",
"recompose": "^0.30.0",
"redux": "^4.0.4",
"rsuite": "^4.1.0",
"styled-components": "^4.4.1",
"url-loader": "^2.2.0",
"webpack": "^4.41.2"
},
"devDependencies": {
"localtunnel": "^2.0.0",
"prettier": "^1.15.3",
"redux-devtools-extension": "^2.13.8",
"serve": "^11.1.0"
},
"resolutions": {
"@turf/difference": "6.0.1"
},
"sideEffects": [
"lib/**/style/*",
"es/**/style/*",
"dist/*",
"*.less",
"*.css"
]
}