forked from erikvullings/scenario-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.58 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
{
"name": "gui",
"private": "true",
"version": "0.0.1",
"description": "GUI dashboard.",
"scripts": {
"clean": "rimraf ./.parcel-cache ./.cache ./dist",
"cleanup": "npm run clean",
"dev": "npx rspack serve",
"start": "npm run dev",
"build": "npx rspack build",
"build.old": "webpack --env production",
"build:domain": "npm run clean && npm run build",
"link": "pnpm link project-board-shared",
"link2": "npm link mithril-ui-form"
},
"repository": {
"type": "git",
"url": "https://github.com/erikvullings/capability-assessment-tool.git"
},
"bugs": {
"url": "https://github.com/erikvullings/capability-assessment-tool/issues"
},
"homepage": "https://github.com/erikvullings/capability-assessment-tool#readme",
"author": "Erik Vullings <erik.vullings@tno.nl> (http://www.tno.nl)",
"keywords": [
"TNO",
"capability development",
"capability assessment",
"roadmap"
],
"license": "MIT",
"app": "src/index.html",
"target": "web",
"dependencies": {
"material-icons": "^1.13.12",
"materialize-css": "^1.0.0",
"meiosis-setup": "^6.2.3",
"mithril": "^2.2.11",
"mithril-materialized": "^1.2.2",
"mithril-ui-form": "^1.10.9",
"quill": "2.0.2",
"quill-to-word": "^1.3.0",
"translate.js": "1.3.2"
},
"devDependencies": {
"@rspack/cli": "1.1.4",
"@rspack/core": "1.1.4",
"@types/materialize-css": "^1.0.14",
"@types/mithril": "^2.2.7",
"@types/quill": "^2.0.14",
"dotenv": "16.4.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
}
}