{ "name": "sensor-web-v2", "version": "1.0.0", "scripts": { "dev": "vite", "build": "run-p type-check build-only", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --noEmit", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore" }, "dependencies": { "bulma": "^0.9.4", "dayjs": "^1.11.7", "dotenv": "^16.0.3", "express": "^4.18.2", "highcharts": "^10.3.2", "mongodb": "^4.13.0", "sass": "^1.57.0", "vue": "^3.2.45", "vue-router": "^4.1.6" }, "devDependencies": { "@rushstack/eslint-patch": "^1.2.0", "@types/node": "^18.11.17", "@vitejs/plugin-vue": "^4.0.0", "@vue/eslint-config-prettier": "^7.0.0", "@vue/eslint-config-typescript": "^11.0.2", "@vue/tsconfig": "^0.1.3", "eslint": "^8.30.0", "eslint-plugin-vue": "^9.2.0", "npm-run-all": "^4.1.5", "prettier": "^2.7.1", "typescript": "^4.9.4", "vite": "^4.0.2", "vue-tsc": "^1.0.14" } }