-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1018 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
{
"name": "twig-to-html",
"version": "1.0.0",
"description": "A Laravel Mix extension to convert twig files to html.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jazz-Man/twig-to-html.git"
},
"author": "vsokolyk <vsokolyk@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Jazz-Man/twig-to-html/issues"
},
"homepage": "https://github.com/Jazz-Man/twig-to-html#readme",
"devDependencies": {
"@types/html-webpack-plugin": "^3.2.3",
"@types/loader-utils": "^2.0.1",
"@types/node": "^14.0.27",
"@types/twig": "^1.12.3",
"@types/webpack": "^4.41.21",
"laravel-mix": "^5.0.4",
"typescript": "^3.9.7"
},
"dependencies": {
"globby": "^11.0.1",
"html-webpack-plugin": "^4.3.0",
"loader-utils": "^2.0.0",
"node-html-parser": "^1.2.20",
"twig-html-loader": "^0.1.8"
}
}