-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) · 915 Bytes
/
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
{
"name": "wordpress-base-theme",
"version": "1.0.0",
"description": "# Tailwind config",
"main": "index.js",
"dependencies": {
"@burovoordeboeg/component-downloader": "^1.0.0",
"@tailwindcss/vite": "^4.0.0-beta.8",
"fs": "^0.0.1-security",
"vite-plugin-static-copy": "^2.2.0"
},
"devDependencies": {
"dotenv": "^16.4.7",
"tailwindcss": "^4.0.0-beta.8",
"vite": "^6.0.7"
},
"scripts": {
"require": "component-downloader",
"start": "vite build --watch",
"dev": "vite",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/burovoordeboeg/wordpress-base-theme.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/burovoordeboeg/wordpress-base-theme/issues"
},
"homepage": "https://github.com/burovoordeboeg/wordpress-base-theme#readme"
}