forked from bazilio91/ejs-compiled-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 937 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
35
36
37
38
39
40
{
"name": "ejs-compiled-loader",
"version": "3.1.0",
"description": "EJS webpack loader (without frontend dependencies)",
"main": "index.js",
"scripts": {
"test": "cd test && ../node_modules/.bin/webpack && node bundle.js"
},
"repository": {
"type": "git",
"url": "https://github.com/bazilio91/ejs-compiled-loader.git"
},
"keywords": [
"ejs",
"webpack",
"loader",
"template",
"es6"
],
"contributors": [
"Vasily Ostanin <[email protected]>",
"Sebastian Vollnhals <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/bazilio91/ejs-compiled-loader/issues"
},
"homepage": "https://github.com/bazilio91/ejs-compiled-loader",
"dependencies": {
"ejs": "^3.1.8",
"html-minifier": "^4",
"loader-utils": "^2",
"merge": "^2.1.1",
"terser": "^4.6"
},
"devDependencies": {
"webpack": "^4",
"webpack-cli": "^3"
}
}