forked from Sphere-Laboratories/spherepay-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.36 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": "@spherelabs/react",
"version": "0.0.6",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types.d.ts",
"license": "MIT",
"scripts": {
"lint": "eslint \"**/*.ts*\"",
"build:sdk": "rollup -c --bundleConfigAsCjs"
},
"devDependencies": {
"@fontsource/work-sans": "^4.5.14",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.0.2",
"@rollup/plugin-typescript": "^11.1.1",
"@spherelabs/react-private": "*",
"@types/react": "^18.2.6",
"@types/react-dom": "18.0.10",
"@types/rollup-plugin-css-only": "^3.1.0",
"eslint": "^7.32.0",
"eslint-config-custom": "*",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.24.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-dts": "^5.3.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^5.9.0",
"tsconfig": "*",
"typescript": "^4.8.4",
"zustand": "^4.3.8"
},
"peerDependencies": {
"@headlessui/react": "^1.7.14",
"@solana/pay": "^0.2.5",
"@solana/spl-token": "^0.3.7",
"@solana/wallet-adapter-react": "^0.15.32",
"@solana/wallet-adapter-react-ui": "^0.9.29",
"@solana/web3.js": "^1.75.0",
"react": "^16 || ^17 || ^18",
"react-dom": "^16 || ^17 || ^18"
}
}