forked from Bitcoindefi/OpenAO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1004 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1004 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
34
35
36
37
{
"name": "falopita",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack --hostname 0.0.0.0",
"build": "next build",
"start": "next start",
"lint": "eslint",
"generate:headswithfile": "node ./scripts/generate-headswithfile.mjs"
},
"dependencies": {
"dotenv": "^17.4.2",
"howler": "^2.2.4",
"lucide-react": "^1.16.0",
"next": "^16.2.4",
"pixi.js": "^8.17.1",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/howler": "^2.2.12",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.6",
"tailwindcss": "^4.2.4",
"typescript": "^6.0.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"unrs-resolver"
]
}
}