This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
94 lines (94 loc) · 3.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "beabee-new-frontend",
"version": "2.2.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"i18n": "node scripts/i18n.cjs $(git rev-parse --symbolic-full-name --abbrev-ref HEAD)",
"check": "npm run check:vue-tsc && npm run check:eslint && npm run check:prettier",
"check:vue-tsc": "vue-tsc --noEmit",
"check:eslint": "eslint 'src/**/*.{ts,vue}'",
"check:prettier": "prettier -c .",
"fix:prettier": "prettier --write .",
"generate:index": "barrelsby --config barrelsby.json"
},
"dependencies": {
"@appsignal/javascript": "^1.3.28",
"@beabee/beabee-common": "^0.20.10",
"@captchafox/vue": "^1.1.0",
"@fontsource/fira-sans": "^5.0.18",
"@fontsource/fira-sans-condensed": "^5.0.8",
"@fontsource/nunito-sans": "^5.0.8",
"@fontsource/open-sans": "^5.0.18",
"@fontsource/roboto": "^5.0.12",
"@fontsource/roboto-slab": "^5.0.18",
"@fontsource/rubik": "^5.0.18",
"@fontsource/ubuntu": "^5.0.8",
"@fontsource/work-sans": "^5.0.16",
"@formio/vue": "5.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@maptiler/client": "^1.8.0",
"@maptiler/geocoding-control": "^1.1.1",
"@stripe/stripe-js": "^2.2.1",
"@tiptap/extension-link": "^2.1.13",
"@tiptap/extension-typography": "^2.1.13",
"@tiptap/extension-underline": "^2.1.13",
"@tiptap/pm": "^2.1.13",
"@tiptap/starter-kit": "^2.1.13",
"@tiptap/vue-3": "^2.1.13",
"@types/body-scroll-lock": "^3.1.2",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"axios": "^1.6.2",
"body-scroll-lock": "^4.0.0-beta.0",
"color2k": "^2.0.3",
"date-fns": "^2.30.0",
"formiojs": "npm:@beabee/formiojs@^4.15.11",
"iframe-resizer": "^4.3.9",
"maplibre-gl": "^3.6.2",
"mitt": "^3.0.1",
"otpauth": "^9.2.1",
"qrcode-generator": "^1.4.4",
"slugify": "^1.6.6",
"vue": "^3.3.11",
"vue-accessible-color-picker": "^5.0.1",
"vue-i18n": "^9.8.0",
"vue-maplibre-gl": "^3.0.3",
"vue-router": "^4.2.5",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@babel/types": "^7.23.6",
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@rollup/plugin-replace": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-vue": "^4.5.2",
"@vue/tsconfig": "^0.4.0",
"autoprefixer": "^10.4.16",
"barrelsby": "^2.8.1",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.19.2",
"googleapis": "^129.0.0",
"markdown-it": "^14.0.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.6",
"typescript": "^5.3.3",
"vite": "^5.0.8",
"vite-plugin-pages": "^0.32.0",
"vue-tsc": "^1.8.25"
},
"overrides": {
"formiojs": "npm:@beabee/formiojs@^4.15.11"
}
}