-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
46 lines (46 loc) · 1.34 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
{
"name": "luxbridge",
"version": "1.0.0",
"author": "Lux Partners Limited <[email protected]> (https://lux.partners)",
"private": true,
"keywords": [
"ai",
"ethereum",
"nft",
"lux",
"luxfi",
"bridge",
"exchange",
"swap"
],
"scripts": {
"build": "pnpm build:all",
"build:all": "pnpm build:app && pnpm build:explorer && pnpm build:sdk",
"build:app": "pnpm --filter @luxbridge/app build",
"build:explorer": "pnpm --filter @luxbridge/explorer build",
"build:sdk": "pnpm --filter @luxbridge/sdk build",
"build:storybook": "pnpm --filter @luxbridge/app build:storybook",
"start": "pnpm --filter @luxbridge/app start",
"dev": "pnpm --filter @luxbridge/app dev"
},
"devDependencies_": {
"@babel/preset-typescript": "^7.18.6",
"@parcel/babel-plugin-transform-runtime": "^2.8.3",
"@parcel/babel-preset-env": "^2.8.3",
"@parcel/config-default": "^2.8.3",
"@parcel/optimizer-data-url": "2.8.3",
"@parcel/packager-ts": "2.8.3",
"@parcel/transformer-inline-string": "2.8.3",
"@parcel/transformer-typescript-tsc": "^2.8.3",
"@parcel/transformer-typescript-types": "^2.8.3",
"buffer": "^6.0.3",
"ethers": "^5.7.2",
"parcel": "^2.8.3",
"process": "^0.11.10"
},
"engines": {
"node": ">=18",
"pnpm": ">=8"
},
"packageManager": "[email protected]"
}