-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.09 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.09 KB
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
{
"name": "@zenobia/ui-solid",
"version": "0.0.39",
"description": "Solid.js UI components for Zenobia Pay",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"build": "vite build",
"test": "echo \"No tests yet\"",
"release": "node scripts/release.js",
"build:zenobia": "vite build --config vite.zenobia.config.ts",
"build:zenobia-bigcommerce": "vite build --config vite.zenobia-bigcommerce.config.ts",
"build:modal": "vite build --config vite.zenobia-modal.config.ts"
},
"keywords": [
"zenobia",
"payments",
"solid-js",
"ui",
"components"
],
"publishConfig": {
"access": "public"
},
"author": "Zenobia Pay",
"license": "MIT",
"dependencies": {
"@zenobia/client": "^0.0.17",
"qr-code-styling": "^1.9.2",
"solid-js": "^1.7.0"
},
"peerDependencies": {
"solid-js": "^1.7.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.2",
"@types/qrcode": "^1.5.5",
"typescript": "^5.0.0",
"vite": "^6.2.3",
"vite-plugin-solid": "^2.11.6"
}
}