UNPKG

@aurigma/design-editor-iframe

Version:

Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.

62 lines (61 loc) 2.9 kB
{ "name": "@aurigma/design-editor-iframe", "version": "7.1.55", "description": "Using this module you can embed Design Editor (a part of Customer's Canvas) to your page through the IFrame API.", "author": { "name": "Aurigma, Inc <info@aurigma.com> (https://customerscanvas.com)" }, "keywords": [ "customer's canvas", "web-to-print", "aurigma", "iframe api", "web-to-print editor", "design editor" ], "homepage": "https://customerscanvas.com", "bugs": "https://customerscanvas.com/account/cases", "license": "SEE LICENSE IN License.md", "repository": { "private": true }, "scripts": { "build-tsc": ".\\node_modules\\.bin\\tsc", "build:dev": "node --openssl-legacy-provider node_modules\\webpack\\bin\\webpack.js --config .\\webpack.config.iframe.js --env production=false", "build:dev+copy": "npm run build:dev && npm run copy-build-output", "build:release": "node --openssl-legacy-provider node_modules\\webpack\\bin\\webpack.js --config .\\webpack.config.iframe.js --env production=true", "build:release+copy": "npm run build:release && npm run copy-build-output", "build-typings": "npm run build-tsc && npm run copy-typings-output && move ..\\design-editor-iframe-api-typings .\\build\\Generated\\typings", "copy-build-output": "xcopy build\\Generated\\* ..\\Aurigma.DesignEditor\\Resources\\Generated\\ /Y /S /D", "copy-typings-output": "xcopy *.d.ts ..\\design-editor-iframe-api-typings\\ /sy /exclude:exclude.txt", "build-module": ".\\node_modules\\.bin\\tsc --project tsconfig_module.json && npm run copy-css && npm run copy-woff && npm run copy-md", "copy-css": "xcopy .\\*.css ..\\..\\lib\\design-editor-iframe\\ /SY /exclude:exclude.txt", "copy-woff": "xcopy .\\*.woff ..\\..\\lib\\design-editor-iframe\\ /SY /exclude:exclude.txt", "copy-md": "xcopy .\\*.md ..\\..\\lib\\design-editor-iframe\\ /SY /exclude:exclude.txt" }, "devDependencies": { "@microsoft/api-extractor": "^7.24.1", "@types/webpack-env": "^1.18.0", "cache-loader": "3.0.0", "css-loader": "2.1.1", "style-loader": "0.23.1", "ts-loader": "6.0.4", "tsconfig-paths-webpack-plugin": "3.2.0", "tslib": "^2.3.1", "typescript": "3.8.2", "webpack": "4.46.0", "webpack-cli": "^4.6.0", "webpack-utf8-bom": "^1.1.3" }, "dependencies": { "@aurigma/design-atoms": "7.1.55", "@aurigma/design-atoms-interfaces": "1.0.4", "@aurigma/design-atoms-model": "7.0.27" }, "browserslist": [ "last 3 Chrome versions", "last 3 Firefox versions", "last 3 Safari versions", "last 2 Edge versions" ] }