mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
18 lines
357 B
JSON
18 lines
357 B
JSON
{
|
|
"scripts": {
|
|
"cypress:open": "cypress open",
|
|
"postinstall": "node ./npm-post-install.js"
|
|
},
|
|
"devDependencies": {
|
|
"cypress": "^12.12.0"
|
|
},
|
|
"dependencies": {
|
|
"@tinymce/tinymce-jquery": "^2.1.0",
|
|
"bootstrap": "^4.6.2",
|
|
"fs-extra": "^11.2.0",
|
|
"jquery": "^3.7.1",
|
|
"jquery-ui": "^1.13.2",
|
|
"tinymce": "^6.8.3"
|
|
}
|
|
}
|