-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.59 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
{
"name": "como-ui",
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-prod": "vite build --base=/dashboard/",
"serve": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src"
},
"dependencies": {
"@vuepic/vue-datepicker": "3.2.2",
"@vueuse/core": "^8.6.0",
"axios": "^0.27.2",
"chart.js": "^3.8.0",
"chartjs-adapter-dayjs": "^1.0.0",
"daisyui": "^2.15.3",
"dayjs": "^1.11.3",
"dayjs-plugin-utc": "^0.1.2",
"js-cookie": "^3.0.1",
"jsonapi-vuex": "^5.8.0",
"minimist": "^1.2.6",
"sass": "^1.54.9",
"sass-loader": "^13.0.2",
"vee-validate": "^4.5.11",
"vue": "^3.2.37",
"vue-chart-3": "^3.1.8",
"vue-chartjs": "^4.1.1",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.16",
"vue-slider-component": "^4.1.0-beta.2",
"vue-toastification": "^2.0.0-rc.5",
"vuex": "^4.0.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@headlessui/vue": "^1.6.4",
"@heroicons/vue": "^1.0.6",
"@intlify/vite-plugin-vue-i18n": "^3.4.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.2",
"@types/tailwindcss": "^3.0.10",
"@vitejs/plugin-vue": "^2.3.3",
"autoprefixer": "^10.4.7",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^9.1.1",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.2",
"vite": "^2.9.12"
}
}