-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.56 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
{
"name": "rollup-plugin-gettext-vue",
"version": "1.2.9",
"description": "Rollup plugin Gettext extractor for Vue components, JS",
"main": "./dist/index.js",
"dependencies": {
"fs": "0.0.1-security",
"gettext-extractor": "3.4.2",
"plural-forms": "^0.3.0",
"pofile": "^1.0.11",
"rollup-pluginutils": "^2.4.1",
"source-map-support": "^0.5.12",
"typescript": "^3.3.3",
"vue-gettext": "^2.1.2"
},
"devDependencies": {
"bluebird": "^3.7.2",
"glob": "^7.1.3",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-require-context": "0.0.2",
"rollup-plugin-vue": "^4.2.0",
"vue-template-compiler": "^2.6.8"
},
"scripts": {
"build-locales": "rollup -c",
"gen-pot": "rollup -c rollup.genlocale.config.js",
"gen-messages": "node genlocale.js",
"init-locales": "bash ./locale/wucmf-init-locale.sh messages ru_UA && bash ./locale/wucmf-init-locale.sh messages uk_UA",
"merge-locales": "bash ./locale/wucmf-merge-locale.sh messages ru_UA && bash ./locale/wucmf-merge-locale.sh messages uk_UA"
},
"keywords": [
"rollup",
"gettext",
"extractor",
"po-file",
"vue"
],
"author": "Serhii Niiachenko",
"license": "ISC",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nceregao/rollup-plugin-gettext-vue.git"
},
"bugs": {
"url": "https://github.com/nceregao/rollup-plugin-gettext-vue/issues"
},
"homepage": "https://github.com/nceregao/rollup-plugin-gettext-vue#readme"
}