-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.59 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
{
"name": "crime-map",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "webpack-dev-server",
"test": "jest",
"test:watch": "jest --watchAll"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jimmaaay/crimeMap.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jimmaaay/crimeMap/issues"
},
"homepage": "https://github.com/jimmaaay/crimeMap#readme",
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-typescript": "^7.3.3",
"@types/haversine": "^1.1.2",
"@types/jest": "^24.0.12",
"@types/lodash": "^4.14.123",
"@types/mapbox-gl": "^0.51.4",
"@types/node": "^11.9.4",
"@types/uuid": "^3.4.5",
"autoprefixer": "^9.5.1",
"babel-jest": "^24.8.0",
"css-loader": "^2.1.0",
"dotenv-webpack": "^1.7.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.8.0",
"node-sass": "^4.11.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"ts-loader": "^5.3.3",
"typescript": "^3.3.3",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"eventemitter3": "^3.1.0",
"haversine": "^1.1.1",
"lit-element": "^2.0.1",
"lodash": "^4.17.11",
"mapbox-gl": "^0.53.0",
"p-map": "^2.1.0",
"pwa-helpers": "^0.9.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.2"
}
}