-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
43 lines (43 loc) · 1.33 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
{
"name": "@dialectlabs/workspaces",
"version": "1.0.0",
"description": "",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/dialectlabs/react"
},
"scripts": {
"bootstrap": "yarn build:all",
"build:all": "yarn workspace @dialectlabs/react-sdk build && yarn workspace @dialectlabs/react-sdk-blockchain-solana build && yarn workspace @dialectlabs/react-ui build",
"dev:react-sdk": "yarn workspace @dialectlabs/react-sdk dev",
"dev:react-sdk-blockchain-solana": "yarn workspace @dialectlabs/react-sdk-blockchain-solana dev",
"dev:react-ui": "yarn workspace @dialectlabs/react-ui dev",
"dev:all": "concurrently \"yarn:dev:*(!all)\""
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.13",
"tsup": "^8.0.2",
"typescript": "^5.4.3"
},
"keywords": [],
"author": "@dialectlabs",
"license": "Apache-2.0",
"workspaces": [
"examples/*",
"packages/*"
],
"engines": {
"node": ">=18"
},
"dependencies": {}
}