-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 763 Bytes
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
{
"name": "hyperliquid-pattern-forge",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.13.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "node --test tests/*.test.mjs",
"test:browser": "node --test e2e/*.test.mjs",
"test:build": "npm test && npm run build"
},
"dependencies": {
"lightweight-charts": "5.2.0",
"next": "16.3.4",
"pg": "8.23.0",
"react": "19.2.6",
"react-dom": "19.2.6"
},
"devDependencies": {
"@types/node": "22.19.19",
"@types/pg": "8.23.1",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"playwright": "1.62.1",
"sharp": "0.35.4",
"typescript": "5.9.3"
},
"type": "module"
}