2020-01-13 11:20:35 +00:00
|
|
|
{
|
|
|
|
"name": "tamview",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-07-19 20:13:26 +00:00
|
|
|
"back": "node src/back",
|
|
|
|
"front": "parcel serve src/front/index.html",
|
2020-01-15 23:34:47 +00:00
|
|
|
"lint": "eslint ."
|
2020-01-13 11:20:35 +00:00
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
2020-07-23 17:19:35 +00:00
|
|
|
"@turf/turf": "^5.1.6",
|
2020-07-16 22:16:54 +00:00
|
|
|
"axios": "^0.19.2",
|
2020-01-13 12:00:09 +00:00
|
|
|
"color": "^3.1.2",
|
2020-01-13 11:20:35 +00:00
|
|
|
"csv-parse": "^4.8.3",
|
|
|
|
"express": "^4.17.1",
|
2020-01-14 13:08:08 +00:00
|
|
|
"geolib": "^3.2.1",
|
2020-01-15 23:22:23 +00:00
|
|
|
"ol": "^6.1.1",
|
2020-01-14 23:19:26 +00:00
|
|
|
"unzip-stream": "^0.3.0"
|
2020-01-13 11:20:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-01-15 23:34:47 +00:00
|
|
|
"eslint": "^6.8.0",
|
2020-07-16 22:16:54 +00:00
|
|
|
"nodemon": "^2.0.2",
|
|
|
|
"parcel-bundler": "^1.12.4"
|
2020-01-13 11:20:35 +00:00
|
|
|
}
|
|
|
|
}
|