-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 1013 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
{
"name": "speakbook",
"version": "0.0.1",
"repository": "https://github.com/AceCentre/speakbook",
"author": "",
"license": "GPL-2.0",
"private": true,
"engines": {
"node": "12"
},
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build",
"buildpdf": "vuepress build && vuepress buildpdf",
"full-build": "vuepress build && vuepress buildpdf && node .scripts/buildfinalzip.js && cp -r ./archive ./.vuepress/dist"
},
"devDependencies": {
"@vitalets/google-translate-api": "^3.0.0",
"@vuepress/plugin-register-components": "^1.4.1",
"archiver": "^5.0.2",
"ejs": "^3.1.5",
"gettext-parser": "^4.0.3",
"mkdirp": "^1.0.4",
"node-sass": "^4.13.1",
"parse5": "^6.0.1",
"parse5-serializer-stream": "^6.0.1",
"puppeteer": "^3.0.2",
"sass-loader": "^8.0.2",
"vuepress": "^1.7.1",
"yaml": "^1.9.2"
},
"dependencies": {
"google-translate-api": "^2.3.0",
"netlify-cli": "^10.0.0",
"node-poeditor": "1.0.7"
}
}