141 lines
4.3 KiB
JSON
141 lines
4.3 KiB
JSON
{
|
|
"name": "svgedit",
|
|
"version": "7.3.2",
|
|
"description": "Powerful SVG-Editor for your browser ",
|
|
"main": "dist/Editor.js",
|
|
"module": "dist/Editor.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"example": "examples",
|
|
"test": "test"
|
|
},
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"workspaces": [
|
|
"packages/svgcanvas",
|
|
"packages/react-test"
|
|
],
|
|
"scripts": {
|
|
"lint": "standard .",
|
|
"test": "NODE_ENV=test start-server-and-test start http://localhost:8000/src/editor/index.html cypress:run",
|
|
"prebuild": "npm run build --workspace=packages/svgcanvas --workspace=packages/react-test",
|
|
"build": "rollup -c",
|
|
"build:watch": "rollup -c --watch",
|
|
"start": "web-dev-server --app-index src/editor/index.html --node-resolve",
|
|
"prestart": "echo svgedit is available at http://localhost:8000/src/editor/index.html",
|
|
"start:iife": "web-dev-server --app-index dist/editor/iife-index.html --esbuild-target auto --open",
|
|
"cypress:run": "rimraf \".nyc_output/*\" && cypress run -q --headless --browser electron && nyc report --reporter text-summary --reporter json-summary",
|
|
"cypress:open": "NODE_ENV=test start-server-and-test start http://localhost:8000/src/editor/index.html 'cypress open'",
|
|
"open-docs-no-start": "open-cli http://localhost:8000/docs/jsdoc/",
|
|
"open-docs": "run-p start open-docs-no-start",
|
|
"build-docs-remove": "rimraf \"docs/jsdoc/*\"",
|
|
"build-docs-create": "jsdoc --pedantic -c docs/jsdoc-config.js src",
|
|
"build-docs": "run-s -c build-docs-remove build-docs-create",
|
|
"build-and-open-docs-no-start": "run-s build-docs open-docs-no-start",
|
|
"build-and-open-docs": "run-s build-docs open-docs",
|
|
"remark": "remark -q -f .",
|
|
"prepublishOnly": "run-s build-docs build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SVG-Edit/svgedit.git"
|
|
},
|
|
"keywords": [
|
|
"svg-editor",
|
|
"javascript",
|
|
"svg-edit",
|
|
"svg"
|
|
],
|
|
"author": "Narendra Sisodiya",
|
|
"contributors": [
|
|
"Pavol Rusnak",
|
|
"Jeff Schiller",
|
|
"Vidar Hokstad",
|
|
"Alexis Deveria",
|
|
"Brett Zamir",
|
|
"Fabien Jacq",
|
|
"OptimistikSAS"
|
|
],
|
|
"license": "(MIT AND Apache-2.0 AND ISC AND LGPL-3.0-or-later AND X11)",
|
|
"bugs": {
|
|
"url": "https://github.com/SVG-Edit/svgedit/issues"
|
|
},
|
|
"homepage": "https://github.com/SVG-Edit/svgedit#readme",
|
|
"browserslist": [
|
|
"defaults",
|
|
"not IE 11",
|
|
"not OperaMini all"
|
|
],
|
|
"standard": {
|
|
"ignore": [
|
|
"archive/"
|
|
],
|
|
"globals": [
|
|
"cy",
|
|
"assert",
|
|
"expect",
|
|
"Cypress"
|
|
],
|
|
"env": [
|
|
"mocha",
|
|
"browser"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@svgedit/svgcanvas": "7.2.1",
|
|
"browser-fs-access": "0.34.1",
|
|
"core-js": "3.32.1",
|
|
"elix": "15.0.1",
|
|
"html2canvas": "1.4.1",
|
|
"i18next": "23.4.6",
|
|
"jspdf": "2.5.1",
|
|
"pathseg": "1.2.1",
|
|
"regenerator-runtime": "0.14.0",
|
|
"replace-in-file": "^7.0.1",
|
|
"svg2pdf.js": "2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "7.22.11",
|
|
"@babel/preset-env": "7.22.10",
|
|
"@babel/register": "7.22.5",
|
|
"@babel/runtime-corejs3": "7.22.11",
|
|
"@cypress/code-coverage": "3.11.0",
|
|
"@rollup/plugin-babel": "^6.0.3",
|
|
"@rollup/plugin-commonjs": "^25",
|
|
"@rollup/plugin-dynamic-import-vars": "2.0.5",
|
|
"@rollup/plugin-node-resolve": "15.2.1",
|
|
"@rollup/plugin-replace": "5.0.2",
|
|
"@rollup/plugin-url": "8.0.1",
|
|
"@web/dev-server": "0.3.0",
|
|
"@web/dev-server-esbuild": "^0.4.1",
|
|
"@web/dev-server-rollup": "0.5.2",
|
|
"babel-plugin-istanbul": "^6.1.1",
|
|
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
|
|
"core-js-bundle": "3.32.1",
|
|
"cp-cli": "2.0.0",
|
|
"cypress": "12.17.4",
|
|
"cypress-multi-reporters": "1.6.3",
|
|
"jamilih": "0.58.2",
|
|
"jsdoc": "4.0.2",
|
|
"node-static": "0.7.11",
|
|
"npm-run-all": "4.1.5",
|
|
"nyc": "15.1.0",
|
|
"open-cli": "7.2.0",
|
|
"promise-fs": "2.1.1",
|
|
"qr-manipulation": "0.7.0",
|
|
"query-result": "1.0.5",
|
|
"remark-cli": "11.0.0",
|
|
"remark-lint-ordered-list-marker-value": "3.1.2",
|
|
"rimraf": "5.0.1",
|
|
"rollup": "3.28.1",
|
|
"rollup-plugin-copy": "3.4.0",
|
|
"rollup-plugin-filesize": "10.0.0",
|
|
"rollup-plugin-html": "0.2.1",
|
|
"rollup-plugin-progress": "1.1.2",
|
|
"rollup-plugin-re": "1.0.7",
|
|
"standard": "17.1.0",
|
|
"start-server-and-test": "2.0.0"
|
|
}
|
|
}
|