UNPKG

@wiris/mathtype-tinymce5

Version:

MathType Web for TinyMCE5 editor

44 lines (43 loc) 1.2 kB
{ "name": "tinymce5", "$schema": "../../node_modules/nx/schemas/project-schema.json", "sourceRoot": "package/tinymce5/src", "targets": { "build": { "executor": "@nx/webpack:webpack", "dependsOn": [], "outputs": ["{options.outputPath}"], "options": { "main": "demos/packages/tinymce5/global.js", "outputPath": "dist", "tsConfig": "tsconfig.app.json", "generateIndexHtml": false, "index": " ", "webpackConfig": "packages/tinymce5/webpack.config.js" } }, "start": { "executor": "@nx/webpack:dev-server", "options": { "buildTarget": "tinymce5:build", "webpackConfig": "packages/tinymce5/webpack.config.js" } }, "test": { "executor": "@nx/cypress:cypress", "dependsOn": ["build"], "options": { "baseUrl": "http://localhost:8006", "cypressConfig": "./cypress.json" } }, "lint": { "executor": "@nx/linter:eslint", "options": { "eslintConfig": "./.eslintrc.js", "lintFilePatterns": ["packages/tinymce5/**/*.{ts,tsx,js,jsx}"] }, "outputs": ["{options.outputFile}"] } } }