zigap-utils 3.0.4 → 3.1.0-preview.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +129 -129
  2. package/dist/index.es.js +1154 -1151
  3. package/package.json +68 -63
package/package.json CHANGED
@@ -1,65 +1,70 @@
1
1
  {
2
- "name": "zigap-utils",
3
- "version": "3.0.4",
4
- "description": "",
5
- "main": "dist/index.es.js",
6
- "types": "dist/index.d.ts",
7
- "author": "Seoullabs",
8
- "license": "ISC",
9
- "homepage": "https://seoul-labs.gitbook.io/zigap-utils",
10
- "repository": {
11
- "type": "git",
12
- "url": "https://github.com/Seoullabs-official/zigap-utils"
13
- },
14
- "files": [
15
- "dist"
16
- ],
17
- "scripts": {
18
- "preinstall": "npx only-allow pnpm",
19
- "dev": "vite",
20
- "build": "rm -rf dist && tsx ./src/preprocessEnv.ts && vite build",
21
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
22
- "preview": "vite preview"
23
- },
24
- "dependencies": {
25
- "@rollup/plugin-terser": "^0.4.4",
26
- "dayjs": "^1.11.11",
27
- "dotenv": "^16.4.5",
28
- "react": "^18.2.0 || ^19.0.0",
29
- "react-dom": "^18.2.0 || ^19.0.0",
30
- "styled-components": "^6.1.11",
31
- "tsx": "^4.16.2",
32
- "tweetnacl": "^1.0.3",
33
- "vite-plugin-commonjs": "^0.10.1",
34
- "web3": "^4.16.0"
35
- },
36
- "devDependencies": {
37
- "@types/crypto-js": "^4.2.2",
38
- "@types/elliptic": "^6.4.18",
39
- "@types/node": "^20.12.12",
40
- "@types/react": "^19.0.0",
41
- "@types/react-dom": "^19.0.0",
42
- "@types/styled-components": "^5.1.34",
43
- "@typescript-eslint/eslint-plugin": "^7.2.0",
44
- "@typescript-eslint/parser": "^7.2.0",
45
- "@vitejs/plugin-react": "^4.2.1",
46
- "crypto-js": "^4.2.0",
47
- "elliptic": "^6.5.5",
48
- "eslint": "^8.57.0",
49
- "eslint-config-prettier": "^9.1.0",
50
- "eslint-plugin-import": "^2.29.1",
51
- "eslint-plugin-jsx-a11y": "^6.8.0",
52
- "eslint-plugin-react": "^7.34.1",
53
- "eslint-plugin-react-hooks": "^4.6.2",
54
- "eslint-plugin-react-refresh": "^0.4.6",
55
- "path": "^0.12.7",
56
- "prettier": "^3.2.5",
57
- "qrcode.react": "^4.2.0",
58
- "socket.io-client": "^4.7.5",
59
- "typescript": "^5.2.2",
60
- "vite": "^5.2.0",
61
- "vite-plugin-css-injected-by-js": "^3.5.1",
62
- "vite-plugin-dts": "^3.9.1",
63
- "vite-tsconfig-paths": "^4.3.2"
64
- }
2
+ "name": "zigap-utils",
3
+ "version": "3.1.0-preview.0",
4
+ "description": "",
5
+ "main": "dist/index.es.js",
6
+ "types": "dist/index.d.ts",
7
+ "author": "Seoullabs",
8
+ "license": "ISC",
9
+ "homepage": "https://seoul-labs.gitbook.io/zigap-utils",
10
+ "repository": {
11
+ "type": "git",
12
+ "url": "https://github.com/Seoullabs-official/zigap-utils"
13
+ },
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "pnpm": {
18
+ "onlyBuiltDependencies": [
19
+ "esbuild"
20
+ ]
21
+ },
22
+ "scripts": {
23
+ "preinstall": "npx only-allow pnpm",
24
+ "dev": "vite",
25
+ "build": "rm -rf dist && tsx ./src/preprocessEnv.ts && vite build",
26
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
27
+ "preview": "vite preview"
28
+ },
29
+ "dependencies": {
30
+ "@rollup/plugin-terser": "^0.4.4",
31
+ "dayjs": "^1.11.11",
32
+ "dotenv": "^16.4.5",
33
+ "react": "^18.2.0 || ^19.0.0",
34
+ "react-dom": "^18.2.0 || ^19.0.0",
35
+ "styled-components": "^6.1.11",
36
+ "tsx": "^4.16.2",
37
+ "tweetnacl": "^1.0.3",
38
+ "vite-plugin-commonjs": "^0.10.1",
39
+ "web3": "^4.16.0"
40
+ },
41
+ "devDependencies": {
42
+ "@types/crypto-js": "^4.2.2",
43
+ "@types/elliptic": "^6.4.18",
44
+ "@types/node": "^20.12.12",
45
+ "@types/react": "^19.0.0",
46
+ "@types/react-dom": "^19.0.0",
47
+ "@types/styled-components": "^5.1.34",
48
+ "@typescript-eslint/eslint-plugin": "^7.2.0",
49
+ "@typescript-eslint/parser": "^7.2.0",
50
+ "@vitejs/plugin-react": "^4.2.1",
51
+ "crypto-js": "^4.2.0",
52
+ "elliptic": "^6.5.5",
53
+ "eslint": "^8.57.0",
54
+ "eslint-config-prettier": "^9.1.0",
55
+ "eslint-plugin-import": "^2.29.1",
56
+ "eslint-plugin-jsx-a11y": "^6.8.0",
57
+ "eslint-plugin-react": "^7.34.1",
58
+ "eslint-plugin-react-hooks": "^4.6.2",
59
+ "eslint-plugin-react-refresh": "^0.4.6",
60
+ "path": "^0.12.7",
61
+ "prettier": "^3.2.5",
62
+ "qrcode.react": "^4.2.0",
63
+ "socket.io-client": "^4.7.5",
64
+ "typescript": "^5.2.2",
65
+ "vite": "^5.2.0",
66
+ "vite-plugin-css-injected-by-js": "^3.5.1",
67
+ "vite-plugin-dts": "^3.9.1",
68
+ "vite-tsconfig-paths": "^4.3.2"
69
+ }
65
70
  }