public
6 days ago
src
6 days ago
.eslintrc.js
4 years ago
.prettierrc.js
4 years ago
package-lock.json
2 weeks ago
package.json
2 weeks ago
package.json
51 lines
| 1 | { |
| 2 | "name": "frontend", |
| 3 | "version": "0.0.0", |
| 4 | "scripts": { |
| 5 | "dev": "vite --port 3000 --strictPort", |
| 6 | "build": "vite build", |
| 7 | "serve": "vite preview", |
| 8 | "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src", |
| 9 | "format": "prettier . --write" |
| 10 | }, |
| 11 | "dependencies": { |
| 12 | "@fullcalendar/core": "^6.1.17", |
| 13 | "@fullcalendar/daygrid": "^6.1.17", |
| 14 | "@fullcalendar/interaction": "^6.1.17", |
| 15 | "@fullcalendar/vue3": "^6.1.17", |
| 16 | "@vueuse/core": "^7.6.0", |
| 17 | "axios": "^0.25.0", |
| 18 | "dayjs": "^1.11.13", |
| 19 | "deepmerge": "^4.2.2", |
| 20 | "element-plus": "^2.9.7", |
| 21 | "jsqr": "^1.4.0", |
| 22 | "libphonenumber-js": "^1.9.49", |
| 23 | "luxon": "^2.4.0", |
| 24 | "maz-ui": "4.9.0", |
| 25 | "moment": "2.30.1", |
| 26 | "quill": "^2.0.3", |
| 27 | "v-money3": "^3.24.1", |
| 28 | "vue": "^3.5.32", |
| 29 | "vue-authenticate": "^1.5.0", |
| 30 | "vue-google-autocomplete": "^1.1.4", |
| 31 | "vue-gtag": "^2.0.1", |
| 32 | "vue-recaptcha": "^2.0.2", |
| 33 | "vue3-cookies": "^1.0.6", |
| 34 | "vuedraggable": "^4.1.0", |
| 35 | "vuex": "^4.0.2" |
| 36 | }, |
| 37 | "devDependencies": { |
| 38 | "@vitejs/plugin-vue": "^4.6.2", |
| 39 | "eslint": "^8.8.0", |
| 40 | "eslint-config-prettier": "^8.3.0", |
| 41 | "eslint-plugin-vue": "^8.4.1", |
| 42 | "prettier": "^2.5.1", |
| 43 | "sass": "^1.49.7", |
| 44 | "unplugin-auto-import": "^21.0.0", |
| 45 | "unplugin-element-plus": "^0.2.0", |
| 46 | "unplugin-vue-components": "^31.1.0", |
| 47 | "vite": "^4.5.14", |
| 48 | "vite-plugin-inspect": "^0.7.42" |
| 49 | } |
| 50 | } |
| 51 |