This commit is contained in:
erwanlr
2021-02-12 17:58:50 +01:00
parent 0bff3231cd
commit d3196bc03f
20 changed files with 9169 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "complianz-terms-conditions",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "cgb-scripts start",
"build": "cgb-scripts build",
"eject": "cgb-scripts eject"
},
"dependencies": {
"@wordpress/i18n": "^3.9.0",
"axios": "^0.21.1",
"cgb-scripts": "^1.23.0",
"composer": "^4.1.0",
"mpdf": "^1.0.0",
"po2json": "^1.0.0-beta-2"
}
}