|
1 | 1 | {
|
2 |
| - "name": "@mytonswap/widget", |
3 |
| - "description": "MyTonSwap Widget - Easy to use swap widget for React on TON Blockchain", |
4 |
| - "version": "1.2.0", |
5 |
| - "type": "module", |
6 |
| - "author": { |
7 |
| - "name": "MyTonSwap", |
8 |
| - "url": "https://github.com/mytonswap" |
9 |
| - }, |
10 |
| - "homepage": "https://docs.mytonswap.com", |
11 |
| - "contributors": [ |
12 |
| - { |
13 |
| - "email": "ho3einwave@gmail.com", |
14 |
| - "name": "Ho3einWave" |
15 |
| - } |
16 |
| - ], |
17 |
| - "repository": { |
18 |
| - "type": "git", |
19 |
| - "url": "git+https://github.com/MyTonSwap/widget.git" |
20 |
| - }, |
21 |
| - "files": [ |
22 |
| - "dist" |
23 |
| - ], |
24 |
| - "keywords": [ |
25 |
| - "MyTonSwap", |
26 |
| - "TON", |
27 |
| - "The Open Network", |
28 |
| - "TON Blockchain", |
29 |
| - "Widget", |
30 |
| - "Swap", |
31 |
| - "Telegram", |
32 |
| - "stonfi", |
33 |
| - "ston.fi", |
34 |
| - "dedust", |
35 |
| - "DEX", |
36 |
| - "DeFi" |
37 |
| - ], |
38 |
| - "license": "MIT", |
39 |
| - "main": "./dist/mytonswap-widget.umd.cjs", |
40 |
| - "module": "./dist/mytonswap-widget.js", |
41 |
| - "types": "./dist/mytonswap-widget.d.ts", |
42 |
| - "exports": { |
43 |
| - ".": { |
44 |
| - "import": "./dist/mytonswap-widget.js", |
45 |
| - "require": "./dist/mytonswap-widget.umd.cjs" |
| 2 | + "name": "@mytonswap/widget", |
| 3 | + "description": "MyTonSwap Widget - Easy to use swap widget for React on TON Blockchain", |
| 4 | + "version": "1.2.0", |
| 5 | + "type": "module", |
| 6 | + "author": { |
| 7 | + "name": "MyTonSwap", |
| 8 | + "url": "https://github.com/mytonswap" |
| 9 | + }, |
| 10 | + "homepage": "https://docs.mytonswap.com", |
| 11 | + "contributors": [ |
| 12 | + { |
| 13 | + "email": "ho3einwave@gmail.com", |
| 14 | + "name": "Ho3einWave" |
| 15 | + } |
| 16 | + ], |
| 17 | + "repository": { |
| 18 | + "type": "git", |
| 19 | + "url": "git+https://github.com/MyTonSwap/widget.git" |
| 20 | + }, |
| 21 | + "files": [ |
| 22 | + "dist" |
| 23 | + ], |
| 24 | + "keywords": [ |
| 25 | + "MyTonSwap", |
| 26 | + "TON", |
| 27 | + "The Open Network", |
| 28 | + "TON Blockchain", |
| 29 | + "Widget", |
| 30 | + "Swap", |
| 31 | + "Telegram", |
| 32 | + "stonfi", |
| 33 | + "ston.fi", |
| 34 | + "dedust", |
| 35 | + "DEX", |
| 36 | + "DeFi" |
| 37 | + ], |
| 38 | + "license": "MIT", |
| 39 | + "main": "./dist/mytonswap-widget.umd.cjs", |
| 40 | + "module": "./dist/mytonswap-widget.js", |
| 41 | + "types": "./dist/mytonswap-widget.d.ts", |
| 42 | + "exports": { |
| 43 | + ".": { |
| 44 | + "import": "./dist/mytonswap-widget.js", |
| 45 | + "require": "./dist/mytonswap-widget.umd.cjs" |
| 46 | + }, |
| 47 | + "./dist/style.css": "./dist/style.css" |
| 48 | + }, |
| 49 | + "sideEffects": false, |
| 50 | + "scripts": { |
| 51 | + "dev": "vite", |
| 52 | + "prebuild": "rm -rf dist", |
| 53 | + "build": "tsc -b && vite build", |
| 54 | + "lint": "eslint .", |
| 55 | + "preview": "vite preview", |
| 56 | + "prepublish": "pnpm run build", |
| 57 | + "storybook": "storybook dev -p 6006", |
| 58 | + "build-storybook": "storybook build", |
| 59 | + "cypress:open": "cypress open", |
| 60 | + "cypress:run": "cypress run --browser chrome" |
46 | 61 | },
|
47 |
| - "./dist/style.css": "./dist/style.css" |
48 |
| - }, |
49 |
| - "sideEffects": false, |
50 |
| - "scripts": { |
51 |
| - "dev": "vite", |
52 |
| - "prebuild": "rm -rf dist", |
53 |
| - "build": "tsc -b && vite build", |
54 |
| - "lint": "eslint .", |
55 |
| - "preview": "vite preview", |
56 |
| - "prepublish": "pnpm run build", |
57 |
| - "storybook": "storybook dev -p 6006", |
58 |
| - "build-storybook": "storybook build", |
59 |
| - "cypress:open": "cypress open", |
60 |
| - "cypress:run": "cypress run" |
61 |
| - }, |
62 |
| - "peerDependencies": { |
63 |
| - "@mytonswap/sdk": "^1.0.9", |
64 |
| - "@ton/ton": "^15.0.0", |
65 |
| - "clsx": "^2.1.1", |
66 |
| - "react": "^18.3.1", |
67 |
| - "react-dom": "^18.3.1" |
68 |
| - }, |
69 |
| - "devDependencies": { |
70 |
| - "@chromatic-com/storybook": "^3.2.1", |
71 |
| - "@eslint/js": "^9.11.1", |
72 |
| - "@storybook/addon-actions": "^8.3.6", |
73 |
| - "@storybook/addon-essentials": "^8.3.6", |
74 |
| - "@storybook/addon-interactions": "^8.3.6", |
75 |
| - "@storybook/addon-links": "^8.3.6", |
76 |
| - "@storybook/addon-onboarding": "^8.3.6", |
77 |
| - "@storybook/blocks": "^8.3.6", |
78 |
| - "@storybook/builder-vite": "^8.3.6", |
79 |
| - "@storybook/react": "^8.3.6", |
80 |
| - "@storybook/react-vite": "^8.3.6", |
81 |
| - "@storybook/test": "^8.3.6", |
82 |
| - "@types/lodash": "^4.17.10", |
83 |
| - "@types/node": "^22.7.4", |
84 |
| - "@types/react": "^18.3.10", |
85 |
| - "@types/react-dom": "^18.3.0", |
86 |
| - "@typescript-eslint/eslint-plugin": "^8.8.0", |
87 |
| - "@typescript-eslint/parser": "^8.8.0", |
88 |
| - "@vitejs/plugin-react-swc": "^3.5.0", |
89 |
| - "autoprefixer": "^10.4.20", |
90 |
| - "cypress": "^13.15.1", |
91 |
| - "eslint": "^9.12.0", |
92 |
| - "eslint-plugin-react-hooks": "^5.1.0-rc.0", |
93 |
| - "eslint-plugin-react-refresh": "^0.4.12", |
94 |
| - "eslint-plugin-storybook": "^0.10.1", |
95 |
| - "globals": "^15.9.0", |
96 |
| - "path": "^0.12.7", |
97 |
| - "postcss": "^8.4.47", |
98 |
| - "process": "^0.11.10", |
99 |
| - "react-icons": "^5.3.0", |
100 |
| - "sass": "^1.80.1", |
101 |
| - "storybook": "^8.3.6", |
102 |
| - "tailwindcss": "^3.4.13", |
103 |
| - "tsup": "^8.3.0", |
104 |
| - "typescript": "^5.5.3", |
105 |
| - "typescript-eslint": "^8.7.0", |
106 |
| - "vite": "^5.4.8", |
107 |
| - "vite-plugin-css-injected-by-js": "^3.5.2", |
108 |
| - "vite-plugin-dts": "^4.2.3", |
109 |
| - "vite-tsconfig-paths": "^5.0.1" |
110 |
| - }, |
111 |
| - "eslintConfig": { |
112 |
| - "extends": [ |
113 |
| - "plugin:storybook/recommended" |
114 |
| - ] |
115 |
| - }, |
116 |
| - "dependencies": { |
117 |
| - "@r2wc/react-to-web-component": "^2.0.3", |
118 |
| - "@tonconnect/ui-react": "^2.0.9", |
119 |
| - "@uidotdev/usehooks": "^2.4.1", |
120 |
| - "axios": "^1.7.7", |
121 |
| - "framer-motion": "^11.11.2", |
122 |
| - "lodash": "^4.17.21", |
123 |
| - "react-error-boundary": "^4.1.2", |
124 |
| - "react-hot-toast": "^2.4.1", |
125 |
| - "react-infinite-scroll-component": "^6.1.0", |
126 |
| - "tailwind-merge": "^2.5.4", |
127 |
| - "usehooks-ts": "^3.1.0", |
128 |
| - "vite-plugin-node-polyfills": "^0.22.0", |
129 |
| - "vite-plugin-package-version": "^1.1.0", |
130 |
| - "zustand": "5.0.0-rc.2" |
131 |
| - } |
| 62 | + "peerDependencies": { |
| 63 | + "@mytonswap/sdk": "^1.0.9", |
| 64 | + "@ton/ton": "^15.0.0", |
| 65 | + "clsx": "^2.1.1", |
| 66 | + "react": "^18.3.1", |
| 67 | + "react-dom": "^18.3.1" |
| 68 | + }, |
| 69 | + "devDependencies": { |
| 70 | + "@chromatic-com/storybook": "^3.2.1", |
| 71 | + "@eslint/js": "^9.11.1", |
| 72 | + "@storybook/addon-actions": "^8.3.6", |
| 73 | + "@storybook/addon-essentials": "^8.3.6", |
| 74 | + "@storybook/addon-interactions": "^8.3.6", |
| 75 | + "@storybook/addon-links": "^8.3.6", |
| 76 | + "@storybook/addon-onboarding": "^8.3.6", |
| 77 | + "@storybook/blocks": "^8.3.6", |
| 78 | + "@storybook/builder-vite": "^8.3.6", |
| 79 | + "@storybook/react": "^8.3.6", |
| 80 | + "@storybook/react-vite": "^8.3.6", |
| 81 | + "@storybook/test": "^8.3.6", |
| 82 | + "@types/lodash": "^4.17.10", |
| 83 | + "@types/node": "^22.7.4", |
| 84 | + "@types/react": "^18.3.10", |
| 85 | + "@types/react-dom": "^18.3.0", |
| 86 | + "@typescript-eslint/eslint-plugin": "^8.8.0", |
| 87 | + "@typescript-eslint/parser": "^8.8.0", |
| 88 | + "@vitejs/plugin-react-swc": "^3.5.0", |
| 89 | + "autoprefixer": "^10.4.20", |
| 90 | + "cypress": "^13.15.1", |
| 91 | + "eslint": "^9.12.0", |
| 92 | + "eslint-plugin-react-hooks": "^5.1.0-rc.0", |
| 93 | + "eslint-plugin-react-refresh": "^0.4.12", |
| 94 | + "eslint-plugin-storybook": "^0.10.1", |
| 95 | + "globals": "^15.9.0", |
| 96 | + "path": "^0.12.7", |
| 97 | + "postcss": "^8.4.47", |
| 98 | + "process": "^0.11.10", |
| 99 | + "react-icons": "^5.3.0", |
| 100 | + "sass": "^1.80.1", |
| 101 | + "storybook": "^8.3.6", |
| 102 | + "tailwindcss": "^3.4.13", |
| 103 | + "tsup": "^8.3.0", |
| 104 | + "typescript": "^5.5.3", |
| 105 | + "typescript-eslint": "^8.7.0", |
| 106 | + "vite": "^5.4.8", |
| 107 | + "vite-plugin-css-injected-by-js": "^3.5.2", |
| 108 | + "vite-plugin-dts": "^4.2.3", |
| 109 | + "vite-tsconfig-paths": "^5.0.1" |
| 110 | + }, |
| 111 | + "eslintConfig": { |
| 112 | + "extends": [ |
| 113 | + "plugin:storybook/recommended" |
| 114 | + ] |
| 115 | + }, |
| 116 | + "dependencies": { |
| 117 | + "@r2wc/react-to-web-component": "^2.0.3", |
| 118 | + "@tonconnect/ui-react": "^2.0.9", |
| 119 | + "@uidotdev/usehooks": "^2.4.1", |
| 120 | + "axios": "^1.7.7", |
| 121 | + "framer-motion": "^11.11.2", |
| 122 | + "lodash": "^4.17.21", |
| 123 | + "react-error-boundary": "^4.1.2", |
| 124 | + "react-hot-toast": "^2.4.1", |
| 125 | + "react-infinite-scroll-component": "^6.1.0", |
| 126 | + "tailwind-merge": "^2.5.4", |
| 127 | + "usehooks-ts": "^3.1.0", |
| 128 | + "vite-plugin-node-polyfills": "^0.22.0", |
| 129 | + "vite-plugin-package-version": "^1.1.0", |
| 130 | + "zustand": "5.0.0-rc.2" |
| 131 | + } |
132 | 132 | }
|
0 commit comments