forked from codeforjapan/mapprint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.02 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
63
64
65
66
67
68
69
70
71
{
"name": "mapprint",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "node_modules/karma/bin/karma --silent --no-color start karma.conf.js",
"watch": "node_modules/karma/bin/karma --auto-watch --no-single-run start karma.conf.js",
"lint": "eslint source/javascripts/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeforjapan/mapprint.git"
},
"author": "Hal Seki",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeforjapan/mapprint/issues"
},
"homepage": "https://github.com/codeforjapan/mapprint#readme",
"devDependencies": {
"@mapbox/togeojson": "^0.16.0",
"@types/geojson": "^7946.0.7",
"@types/jasmine": "^3.4.0",
"@types/jasmine-ajax": "^3.3.0",
"@types/jasmine-jquery": "^1.5.33",
"@types/leaflet": "^1.5.1",
"bower": "^1.8.8",
"brfs": "^2.0.2",
"browserify": "^16.5.0",
"dtsmake": "0.0.10",
"eslint": "^6.4.0",
"geojson": "^0.5.0",
"gulp": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-sass": "^4.0.2",
"jasmine": "^3.4.0",
"jasmine-ajax": "^4.0.0",
"jasmine-core": "^3.4.0",
"jasmine-jquery": "^2.1.1",
"karma": "^4.3.0",
"karma-chrome-launcher": "^3.1.0",
"karma-haml-preprocessor": "^0.1.0",
"karma-html2js-preprocessor": "^1.1.0",
"karma-jasmine": "^2.0.1",
"karma-jasmine-ajax": "^0.1.13",
"karma-jasmine-jquery": "^0.1.1",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-typescript": "^4.1.1",
"node-neat": "^2.0.0-beta.0",
"nodemon": "^1.19.2",
"puppeteer": "^1.20.0",
"shell-quote": "^1.7.2",
"ts-node": "^8.3.0",
"tsify": "^4.0.1",
"typescript": "^3.6.3",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@types/mapbox-gl": "^0.54.3",
"jquery": "^3.4.1",
"leaflet": "^1.5.1",
"lodash": "^4.17.15",
"mapbox-gl": "^1.3.1",
"natives": "latest",
"qrcode": "^1.4.1",
"xmldom": "^0.1.27"
}
}