-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.74 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
{
"name": "mantis-vuetify-vuejs-free",
"version": "1.0.0",
"private": false,
"author": "CodedThemes",
"scripts": {
"dev": "vite",
"build": "vite build",
"build-stage": "vite build --base=/vue/free/stage/",
"build-prod": "vite build --base=/vue/free/",
"preview": "vite preview --port 5050",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.0",
"@fontsource/inter": "^5.0.8",
"@fontsource/poppins": "^5.0.8",
"@fontsource/public-sans": "^5.0.8",
"@fontsource/roboto": "^5.0.8",
"@tiptap/starter-kit": "2.1.7",
"@tiptap/vue-3": "2.1.7",
"ant-design-vue": "^4.0.3",
"apexcharts": "^3.44.2",
"pinia": "2.1.6",
"vee-validate": "4.11.3",
"vite-plugin-vuetify": "1.0.2",
"vue": "3.3.4",
"vue-i18n": "9.3.0",
"vue-router": "4.2.4",
"vue-tabler-icons": "2.21.0",
"vue3-apexcharts": "^1.4.4",
"vue3-perfect-scrollbar": "1.6.1",
"vuetify": "^3.4.3",
"webpack-plugin-vuetify": "^2.0.1"
},
"devDependencies": {
"@mdi/font": "7.2.96",
"@mdi/js": "^7.4.47",
"@rushstack/eslint-patch": "1.3.3",
"@types/node": "20.5.7",
"@vitejs/plugin-vue": "4.3.3",
"@vue/eslint-config-prettier": "8.0.0",
"@vue/eslint-config-typescript": "11.0.3",
"@vue/tsconfig": "0.4.0",
"eslint": "8.48.0",
"eslint-plugin-vue": "9.17.0",
"prettier": "3.0.2",
"sass": "1.66.1",
"sass-loader": "13.3.2",
"vite": "4.4.9",
"vue-cli-plugin-vuetify": "2.5.8"
}
}