forked from freegroup/draw2d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·49 lines (49 loc) · 1.26 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
{
"name": "draw2d",
"version": "1.0.39",
"description": "JS drag&drop lib",
"main": "dist/draw2d.js",
"scripts": {
"build": "webpack --env dev && webpack --env build",
"watch": "webpack --progress --watch --env dev"
},
"repository": {
"type": "git",
"url": "https://github.com/freegroup/draw2d.git"
},
"keywords": [
"draw2d",
"js",
"drag drop",
"library"
],
"author": "Andreas Herz",
"license": "MIT",
"bugs": {
"url": "https://github.com/freegroup/draw2d/issues"
},
"homepage": "https://github.com/freegroup/draw2d",
"devDependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.20.12",
"@babel/eslint-parser": "^7.19.1",
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"babel-plugin-add-module-exports": "^1.0.4",
"babel-preset-modern-browsers": "^15.0.2",
"css-loader": "^6.7.3",
"eslint-webpack-plugin": "^3.2.0",
"glob": "^8.0.3",
"script-loader": "^0.7.2",
"style-loader": "^3.3.1",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"yargs": "^17.6.2"
},
"dependencies": {
"canvg-browser": "1.0.0",
"shifty": "2.20.0"
}
}