-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.66 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
55
56
57
58
59
{
"name": "gui",
"private": "true",
"version": "0.0.1",
"description": "GUI dashboard.",
"scripts": {
"clean": "rimraf ./public",
"cleanup": "npm run clean",
"dev": "npm start",
"start": "webpack serve --env development --open",
"build": "webpack --env production",
"build:domain": "npm run clean && npm run build",
"link2": "npm link mithril-ui-form"
},
"repository": {
"type": "git",
"url": "https://github.com/erikvullings/online-spider-chart.git"
},
"bugs": {
"url": "https://github.com/erikvullings/online-spider-chart/issues"
},
"homepage": "https://github.com/erikvullings/online-spider-chart#readme",
"author": "Erik Vullings <erik.vullings@tno.nl> (http://www.tno.nl)",
"keywords": [
"spider chart",
"radar chart",
"online"
],
"license": "MIT",
"app": "src/index.html",
"target": "web",
"dependencies": {
"lz-string": "^1.4.4",
"material-icons": "^0.6.4",
"materialize-css": "^1.0.0",
"mithril": "^2.0.4",
"mithril-materialized": "^0.19.0",
"mithril-ui-form": "^1.1.8",
"mithril-ui-form-plugin": "^0.3.3",
"svg-spider-chart": "^0.2.2"
},
"devDependencies": {
"@types/lz-string": "^1.3.34",
"@types/materialize-css": "^1.0.10",
"@types/mithril": "^2.0.7",
"css-loader": "^5.2.6",
"css-minimizer-webpack-plugin": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"html-webpack-tags-plugin": "^3.0.1",
"mini-css-extract-plugin": "^1.6.0",
"rimraf": "^3.0.2",
"style-loader": "^2.0.0",
"ts-loader": "^8.3.0",
"typescript": "^4.3.2",
"webpack": "^5.39.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}