forked from Polygant/OpenCEX-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.33 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
{
"name": "p",
"private": true,
"version": "0.0.0",
"scripts": {
"lint": "eslint --ext .js,.vue --ignore-path .eslintignore --fix src",
"format": "prettier . --write --ignore-path .gitignore",
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@kyvg/vue3-notification": "^2.3.4",
"@meforma/vue-copy-to-clipboard": "^0.0.1",
"@tailwindcss/typography": "^0.5.2",
"@tailwindcss/ui": "^0.7.2",
"@vueform/multiselect": "^2.4.2",
"add": "^2.0.6",
"axios": "^0.26.1",
"click-outside-vue3": "^4.0.1",
"decimal.js": "^10.3.1",
"format-date-time": "^0.3.3",
"highcharts": "^10.0.0",
"highcharts-vue": "^1.4.0",
"jwt-decode": "^3.1.2",
"moment": "^2.29.3",
"postcss": "^8.4.5",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postcss-nesting": "^10.1.2",
"qrcode-generator": "^1.4.4",
"sass": "^1.50.1",
"tailwindcss": "^3.0.24",
"vite-plugin-dynamic-import": "^0.9.1",
"vue": "^3.2.25",
"vue-clipboard3": "^2.0.0",
"vue-datepicker-next": "^1.0.2",
"vue-i18n": "^9.1.9",
"vue-meta": "^3.0.0-alpha.10",
"vue-native-websocket": "^2.0.15",
"vue-native-websocket-vue3": "^3.1.5",
"vue-owl-carousel": "^2.0.3",
"vue-recaptcha": "^2.0.2",
"vue-recaptcha-v3": "^2.0.1",
"vue-router": "^4.0.13",
"vue3-cookies": "^1.0.6",
"vue3-datepicker": "^0.3.4",
"vue3-highcharts": "^0.1.3",
"vue3-perfect-scrollbar": "^1.6.0",
"vue3-tel-input": "^1.0.4",
"vuejs-paginate-next": "^1.0.2",
"vuex": "^4.0.2",
"yarn": "^1.22.19"
},
"devDependencies": {
"@heroicons/vue": "^1.0.6",
"@types/lodash": "^4.14.182",
"@types/node": "^17.0.40",
"@typescript-eslint/parser": "^5.27.1",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/eslint-config-typescript": "^10.0.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-html": "^6.2.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.14.1",
"lodash": "^4.17.21",
"prettier": "^2.6.2",
"semver": "^7.3.7",
"typescript": "^4.5.4",
"vite": "^2.9.16",
"vite-plugin-eslint": "^1.6.0",
"vue-tsc": "^0.34.7"
}
}