-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "@cometh/hosted",
"version": "0.0.1",
"description": "SDK Cometh Hosted-Connect",
"private": true,
"type": "module",
"license": "ISC",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"build": "sh builder.sh",
"changeset": "changeset",
"changeset:release": "yarn build && changeset publish",
"changeset:version": "changeset version && yarn install --lockfile-only",
"dev:nextjs-app": "yarn workspace nextjs-app run dev",
"dev:hosted-sdk": "yarn workspace @cometh/hosted-sdk run dev"
},
"devDependencies": {
"@changesets/changelog-git": "^0.2.0",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.67.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.0",
"rollup-plugin-visualizer": "^5.5.4",
"tslib": "^1.9.3",
"typescript-plugin-styled-components": "^2.0.0",
"viem": "^2.13.0",
"wagmi": "^2.10.2"
}
}