forked from freegroup/draw2d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·51 lines (51 loc) · 1.24 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
{
"name": "draw2d",
"version": "1.0.17",
"description": "JS drag&drop lib",
"main": "dist/draw2d.js",
"scripts": {
"build": "webpack --env dev && webpack --env build",
"dev": "webpack --progress --colors --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": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-env": "^1.6.1",
"chai": "^4.1.2",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.11",
"eslint": "^4.13.1",
"eslint-loader": "^2.0.0",
"glob": "^7.1.3",
"mocha": "^4.0.1",
"replace-in-file-webpack-plugin": "^1.0.6",
"script-loader": "^0.7.2",
"style-loader": "^0.21.0",
"webpack": "^4.0.0",
"webpack-cli": "^3.0.8",
"yargs": "^10.0.3"
},
"dependencies": {
"canvg-browser": "1.0.0",
"shifty": "2.3.1"
}
}