myaac/package.json
slawkens cedcd14550 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
2021-10-23 10:23:37 +02:00

6 lines
53 B
JSON

{
"dependencies": {
"tinymce": "^5.10.0"
}
}