-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 641 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 641 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "morphe-website",
"description": "Morphe website with automated i18n generation",
"scripts": {
"i18n:extract": "node scripts/generate-i18n-keys.js",
"i18n:check": "node scripts/check-translations.js",
"precommit": "npm run i18n:extract && npm run i18n:check",
"changelog:generate": "node scripts/generate-changelog.js",
"minify": "node scripts/minify.js",
"inline": "node scripts/inline.js"
},
"devDependencies": {
"glob": "^10.5.0",
"html-inline": "^1.2.0",
"html-minifier-terser": "^7.2.0",
"terser": "^5.36.0"
},
"dependencies": {
"web-resource-inliner": "^8.0.0"
}
}