-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"description": "Visual Programming based on yFiles",
"license": "MIT",
"private": true,
"name": "visual-programming",
"version": "0.2.0",
"scripts": {
"production": "webpack --mode production",
"dev": "webpack --mode development",
"start": "webpack-dev-server --mode development --open"
},
"devDependencies": {
"@yworks/optimizer": "^1.3.2",
"webpack": "^4.44.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.15.1",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.9.0",
"babel-loader": "^8.1.0",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.10.4",
"@babel/polyfill": "^7.10.4",
"@babel/preset-typescript": "^7.10.4",
"ts-loader": "^4.5.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@types/d3": "^5.7.2",
"@types/faker": "^4.1.12",
"@types/kefir": "^3.8.5",
"@types/lodash": "^4.14.158",
"@types/object-hash": "^1.3.3",
"d3": "^5.16.0",
"faker": "^4.1.0",
"kefir": "^3.8.7",
"lodash": "^4.17.19",
"object-hash": "^2.0.3",
"tslint": "^5.20.1",
"uuid": "^3.4.0",
"yfiles": "./yfiles-23.0.1-eval-dev.tgz"
}
}