-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.25 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
{
"name": "openflow-web",
"version": "1.0.3",
"description": "",
"scripts": {
"build": "rm -rf dist && mkdir dist -p && cp -r src/* dist && webpack --mode production",
"watch": "rm -rf dist && mkdir dist -p && cp -r src/* dist && webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-rpa/openflow-web.git"
},
"publishConfig": {
"access": "public"
},
"author": "OpenIAP ApS / Allan Zimmermann",
"license": "MPL-2.0",
"bugs": {
"url": "https://community.openiap.io/"
},
"homepage": "https://github.com/open-rpa/openflow-web",
"funding": "https://github.com/sponsors/skadefro",
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@openiap/openflow-api": "2.1.11",
"@types/angular": "1.8.9",
"@types/angular-route": "1.7.6",
"@types/node": "20.14.9",
"angular": "1.8.2",
"angular-chart.js": "1.1.1",
"angular-route": "1.8.2",
"angular-sanitize": "1.8.2",
"ansi_up": "5.2.1",
"css-loader": "7.1.1",
"halfmoon": "1.1.1",
"jsondiffpatch": "0.4.1",
"shepherd.js": "10.0.1",
"showdown": "2.1.0",
"style-loader": "4.0.0",
"ts-loader": "9.5.1",
"typescript": "4.8.4",
"webpack": "5.91.0",
"webpack-cli": "5.1.4"
}
}