-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
package.json
144 lines (144 loc) · 4.55 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "svgedit",
"version": "7.3.4",
"description": "Powerful SVG-Editor for your browser ",
"main": "dist/editor/Editor.js",
"module": "dist/editor/Editor.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "test"
},
"engines": {
"node": ">=20"
},
"workspaces": [
"packages/svgcanvas",
"packages/react-test"
],
"scripts": {
"lint": "standard .",
"pretest": "run-s lint cypress:instrument",
"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 && nyc report --headless --reporter text-summary --reporter json-summary",
"cypress:instrument": "nyc instrument --delete --compact=false src instrumented && nyc instrument --compact=false packages instrumented && replace-in-file --configFile=cypress/replace-in-file.config.json",
"cypress:test": "start-server-and-test start http://localhost:8000/instrumented/editor/index.html cypress:run",
"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.3",
"browser-fs-access": "0.35.0",
"core-js": "3.39.0",
"elix": "15.0.1",
"i18next": "23.16.5",
"jspdf": "2.5.2",
"pathseg": "1.2.1",
"regenerator-runtime": "0.14.1",
"replace-in-file": "^8.2.0",
"svg2pdf.js": "2.2.4"
},
"devDependencies": {
"@babel/core": "7.26.0",
"@babel/preset-env": "7.26.0",
"@babel/register": "7.25.9",
"@babel/runtime-corejs3": "7.26.0",
"@cypress/code-coverage": "3.13.6",
"@rollup/plugin-babel": "6.0.4",
"@rollup/plugin-commonjs": "^28",
"@rollup/plugin-dynamic-import-vars": "2.1.5",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-replace": "6.0.1",
"@rollup/plugin-terser": "0.4.4",
"@rollup/plugin-url": "8.0.2",
"@web/dev-server": "0.4.6",
"@web/dev-server-rollup": "0.6.4",
"babel-plugin-istanbul": "7.0.0",
"babel-plugin-transform-object-rest-spread": "7.0.0-beta.3",
"core-js-bundle": "3.39.0",
"cp-cli": "2.0.0",
"cypress": "13.15.2",
"cypress-multi-reporters": "2.0.4",
"jamilih": "0.60.0",
"jsdoc": "4.0.4",
"node-static": "0.7.11",
"npm-run-all": "4.1.5",
"nyc": "17.1.0",
"open-cli": "8.0.0",
"promise-fs": "2.1.1",
"qr-manipulation": "0.7.0",
"query-result": "1.0.5",
"remark-cli": "12.0.1",
"remark-lint-ordered-list-marker-value": "4.0.0",
"rimraf": "6.0.1",
"rollup": "4.25.0",
"rollup-plugin-copy": "3.5.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.2",
"start-server-and-test": "2.0.8"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.25.0"
}
}