-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"private": true,
"name": "clatterfall",
"version": "0.0.0",
"license": "BSD-3-Clause",
"type": "module",
"scripts": {
"build": "vite build",
"deploy": "npm run type-check && npm run lint && npm run test && devvit upload",
"dev": "devvit playtest",
"launch": "npm run deploy && devvit publish",
"lint": "eslint src",
"login": "devvit login",
"prettier": "prettier --write .",
"test": "vitest run",
"type-check": "tsc --build"
},
"engines": {
"node": ">=22.2.0"
},
"dependencies": {
"@devvit/start": "0.13.6",
"@devvit/web": "0.13.6",
"@hono/node-server": "2.0.6",
"devvit": "0.13.6",
"hono": "4.12.27",
"matter-js": "^0.20.0",
"phaser": "4.2.0"
},
"devDependencies": {
"@eslint/js": "10.0.1",
"@types/matter-js": "^0.20.2",
"@types/node": "^22.19.19",
"eslint": "10.4.1",
"globals": "17.7.0",
"playwright": "^1.56.1",
"prettier": "3.8.4",
"tsx": "^4.23.1",
"typescript": "6.0.3",
"typescript-eslint": "8.60.1",
"vite": "8.1.0",
"vitest": "^3.2.4"
}
}