-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 942 Bytes
/
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
{
"description": "This is a collection of custom styles for arrows, nodes and edges allowing for CSS styling.",
"license": "unlicensed",
"private": true,
"name": "yfiles-css-styling",
"version": "2.1.0",
"scripts": {
"production": "webpack --mode production",
"dev": "webpack --mode development",
"start": "webpack-dev-server --mode development --open"
},
"devDependencies": {
"@yworks/optimizer": "^0.1.12",
"webpack": "^4.22.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.5.0",
"babel-loader": "^8.0.5",
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/polyfill": "^7.4.0",
"@babel/preset-typescript": "^7.3.2",
"ts-loader": "^4.0.1",
"typescript": "^2.7.2"
},
"dependencies": {
"lodash": "^4.17.20",
"faker": "^5.1.0",
"yfiles": "path to yfiles-*.tgz"
}
}