forked from skyrim/hlviewer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
{
"name": "hlviewer.js",
"version": "0.7.5",
"description": "View GoldSrc maps and replays in browser",
"keywords": [
"hlviewer",
"half-life",
"halflife",
"goldsrc",
"kreedz"
],
"main": "dist/hlviewer.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"build:dev": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skyrim/hlviewer.js.git"
},
"author": "Stefan Stojkovic <[email protected]> (https://stefan100.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/skyrim/hlviewer.js/issues"
},
"homepage": "https://skyrim.github.io/hlviewer.js",
"devDependencies": {
"@types/gl-matrix": "^3.2.0",
"@types/node": "^22.1.0",
"@types/pngjs": "^6.0.0",
"chai": "5.1.1",
"cross-env": "^7.0.3",
"mocha": "^10.6.0",
"pngjs": "^7.0.0",
"terser-webpack-plugin": "^5.3.10",
"ts-loader": "^9.5.1",
"typescript": "^5.2.2",
"webpack": "^5.1.1",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
},
"files": [
"dist/hlviewer.js"
],
"dependencies": {
"gl-matrix": "^3.3.0",
"nanoevents": "^9.0.0",
"preact": "^10.5.13",
"typestyle": "^2.0.4"
}
}