-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 870 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 870 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
{
"name": "zero-gravity",
"version": "0.0.1",
"private": true,
"description": "Spend your Starknet vault balance at any Bitcoin Cash merchant — instantly, privately, without bridging a single token.",
"packageManager": "npm@10.8.2",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"lint": "turbo run lint",
"oracle": "npm run dev --workspace=apps/oracle"
},
"devDependencies": {
"@types/node": "^25.2.3",
"dotenv": "^17.3.1",
"starknet": "^6.11.0",
"tsx": "^4.21.0",
"typescript": "^5.4.0"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"autoprefixer": "^10.4.24",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"postcss": "^8.5.6",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.0"
}
}