Include tinymce with NPM

One will need to run: "npm install" as from now
More info here: https://nodejs.dev/learn/an-introduction-to-the-npm-package-manager
This commit is contained in:
slawkens
2021-10-23 10:23:37 +02:00
parent 0ff290f868
commit cedcd14550
92 changed files with 19 additions and 1085 deletions

11
package-lock.json generated Normal file
View File

@@ -0,0 +1,11 @@
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"tinymce": {
"version": "5.10.0",
"resolved": "https://registry.npmjs.org/tinymce/-/tinymce-5.10.0.tgz",
"integrity": "sha512-SaqBK8GtTKYSsTfhKdN0+NrZRgmVWO+j3fvgzLjt0t/g0osNzRH5os8icm2Rv5HvaeTd4TpxetUuLE+R9yg/yg=="
}
}
}