-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
49 lines (49 loc) · 1.4 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
{
"name": "windzo",
"version": "1.0.1",
"description": "Free Open Source Template Dashboard Admin Vue Tailwind CSS",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"windsass": "sass --watch src/assets/sass/app.windzo.scss src/assets/sass/css/windzo.css",
"require": "npm i -g sass @vue/cli"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sahrullahh/windzo.git"
},
"homepage": "https://windzo.vercel.app",
"author": "Mohammad Sahrullah",
"license": "MIT",
"dependencies": {
"apexcharts": "^3.34.0",
"autoprefixer": "^10.4.14",
"chart.js": "^3.7.1",
"click-outside-vue3": "^4.0.1",
"core-js": "^3.8.3",
"dropzone-vue": "^0.1.11",
"flowbite": "^1.4.1",
"lodash": "^4.17.21",
"perfect-scrollbar": "^1.5.5",
"pinia": "^2.0.33",
"postcss": "^8.4.21",
"smooth-scrollbar": "^8.7.4",
"tailwindcss": "^3.2.7",
"v-tables-3": "^0.4.7",
"validator": "^13.9.0",
"vue": "^3.2.13",
"vue-chartjs": "^4.0.2",
"vue-perfect-scrollbar": "^0.2.1",
"vue-router": "^4.0.3",
"vue3-apexcharts": "^1.4.1",
"vue3-perfect-scrollbar": "^1.6.0"
},
"devDependencies": {
"@iconify/vue": "^3.2.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"vue-cli-plugin-tailwind": "~3.0.0"
}
}