-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.1 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
{
"name": "sprite-extend-dagre",
"version": "0.2.3",
"description": "SpriteJS Renderer for Dagre.",
"main": "src/index.js",
"scripts": {
"build": "babel src -d lib && webpack --env.production",
"start": "babel example/src -d example/js --watch & webpack-dev-server --watch-poll",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "akira-cn",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^7.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-runtime": "^0.4.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"eslint": "^5.9.0",
"eslint-config-sprite": "^1.0.6",
"eslint-plugin-html": "^5.0.0",
"webpack": "^4.26.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"babel-decorators-runtime": "^0.2.0",
"babel-runtime": "^6.26.0",
"dagre": "^0.8.2",
"roughjs": "^2.2.5"
}
}