-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·102 lines (102 loc) · 3.28 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
95
96
97
98
99
100
101
102
{
"name": "front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite --port 80 --host",
"build": "./build-assets.sh production",
"build-dev": "./build-assets.sh development",
"serve": "vite preview --port=80 --host",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"analyze-bundles": "npx vite-bundle-visualizer"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@hennge/vue3-pagination": "^1.0.17",
"@paypal/paypal-js": "^5.1.4",
"@splidejs/vue-splide": "^0.6.12",
"@stripe/stripe-js": "^2.4.0",
"@tailwindcss/postcss7-compat": "^2.0.2",
"@vueform/multiselect": "^2.3.2",
"@vueform/slider": "^2.0.8",
"@vuelidate/core": "^2.0.0-alpha.26",
"@vuelidate/validators": "^2.0.0-alpha.22",
"autoprefixer": "^9",
"axios": "^0.21.1",
"buffer": "^6.0.3",
"chart.js": "^4.3.0",
"cookieconsent": "^3.1.1",
"countries-list": "^2.6.1",
"crypto": "^1.0.0",
"crypto-browserify": "^3.12.0",
"crypto-js": "^4.1.1",
"events": "^3.3.0",
"flag-icon-css": "^4.1.5",
"javascript-obfuscator": "^4.0.2",
"jsencrypt": "^3.2.1",
"jsonpath-plus": "^6.0.1",
"jsonwebtoken-esm": "^1.0.5",
"jws": "^4.0.0",
"line-awesome": "^1.3.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"pinia": "^2.1.6",
"postcss": "^7",
"readable-stream": "npm:vite-compatible-readable-stream@^3.6.1",
"remove": "^0.1.5",
"split-camelcase-to-words": "^1.0.1",
"stream": "0.0.2",
"stream-browserify": "^3.0.0",
"striptags": "^3.2.0",
"tailwind-toast": "^1.0.9",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"toastr2": "^3.0.0-alpha.18",
"ts-md5": "^1.2.11",
"uniqid": "^5.4.0",
"util": "^0.12.4",
"uuid": "^3.4.0",
"vite-compatible-readable-stream": "^3.6.1",
"vite-plugin-node-polyfills": "^0.9.0",
"vue": "^3.3.4",
"vue-class-component": "^8.0.0-0",
"vue-country-flag-next": "^2.3.2",
"vue-easy-lightbox": "^1.16.0",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.3.0-beta.19",
"vue-loading-overlay": "^5.0",
"vue-router": "^4.0.0-0",
"vue-tippy": "^6.0.0-alpha.51",
"vue-upload-component": "^3.1.2",
"vue3-click-away": "^1.2.1",
"vue3-tour": "^0.3.4",
"websocket": "^1.0.34"
},
"devDependencies": {
"@intlify/unplugin-vue-i18n": "^0.11.0",
"@intlify/vite-plugin-vue-i18n": "^7.0.0",
"@types/jsonwebtoken": "^8.5.4",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "5.0",
"@typescript-eslint/parser": "^5.0",
"@vitejs/plugin-vue": "^2.3.2",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"eruda": "^3.0.1",
"eslint": "^8.15.0",
"eslint-plugin-vue": "^8.7.1",
"license-checker-rseidelsohn": "^4.2.6",
"madge": "^5.0.1",
"node-sass": "^4.12.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.51.0",
"typescript": "~4.1.5",
"vite": "^2.9.8",
"vite-bundle-visualizer": "^0.7.0",
"vite-plugin-static-copy": "^0.16.0",
"vite-plugin-time-reporter": "^2.1.0",
"vue-cli-plugin-tailwind": "~2.0.6"
}
}