forked from erikvullings/hpet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.68 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": "hei",
"version": "0.2.0",
"description": "Web application to display Human Enhancement Interventions Technologies.",
"scripts": {
"clean": "rimraf ./public ./.parcel-cache ./.cache ./dist ./docs",
"cleanup": "npm run clean",
"dev": "npm start",
"start": "webpack serve --env development --open",
"build": "webpack --env production --env PUBLIC_URL=https://tno.github.io/hei/",
"build:domain": "npm run clean && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/TNO/hei.git"
},
"bugs": {
"url": "https://github.com/TNO/hei/issues"
},
"homepage": "https://github.com/TNO/hei#readme",
"author": "Erik Vullings <[email protected]> (http://www.tno.nl)",
"keywords": [
"database",
"single page application",
"SPA",
"human enhancement interventions"
],
"license": "MIT",
"app": "docs/index.html",
"target": "web",
"dependencies": {
"material-icons": "^1.13.12",
"materialize-css": "^1.0.0",
"meiosis-setup": "^6.2.3",
"mithril": "^2.2.2",
"mithril-materialized": "^1.1.4",
"mithril-ui-form": "^1.10.4"
},
"devDependencies": {
"@types/materialize-css": "^1.0.14",
"@types/mithril": "^2.2.6",
"css-loader": "^7.1.1",
"css-minimizer-webpack-plugin": "^6.0.0",
"html-webpack-plugin": "^5.6.0",
"html-webpack-tags-plugin": "^3.0.2",
"mini-css-extract-plugin": "^2.9.0",
"rimraf": "^5.0.5",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-pwa-manifest": "^4.3.0",
"workbox-webpack-plugin": "^7.1.0"
}
}