-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
54 lines (54 loc) · 1.52 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
46
47
48
49
50
51
52
53
54
{
"name": "struktog.",
"version": "1.3.0",
"description": "Webprogramm zur Erstellung von Struktogrammen sowie zur Umwandlung dessen in Code (Python, PHP, Javascript)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack serve",
"build": "webpack --mode production",
"chromium": "webpack serve --open chromium"
},
"repository": {
"type": "git",
"url": "[email protected]:openpatch/struktog.git"
},
"keywords": [],
"author": "Didaktik der Informatik TU Dresden",
"contributors": [
"Klaus Ramm",
"Thiemo Leonhardt",
"Mike Barkmin"
],
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.21.4",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^5.2.4",
"eslint": "^7.25.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"html-webpack-plugin": "^5.5.0",
"jointjs": "^3.6.5",
"mini-css-extract-plugin": "^1.5.1",
"sass": "^1.32.12",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"svg-url-loader": "^7.1.1",
"webpack": "^5.36.1",
"webpack-cli": "^4.6.0",
"webpack-dev-server": "^3.11.2",
"webpack-shell-plugin-next": "^2.2.2",
"yarn": "^1.22.17"
},
"dependencies": {
"html-to-image": "^1.11.11",
"js-base64": "^3.7.5",
"pako": "^2.1.0"
}
}