2020-01-13 11:20:35 +00:00
|
|
|
{
|
|
|
|
"name": "tamview",
|
2020-07-25 16:05:43 +00:00
|
|
|
"version": "0.1.0",
|
2020-01-13 11:20:35 +00:00
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-07-19 20:13:26 +00:00
|
|
|
"back": "node src/back",
|
2020-07-24 23:05:03 +00:00
|
|
|
"front:dev": "parcel serve src/front/index.html",
|
2020-07-24 22:58:35 +00:00
|
|
|
"front:prod": "npx parcel build src/front/index.html --no-source-maps --no-autoinstall",
|
2020-01-15 23:34:47 +00:00
|
|
|
"lint": "eslint ."
|
2020-01-13 11:20:35 +00:00
|
|
|
},
|
2020-07-25 16:05:43 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0"
|
|
|
|
},
|
2020-01-13 11:20:35 +00:00
|
|
|
"keywords": [],
|
2020-07-25 16:05:43 +00:00
|
|
|
"author": "Mattéo Delabre",
|
|
|
|
"license": "MIT",
|
2020-01-13 11:20:35 +00:00
|
|
|
"dependencies": {
|
2020-07-25 14:28:51 +00:00
|
|
|
"@turf/along": "^6.0.1",
|
|
|
|
"@turf/helpers": "^6.1.4",
|
|
|
|
"@turf/length": "^6.0.2",
|
2020-07-25 16:05:43 +00:00
|
|
|
"@turf/projection": "^6.0.1",
|
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-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-25 16:05:43 +00:00
|
|
|
"eslint-config-eslint": "^6.0.0",
|
|
|
|
"eslint-plugin-jsdoc": "^30.0.3",
|
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2020-07-16 22:16:54 +00:00
|
|
|
"parcel-bundler": "^1.12.4"
|
2020-01-13 11:20:35 +00:00
|
|
|
}
|
|
|
|
}
|