{ "name": "timetable-v2", "version": "0.0.0", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview --port 5050", "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" }, "dependencies": { "dayjs": "^1.11.3", "swiper": "^8.3.2", "vite-plugin-git-revision": "^0.1.9", "vue": "^3.2.37", "vue-i18n": "^9.2.2", "vue-router": "^4.0.15" }, "devDependencies": { "@rushstack/eslint-patch": "^1.1.0", "@vitejs/plugin-vue": "^3.2.0", "@vue/eslint-config-prettier": "^7.0.0", "eslint": "^8.17.0", "eslint-plugin-vue": "^9.7.0", "prettier": "^2.5.1", "vite": "^3.2.4", "vite-plugin-pwa": "^0.13.3" } }