-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.92 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.92 KB
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": "masterclass-hamburg",
"type": "module",
"version": "v3.1.2-HH",
"description": "A browser-based event display for the CMS experiment at the LHC, adjusted for the Masterclass in Hamburg.",
"scripts": {
"build": "tsc -p tsconfig.json && webpack --config webpack.config.js --mode production",
"build:dev": "tsc -p tsconfig_dev.json && webpack --config webpack.config.js --mode development",
"test": "http-server ./dist -p 8080 -c10 ",
"start": "http-server -p 8080 -c10",
"analyze": "webpack --profile --json > stats.json && webpack-bundle-analyzer stats.json",
"lint": "eslint --ext .ts,.js ts/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uhh-cms-tutorials/masterclasses"
},
"author": "anas.haddad@uni-hamburg.de",
"private": true,
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/uhh-cms-tutorials/masterclasses/issues"
},
"homepage": "https://github.com/uhh-cms-tutorials/masterclasses/#readme",
"devDependencies": {
"@types/bootstrap": "ts5.8",
"@types/jquery": "^3.5.32",
"@types/stats.js": "^0.17.4",
"@types/three": "^0.130.2",
"@typescript-eslint/eslint-plugin": "^8.34.1",
"eslint": "^9.38.0",
"eslint-plugin-import": "^2.32.0",
"globals": "^16.4.0",
"html-webpack-plugin": "^5.6.3",
"http-server": "^14.1.1",
"ts-loader": "^9.5.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.2",
"typescript-transform-paths": "3.5.5",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1"
},
"dependencies": {
"@tweenjs/tween.js": "^18.6.4",
"bootstrap": "^5.3.3",
"driver.js": "^1.3.6",
"jquery": "^3.7.1",
"jquery.scrollintoview": "^1.9.4",
"jszip": "^3.10.1",
"lil-gui": "^0.21.0",
"stats.js": "^0.17.0",
"stupid-table-plugin": "^1.1.3",
"sweetalert": "latest",
"three": "^0.130.1",
"webpack": "^5.99.9"
}
}