[11/06/2024] Les premières modifs + installation de quelques modules indispensables
This commit is contained in:
23
domokits/local/modules/TheliaLibrary/package.json
Normal file
23
domokits/local/modules/TheliaLibrary/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "tb-plugin",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"prepare": "husky install",
|
||||
"build": "NODE_ENV=production node_modules/.bin/gulp",
|
||||
"dev": "node_modules/.bin/gulp"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"husky": "^8.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@thelia/blocks-editor": "^1.3.9",
|
||||
"@thelia/media-library": "^1.1.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user