-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.66 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.66 KB
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
{
"name": "addonify-quick-view",
"description": "Addonify Quick View For WooCommerce",
"version": "1.0.0",
"license": "GPLv3",
"private": false,
"author": "addonify",
"type": "module",
"main": "tsconfig.json",
"scripts": {
"admin:dev": "vite",
"admin:build": "vite build",
"public": "rollup -c -w"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@fontsource/inter": "^5.1.0",
"@steveyuowo/vue-hot-toast": "^1.3.2",
"@wordpress/i18n": "^5.7.0",
"dayjs": "^1.11.13",
"lucide-vue-next": "^0.441.0",
"pinia": "^2.2.2",
"sweetalert2": "^11.14.1",
"vue": "^3.5.6",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@kucrut/vite-for-wp": "^0.9.3",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/node": "^22.5.5",
"@vitejs/plugin-vue": "^5.1.3",
"apexcharts": "^3.54.0",
"autoprefixer": "^10.4.19",
"babel-loader": "^9.1.3",
"cross-env": "^7.0.3",
"cssnano": "^6.1.2",
"element-plus": "^2.6.3",
"postcss": "^8.4.38",
"postcss-preset-env": "^9.5.9",
"postcss-rtlcss": "^4.0.9",
"rollup": "^3.0.0",
"rollup-plugin-scss": "^4.0.0",
"sass": "^1.75.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-element-plus": "^0.4.1",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.4.6",
"vue-loader": "^16.8.3",
"vue-template-compiler": "^2.7.16",
"vue-tsc": "^2.1.6",
"vue3-apexcharts": "^1.6.0"
}
}