-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.47 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
{
"name": "bannershake-app",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"develop": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"server": "node --experimental-modules src/server.js",
"svgo": "./node_modules/svgo-ll/bin/svgo.js -f src/static/provided/logos"
},
"dependencies": {
"@emailjs/browser": "^4.4.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@kyvg/vue3-notification": "^3.4.0",
"@svgdotjs/svg.js": "^3.2.4",
"express": "^5.0.1",
"lodash": "^4.17.21",
"node-fetch": "^3.3.2",
"ofetch": "^1.4.1",
"pinia": "^2.2.4",
"sharp": "^0.33.5",
"svgdom": "^0.1.19",
"svgo-ll": "^5.5.0",
"vue": "^3.5.12",
"vue-country-flag-next": "^2.3.2",
"vue-debounce": "^5.0.1",
"vue-github-button": "^3.1.3",
"vue-google-adsense": "^2.0.0",
"vue-i18n": "9.14.1",
"vue-scriptx": "^0.2.5",
"vuedraggable": "^4.1.0",
"vuetify": "^3.7.3"
},
"devDependencies": {
"@mdi/font": "^7.4.47",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-tsconfig-paths": "^5.0.1",
"vue-tsc": "^2.1.6"
}
}