-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "mcz-package",
"version": "0.0.1",
"description": "The MCZ package",
"scripts": {
"test": "mocha",
"test-watch": "mocha --watch"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^0.25.0",
"file-loader": "^0.11.2",
"fs-extra": "^7.0.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "2.24.1",
"mocha": "^5.2.0",
"pureimage": "^0.1.6",
"style-loader": "^0.13.0",
"webpack": "2.2.1",
"write-file-webpack-plugin": "3.4.2"
},
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"cli-progress": "^3.11.2",
"commander": "^2.19.0",
"density-clustering": "^1.3.0",
"fetch-ponyfill": "^6.0.2",
"file-saver": "^2.0.0",
"fs": "^0.0.1-security",
"jimp": "^0.16.1",
"mathjs": "^5.5.0",
"puppeteer": "^1.13.0",
"read-yaml": "^1.1.0",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"resize-image-data": "^0.2.0",
"rimraf": "^2.6.2",
"robust-point-in-polygon": "^1.0.3"
}
}