PluginProbe ʕ •ᴥ•ʔ
Author Website Templates – Create Writer, Author & Publisher Websites Easily / 1.1.9
Author Website Templates – Create Writer, Author & Publisher Websites Easily v1.1.9
trunk 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9
author-website-templates / package.json
author-website-templates Last commit date
assets 2 weeks ago build 2 weeks ago elementor-widgets 2 weeks ago includes 2 weeks ago patterns 2 weeks ago src 2 weeks ago themes-demoes 2 weeks ago author-website-templates.php 2 weeks ago package.json 2 weeks ago postcss.config.js 2 weeks ago readme.txt 2 weeks ago tailwind.config.js 2 weeks ago webpack.config.js 2 weeks ago
package.json
25 lines
1 {
2 "name": "author-website-templates",
3 "version": "1.1.9",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "build": "wp-scripts build",
8 "start": "wp-scripts start"
9 },
10 "keywords": [],
11 "author": "",
12 "license": "ISC",
13 "devDependencies": {
14 "@wordpress/scripts": "^31.1.0",
15 "autoprefixer": "^10.4.22",
16 "postcss": "^8.5.6",
17 "tailwindcss": "^3.4.18",
18 "webpack-watch-files-plugin": "^1.2.1"
19 },
20 "dependencies": {
21 "@glidejs/glide": "^3.7.1",
22 "@wordpress/server-side-render": "^6.12.0"
23 }
24 }
25