forked from burovoordeboeg/wordpress-base-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.36 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.36 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
{
"name": "wordpress-base-theme",
"version": "1.0.0",
"description": "# Tailwind config",
"main": "index.js",
"dependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"fs": "^0.0.1-security",
"postcss-import": "^15.1.0",
"postcss-import-ext-glob": "^2.0.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"browser-sync": "^2.27.7",
"browser-sync-webpack-plugin": "^2.3.0",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.25",
"resolve-url-loader": "^5.0.0",
"tailwindcss": "^3.3.2",
"vue-template-compiler": "^2.6.14"
},
"scripts": {
"development": "mix",
"start": "mix watch",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"production": "mix --production",
"build": "mix --production"
},
"repository": {
"type": "git",
"url": "git+https://bdfpplinsinga@github.com/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"
}