-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.27 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
{
"name": "ackbas_web",
"version": "1.0.0",
"description": "This repository contains software which aims to support problem solving in the field of automatic control by providing suitable access to domain specific knowledge, e.g. in form of a method-network.",
"private": true,
"scripts": {
"build": "esbuild ackbas_core/ts/index.ts --bundle --sourcemap --loader:.ttf=dataurl --outfile=ackbas_core/static/ackbas_core/main.js",
"watch": "esbuild ackbas_core/ts/index.ts --bundle --sourcemap --loader:.ttf=dataurl --outfile=ackbas_core/static/ackbas_core/main.js --watch"
},
"repository": {
"type": "git",
"url": "[email protected]:tud-rst/knowledge-representation/ackbas_web.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"@egjs/hammerjs": "^2.0.17",
"bootstrap": "^4.5.2",
"css-loader": "^4.3.0",
"jquery": "^3.5.1",
"keycharm": "^0.3.1",
"monaco-editor": "^0.21.0",
"monaco-editor-webpack-plugin": "^2.0.0",
"popper.js": "^1.16.1",
"style-loader": "^1.2.1",
"timsort": "^0.3.0",
"uuid": "^8.3.0",
"vis-data": "^7.0.0",
"vis-network": "^8.3.2",
"vis-util": "^4.3.4"
},
"devDependencies": {
"@types/jquery": "^3.5.5",
"esbuild": "^0.8.39",
"typescript": "^4.0.2"
}
}