UNPKG

jsonforms-react-spectrum-vite-test

Version:

## Complex Forms in the blink of an eye

159 lines (158 loc) 6.67 kB
{ "name": "jsonforms-react-spectrum-vite-test", "private": false, "version": "0.0.225", "type": "module", "files": [ "dist/*", "index.d.ts" ], "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.prod.mjs", "types": "./dist/index.d.ts" }, "./dev": { "import": "./dist/index.dev.mjs", "types": "./dist/index.d.ts" } }, "sideEffects": [ "*.css" ], "scripts": { "remove-vite-folder": "run-script-os", "remove-vite-folder:default": "rm -rf ./node_modules/.vite", "remove-vite-folder:win32": "IF EXIST .\\node_modules\\.vite (rmdir /q /s .\\node_modules\\.vite)", "dev": "npm run remove-vite-folder && vite", "build": "tsc && vite build -c vite.config.dev.ts && vite build", "build-for-preview": "tsc && vite build -c vite.config.preview.ts && browserify ./dist/index.mjs -o ./dist/index.mjs", "build-with-patch": "npm version patch && npm run build", "preview": "vite preview", "lint": "eslint ./src ./public", "test": "cypress run --browser chrome", "test:electron": "cypress run --browser electron", "test:edge": "cypress run --browser edge", "test:gui": "cypress open", "test:array": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-array.cy.js\" --browser chrome", "test:categorization1": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-categorization-1.cy.js\" --browser chrome", "test:categorizationStepperButtons": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-categorization-stepper-buttons.cy.js\" --browser chrome", "test:categorizationStepper": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-categorization-stepper.cy.js\" --browser chrome", "test:customControls": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-custom-controls.cy.js\" --browser chrome", "test:generateBoth": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-generate-both-schemata.cy.js\" --browser chrome", "test:generateUiSchema": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-generate-ui-schema.cy.js\" --browser chrome", "test:horizontal": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-horizontal-layout.cy.js\" --browser chrome", "test:vertical": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-vertical-layout.cy.js\" --browser chrome", "test:group": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-group-layout.cy.js\" --browser chrome", "test:nested": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-nested-layouts.cy.js\" --browser chrome", "test:person": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-person.cy.js\" --browser chrome", "test:rule": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-rule.cy.js\" --browser chrome", "test:rte": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-rich-text-editor.cy.js\" --browser chrome", "test:pte": "cypress run --env disable-snapshots=true --spec \"cypress/e2e/spectrum-plain-text-editor.cy.js\" --browser chrome" }, "keywords": [ "react-spectrum", "spectrum", "form", "forms", "json", "jsonforms", "frontend", "generator", "input", "renderengine", "jsonschema", "schema", "uischema", "layout", "customization" ], "dependencies": { "@adobe/react-spectrum": "^3.35.1", "@codemirror/lang-json": "^6.0.1", "@codemirror/lint": "^6.8.0", "@internationalized/date": "^3.5.4", "@jsonforms/core": "^3.3.0", "@jsonforms/react": "^3.3.0", "@spectrum-icons/workflow": "^4.2.12", "@tiptap/core": "^2.4.0", "@tiptap/extension-blockquote": "^2.4.0", "@tiptap/extension-bold": "^2.4.0", "@tiptap/extension-bullet-list": "^2.4.0", "@tiptap/extension-code": "^2.4.0", "@tiptap/extension-code-block": "^2.4.0", "@tiptap/extension-document": "^2.4.0", "@tiptap/extension-dropcursor": "^2.4.0", "@tiptap/extension-focus": "^2.4.0", "@tiptap/extension-hard-break": "^2.4.0", "@tiptap/extension-heading": "^2.4.0", "@tiptap/extension-highlight": "^2.4.0", "@tiptap/extension-history": "^2.4.0", "@tiptap/extension-horizontal-rule": "^2.4.0", "@tiptap/extension-image": "^2.4.0", "@tiptap/extension-italic": "^2.4.0", "@tiptap/extension-link": "^2.4.0", "@tiptap/extension-list-item": "^2.4.0", "@tiptap/extension-ordered-list": "^2.4.0", "@tiptap/extension-paragraph": "^2.4.0", "@tiptap/extension-strike": "^2.4.0", "@tiptap/extension-subscript": "^2.4.0", "@tiptap/extension-superscript": "^2.4.0", "@tiptap/extension-table": "^2.4.0", "@tiptap/extension-table-cell": "^2.4.0", "@tiptap/extension-table-header": "^2.4.0", "@tiptap/extension-table-row": "^2.4.0", "@tiptap/extension-text": "^2.4.0", "@tiptap/extension-text-align": "^2.4.0", "@tiptap/extension-text-style": "^2.4.0", "@tiptap/extension-typography": "^2.4.0", "@tiptap/extension-underline": "^2.4.0", "@tiptap/react": "^2.4.0", "@uiw/react-codemirror": "^4.22.1", "@use-gesture/react": "^10.3.1", "ajv": "^8.14.0", "array-keyed-map": "^2.1.3", "fast-deep-equal": "^3.1.3", "immer": "^10.1.1", "jsonata": "^1.8.7", "lodash": "^4.17.21", "react": "^18.3.1", "react-dom": "^18.3.1", "react-focus-lock": "^2.12.1", "react-redux": "^9.1.2", "react-router-dom": "^6.23.1", "react-spring": "^9.7.3", "redux": "^5.0.1" }, "peerDependencies": { "@adobe/react-spectrum": "^3.35.1", "@jsonforms/core": "^3.2.1", "@jsonforms/react": "^3.2.1", "@spectrum-icons/workflow": "^4.2.12", "react-dom": "^18.2.0" }, "devDependencies": { "@eslint/js": "^9.3.0", "@jsonforms/examples": "^3.3.0", "@types/lodash": "^4.17.4", "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/react-redux": "^7.1.33", "@vitejs/plugin-react": "^4.3.0", "ajv-i18n": "^4.2.0", "browserify": "^17.0.0", "cypress": "^13.10.0", "cypress-visual-regression": "^5.0.1", "eslint": "^8.57.0", "eslint-plugin-react": "^7.34.2", "globals": "^15.3.0", "rollup-plugin-visualizer": "^5.12.0", "run-script-os": "^1.1.6", "typescript": "5.4.5", "typescript-eslint": "^7.11.0", "vite": "^5.2.12", "vite-plugin-css-injected-by-js": "^3.5.1", "vite-plugin-dts": "3.6.4" } }