-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
100 lines (100 loc) · 2.36 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "@webdiscus/pug-loader",
"version": "2.11.0",
"description": "Pug loader renders Pug files into HTML or compiles them into a template function.",
"keywords": [
"pug",
"loader",
"webpack",
"compile",
"render",
"html",
"plain",
"filter",
"markdown",
"pug-loader",
"pug-plugin"
],
"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/pug-loader",
"bugs": {
"url": "https://github.com/webdiscus/pug-loader/issues"
},
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/webdiscus/pug-loader.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "jest --detectOpenHandles --config ./test/jest.config.js",
"test:coverage": "jest --detectOpenHandles --collectCoverage --config ./test/jest.config.js",
"publish:public": "npm publish --access public",
"publish:beta": "npm publish --tag beta"
},
"directories": {
"test": "test"
},
"files": [
"src",
"CHANGELOG.md",
"README.md",
"LICENSE"
],
"engines": {
"node": ">=16.16"
},
"peerDependencies": {
"pug": ">=3.0.2",
"webpack": ">=5.32.0",
"enhanced-resolve": ">=5.7.0",
"markdown-it": ">=13.0.1",
"prismjs": "^1.29.0"
},
"peerDependenciesMeta": {
"markdown-it": {
"optional": true
},
"prismjs": {
"optional": true
}
},
"dependencies": {
"ansis": "2.0.3",
"parse5": "^7.1.2",
"pug": "^3.0.2",
"webpack-merge": "^5.10.0"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@types/jest": "^29.5.12",
"css-loader": "^6.10.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"mini-css-extract-plugin": "^2.8.1",
"prettier": "^3.2.5",
"prismjs": "^1.29.0",
"pug-plugin": "4.9.9",
"responsive-loader": "^3.1.2",
"sass": "1.67.0",
"sass-loader": "13.3.3",
"sharp": "^0.32.6",
"tsconfig-paths-webpack-plugin": "^4.1.0",
"webpack": "^5.90.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "^5.0.3"
}
}