-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (52 loc) · 1.44 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
{
"name": "witchazzan",
"short_name": "Witchazzan",
"version": "0.0.1",
"description": "Witchazzan Game",
"type": "module",
"scripts": {
"client": "vite --config vite/config.dev.mjs",
"prebuild": "rm -rf dist",
"build": "vite build --config vite/config.prod.mjs",
"server": "pm2-dev scripts/pm2DevConfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrisl8/Witchazzan.git"
},
"author": "Christen Lofland <christen@lofland.net> (https://www.ekpyroticfrood.net)",
"license": "MIT",
"licenseUrl": "https://raw.githubusercontent.com/chrisl8/Witchazzan/refs/heads/main/LICENSE",
"bugs": {
"url": "https://github.com/chrisl8/Witchazzan/issues"
},
"homepage": "https://witchazzan.space/",
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.11.1",
"@playwright/test": "^1.47.2",
"eslint": "^9.11.1",
"pm2": "^5.4.2",
"terser": "^5.37.0",
"vite": "^6.0.0"
},
"dependencies": {
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"easystarjs": "^0.4.4",
"express": "^4.21.0",
"fflate": "^0.8.2",
"json5": "^2.2.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"nipplejs": "^0.10.2",
"phaser": "^3.85.2",
"phaser-raycaster": "^0.10.10",
"prettier": "^3.3.3",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0",
"socket.io-msgpack-parser": "^3.0.2",
"sqlite3": "^5.1.7",
"uuid": "^11.0.0"
}
}