2020-01-13 11:20:35 +00:00
|
|
|
{
|
|
|
|
"name": "tamview",
|
2020-07-25 16:05:43 +00:00
|
|
|
"version": "0.1.0",
|
2021-05-11 19:39:24 +00:00
|
|
|
"type": "module",
|
2020-01-13 11:20:35 +00:00
|
|
|
"scripts": {
|
2020-07-19 20:13:26 +00:00
|
|
|
"back": "node src/back",
|
2021-05-11 19:39:24 +00:00
|
|
|
"front:dev": "vite",
|
|
|
|
"front:prod": "vite build",
|
2020-01-15 23:34:47 +00:00
|
|
|
"lint": "eslint ."
|
2020-01-13 11:20:35 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-05-11 19:39:24 +00:00
|
|
|
"@turf/along": "^6.3.0",
|
|
|
|
"@turf/helpers": "^6.3.0",
|
|
|
|
"@turf/length": "^6.3.0",
|
|
|
|
"@turf/projection": "^6.3.0",
|
|
|
|
"@turf/turf": "^6.3.0",
|
|
|
|
"axios": "^0.21.1",
|
|
|
|
"color": "^3.1.3",
|
|
|
|
"csv-parse": "^4.15.4",
|
2020-01-13 11:20:35 +00:00
|
|
|
"express": "^4.17.1",
|
2021-05-11 19:39:24 +00:00
|
|
|
"ol": "^6.5.0",
|
|
|
|
"unzip-stream": "^0.3.1",
|
|
|
|
"vue": "^3.0.5"
|
2020-01-13 11:20:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-05-11 19:39:24 +00:00
|
|
|
"@vitejs/plugin-vue": "^1.2.2",
|
|
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
|
|
"eslint": "^7.26.0",
|
|
|
|
"eslint-config-eslint": "^7.0.0",
|
|
|
|
"eslint-plugin-jsdoc": "^34.0.1",
|
2020-07-25 16:05:43 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
2021-05-11 19:39:24 +00:00
|
|
|
"vite": "^2.3.0"
|
2020-01-13 11:20:35 +00:00
|
|
|
}
|
|
|
|
}
|