-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 760 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 760 Bytes
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
{
"name": "derive",
"version": "0.0.0",
"main": "src/app.js",
"repository": {
"url": "git@github.com:erik/derive.git",
"type": "git"
},
"scripts": {
"serve": "webpack-serve",
"lint": "eslint src/*",
"build": "webpack -p"
},
"author": "Erik Price <github@erikprice.net>",
"license": "MIT",
"dependencies": {
"exif-js": "^2.3.0",
"fit-file-parser": "^1.6.18",
"igc-parser": "^0.5.0",
"leaflet": "^1.3.3",
"leaflet-easybutton": "^2.3.0",
"leaflet-image": "^0.4.0",
"leaflet-providers": "^1.13.0",
"picomodal": "^3.0.0",
"skiz-parser": "^1.4.0"
},
"devDependencies": {
"eslint": "^5.3.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-serve": "^2.0.2"
}
}