Files
sensor-web-v2/package.json
Marco Crapts 8421798ffa
All checks were successful
continuous-integration/drone/push Build is passing
update openapi-typescript and openapi-fetch
2024-07-21 23:17:53 +02:00

54 lines
1.6 KiB
JSON

{
"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",
"server": "node --no-warnings --loader ts-node/esm server-node/index.ts",
"server:dev": "nodemon --watch \"server-node/**\" --ext \"ts\" --exec \"npm run server\"",
"test": "vitest",
"test:ci": "vitest run",
"generate-api-client": "openapi-typescript server-python/openapi.json -o src/api.d.ts"
},
"dependencies": {
"@vueuse/core": "^10.5.0",
"bulma": "^0.9.4",
"dayjs": "^1.11.7",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"highcharts": "^10.3.2",
"mongodb": "^4.13.0",
"openapi-fetch": "^0.10.2",
"sass": "^1.69.5",
"vue": "^3.4.3",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.5.1",
"@types/express": "^4.17.21",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.1",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.4.0",
"eslint": "^8.53.0",
"eslint-plugin-vue": "^9.18.1",
"jsdom": "^23.0.1",
"nodemon": "^3.0.1",
"npm-run-all": "^4.1.5",
"openapi-typescript": "^7.1.0",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vitest": "^1.1.1",
"vue-tsc": "^1.8.27"
},
"type": "module"
}