-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.08 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
{
"name": "webpack-tailwind-pug",
"version": "1.0.1",
"description": "How to use Tailwind CSS with Pug",
"keywords": [
"webpack",
"tailwind",
"tailwindcss",
"css",
"pug",
"plugin",
"loader",
"pug-plugin",
"pug-loader"
],
"license": "ISC",
"author": "webdiscus (https://github.com/webdiscus)",
"maintainers": [
"webdiscus (https://github.com/webdiscus)"
],
"funding": {
"type": "patreon",
"url": "https://patreon.com/biodiscus"
},
"homepage": "https://github.com/webdiscus/webpack-tailwind-pug",
"bugs": {
"url": "https://github.com/webdiscus/webpack-tailwind-pug/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webdiscus/webpack-tailwind-pug.git"
},
"scripts": {
"build": "webpack",
"start": "webpack serve"
},
"devDependencies": {
"css-loader": "^7.1.2",
"postcss": "^8.4.47",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.6",
"pug-plugin": "^5.3.0",
"tailwindcss": "^3.4.13",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}