PluginProbe ʕ •ᴥ•ʔ
Booking for Appointments and Events Calendar – Amelia / trunk
Booking for Appointments and Events Calendar – Amelia vtrunk
2.4.3 2.4.2 2.4.1 2.4 trunk 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.15 1.2.16 1.2.17 1.2.18 1.2.19 1.2.2 1.2.20 1.2.21 1.2.22 1.2.23 1.2.24 1.2.25 1.2.26 1.2.27 1.2.28 1.2.29 1.2.3 1.2.30 1.2.31 1.2.32 1.2.33 1.2.34 1.2.35 1.2.36 1.2.37 1.2.38 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.3
ameliabooking / v3 / package.json
ameliabooking / v3 Last commit date
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