{ "name": "ccm-cms", "version": "7.0.0", "description": "JavaScript stuff for ccm-cms", "main": "index.js", "scripts": { "build": "npm-run-all build:*:*", "build:ccm-admin:js": "parcel build --target --dist-dir target/generated-resources/assets/@content-sections src/main/typescript/content-sections/cms-admin.ts", "build:ccm-admin:css": "sass src/main/scss/content-sections/cms-admin.scss target/generated-resources/assets/@content-sections/cms-admin.css", "build:cms-article-text:js": "parcel build --target --dist-dir target/generated-resources/assets/@content-sections src/main/typescript/content-sections/article-text-step.ts" }, "author": "Jens Pelzetter", "license": "LGPL-3.0-or-later", "devDependencies": { "@parcel/transformer-typescript-tsc": "^2.0.0-beta.1", "@types/sortablejs": "^1.10.7", "npm-run-all": "^4.1.5", "parcel": "^2.0.0-beta.2", "sass": "^1.32.12", "typescript": "^4.2.4" }, "dependencies": { "@tiptap/core": "^2.0.0-beta.46", "@tiptap/extension-subscript": "^2.0.0-beta.4", "@tiptap/extension-superscript": "^2.0.0-beta.4", "@tiptap/extension-table": "^2.0.0-beta.29", "@tiptap/extension-table-cell": "^2.0.0-beta.14", "@tiptap/extension-table-header": "^2.0.0-beta.16", "@tiptap/extension-table-row": "^2.0.0-beta.14", "@tiptap/starter-kit": "^2.0.0-beta.43", "bootstrap": "^4.6.0", "bootstrap-icons": "^1.5.0", "jquery": "^3.6.0", "popper.js": "^1.16.1", "sortablejs": "^1.14.0" }, "targets": { "main": false } }