-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·35 lines (35 loc) · 1.05 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
{
"name": "locize-landing",
"title": "Landing",
"version": "3.3.7",
"homepage": "https://locize.com",
"author": "locize.com",
"devDependencies": {
"bootstrap": "^5.3.3",
"browser-sync": "^2.13.0",
"font-awesome": "^4.6.3",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-header": "^2.0.7",
"gulp-less": "^5.0.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^3.0.2",
"jquery": "^3.4.1",
"locizify-ssg": "1.1.8"
},
"repository": {
"type": "git",
"url": "https://github.com/locize/locize-landing.git"
},
"dependencies": {
"jstransformer-markdown-it": "^3.0.0",
"simple-line-icons": "^2.3.2"
},
"scripts": {
"start": "gulp dev",
"build": "gulp build && npm run ssg",
"sitemap": "npx sitemap-generator-cli https://locize.com",
"ssg": "locizify-ssg -i index.html -o {{lng}}.html -l de,it -s '{\"fallbackLng\":\"en\",\"backend\":{\"projectId\":\"3d0aa5aa-4660-4154-b6d9-907dbef10bb2\",\"version\":\"production\"},\"namespace\":\"landingpage\"}'"
}
}