-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 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
{
"name": "webpack-static-i18n-plugin",
"version": "1.0.1",
"description": "A webpack plugin implementing node-static-i18n for generating internationalized HTML files.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/BenceSzalai/webpack-static-i18n-plugin"
},
"keywords": [
"webpack",
"plugin",
"i18n",
"HTML"
],
"author": {
"name": "Bence Szalai",
"email": "bence@sbnc.eu",
"url": "https://sbnc.eu/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/BenceSzalai/webpack-static-i18n-plugin/issues"
},
"homepage": "https://github.com/BenceSzalai/webpack-static-i18n-plugin#readme",
"dependencies": {
"static-i18n": "^0.2.10"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.12.15",
"@babel/preset-env": "^7.12.16",
"babel-jest": "^26.6.3",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.8.3",
"html-webpack-plugin": "^4.5.1",
"jest": "^26.6.3",
"webpack": "^4.46.0",
"webpack-cli": "^4.5.0"
},
"scripts": {
"test": "jest"
}
}