-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.18 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.18 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
45
46
47
48
49
50
51
{
"name": "yoomoney-widget",
"version": "1.1.0",
"description": "React component for YooMoney payment form with built-in Factor IO fonts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && node copy-files.js",
"prepublishOnly": "npm run build",
"test": "echo \"No tests specified\"",
"dev": "vite",
"build:dev": "vite build",
"preview": "vite preview"
},
"keywords": [
"yoomoney",
"payment",
"react",
"widget",
"form",
"typescript"
],
"author": "kaurcev skaurcev2004@yandex.ru",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kaurcev/yoomoney-widget"
},
"homepage": "https://github.com/kaurcev/yoomoney-widget#readme",
"bugs": {
"url": "https://github.com/kaurcev/yoomoney-widget/issues"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
},
"devDependencies": {
"@types/fs-extra": "^11.0.1",
"@types/react": "^18.2.0",
"@vitejs/plugin-react": "^5.1.1",
"fs-extra": "^11.1.0",
"typescript": "^5.0.0",
"vite": "^7.2.6"
},
"files": [
"dist"
],
"engines": {
"node": ">=14.0.0"
}
}