-
Notifications
You must be signed in to change notification settings - Fork 146
/
package.json
51 lines (51 loc) · 1.41 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
{
"name": "wp-user-frontend",
"version": "4.0.12",
"description": "A Frontend Plugin for WordPress",
"author": "Tareq Hasan",
"license": "GPL",
"private": true,
"scripts": {
"release": "grunt release",
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "^5.0.4",
"daisyui": "^4.12.2",
"grunt": "^1.5.3",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-compress": "~1.3.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-notify": "^0.4.5",
"grunt-phplint": "0.0.8",
"grunt-shell": "^4.0.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.3",
"grunt-wp-readme-to-markdown": "^2.0.1",
"jshint-stylish": "^2.2.1",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"vitawind": "^2.3.0",
"vite": "^5.1.4"
},
"dependencies": {
"@heroicons/vue": "^2.1.1",
"@vueform/multiselect": "^2.6.8",
"@vuepic/vue-datepicker": "^8.2.0",
"@wordpress/api-fetch": "^6.49.0",
"@wordpress/i18n": "^4.52.0",
"cli": "^1.0.1",
"epic-spinners": "^2.0.0",
"pinia": "^2.1.7",
"vue": "^3.4.19",
"vue-router": "^4.3.2"
}
}