mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
f36abf4de1
Bumps [tinymce](https://github.com/tinymce/tinymce/tree/HEAD/modules/tinymce) from 6.8.3 to 7.2.0. - [Changelog](https://github.com/tinymce/tinymce/blob/main/modules/tinymce/CHANGELOG.md) - [Commits](https://github.com/tinymce/tinymce/commits/7.2.0/modules/tinymce) --- updated-dependencies: - dependency-name: tinymce dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
644 B
JSON
27 lines
644 B
JSON
{
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@popperjs/core": "^2.11.8",
|
|
"axios": "^1.1.2",
|
|
"bootstrap": "^5.3.2",
|
|
"jquery-ui": "^1.13.2",
|
|
"laravel-vite-plugin": "^0.7.5",
|
|
"sass": "^1.56.1",
|
|
"vite": "^4.4.4"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^6.4.0",
|
|
"chart.js": "^4.4.1",
|
|
"jquery": "^3.7.0",
|
|
"laravel-echo": "^1.15.3",
|
|
"lodash": "^4.17.21",
|
|
"socket.io-client": "^2.3.0",
|
|
"tinymce": "^7.2.0"
|
|
}
|
|
}
|