35 lines
801 B
JSON
35 lines
801 B
JSON
{
|
|
"name": "tamview",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"back": "node src/back",
|
|
"front:dev": "vite",
|
|
"front:prod": "vite build",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@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",
|
|
"express": "^4.17.1",
|
|
"ol": "^6.5.0",
|
|
"unzip-stream": "^0.3.1",
|
|
"vue": "^3.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"vite": "^2.3.0"
|
|
}
|
|
}
|