-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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": "census",
"version": "1.0.0",
"description": "Information about census tracks and hardest to count areas.",
"main": "index.js",
"scripts": {
"start": "parcel index.html --https --no-cache --no-source-maps -p 3000",
"test": "./node_modules/.bin/cypress open",
"build": "parcel build index.js --no-cache --public-url '.' --no-source-maps -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CityOfDetroit/census.git"
},
"keywords": [
"Census",
"Tracks",
"Self-respose-rate",
"Detroit",
"Population"
],
"author": "Edgar Montes",
"license": "MIT",
"bugs": {
"url": "https://github.com/CityOfDetroit/census.git"
},
"homepage": "https://github.com/CityOfDetroit/census#readme",
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "^4.5.0",
"@turf/simplify": "^5.1.5",
"@turf/turf": "^5.1.6",
"mapbox-gl": "^1.11.0",
"terraformer-arcgis-parser": "^1.1.0"
},
"devDependencies": {
"@babel/core": "^7.10.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-preset-env": "^1.7.0",
"cssnano": "^4.1.10",
"cypress": "^4.9.0",
"sass": "^1.26.9"
}
}