-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.61 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
{
"name": "svgtiler",
"description": "Tool for drawing diagrams on a grid, combining grids of SVGs into a big SVG figure",
"version": "3.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/edemaine/svgtiler.git"
},
"bugs": {
"url": "https://github.com/edemaine/svgtiler/issues"
},
"homepage": "https://github.com/edemaine/svgtiler",
"author": {
"name": "Erik Demaine",
"email": "[email protected]",
"url": "https://erikdemaine.org/"
},
"license": "MIT",
"directories": {
"lib": "lib"
},
"main": "lib/svgtiler.js",
"bin": {
"svgtiler": "cli.js"
},
"preferGlobal": true,
"scripts": {
"prepare": "coffee -o lib -c src/svgtiler.coffee",
"test": "make test"
},
"dependencies": {
"@babel/core": "7.22.17",
"@babel/generator": "7.22.15",
"@babel/plugin-transform-modules-commonjs": "7.22.15",
"@babel/plugin-transform-react-jsx": "7.22.15",
"@babel/register": "7.22.15",
"@xmldom/xmldom": "0.8.10",
"babel-plugin-auto-import": "1.1.0",
"babel-plugin-module-deps": "0.1.1",
"coffeescript": "2.7.0",
"csv-parse": "5.5.0",
"glob": "10.3.4",
"grapheme-splitter": "1.0.4",
"image-size": "1.0.2",
"minimatch": "9.0.3",
"pirates": "4.0.6",
"preact": "10.17.1",
"preact-html-converter": "0.4.2",
"preact-render-to-dom": "0.2.1",
"preact-render-to-string": "6.2.1",
"prettify-xml": "1.2.0",
"semver": "7.5.4",
"stylus": "0.60.0",
"svgink": "0.4.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.0/xlsx-0.20.0.tgz"
},
"devDependencies": {
"vnu-jar": "23.4.11"
}
}