|
38 | 38 | "dev": "nodemon",
|
39 | 39 | "watch": "tsc -w",
|
40 | 40 | "type-check": "tsc-files --pretty --project ./tsconfig.build.json --noEmit --module ESNext --declaration",
|
41 |
| - "build": "bun clean && bun build:cjs && bun build:esm && bun build:types && bun build:css", |
42 |
| - "build:css": "postcss src/styles/global.css -o dist/cjs/styles/global.css && cp -r dist/cjs/styles dist/esm", |
| 41 | + "build": "bun clean && bun build:cjs && bun build:esm && bun build:types", |
43 | 42 | "build:cjs": "tsc --project ./tsconfig.build.json --module commonjs --moduleResolution node --outDir ./dist/cjs --removeComments --verbatimModuleSyntax false && printf '{\"type\":\"commonjs\"}' > ./dist/cjs/package.json && tsc-alias --outDir ./dist/cjs && ts-add-js-extension --dir=dist/cjs --showchanges=false",
|
44 | 43 | "build:esm": "tsc --project ./tsconfig.build.json --module ESNext --outDir ./dist/esm && printf '{\"type\": \"module\",\"sideEffects\":false}' > ./dist/esm/package.json && tsc-alias --outDir ./dist/esm && ts-add-js-extension --dir=dist/esm --showchanges=false",
|
45 | 44 | "build:types": "tsc --project ./tsconfig.build.json --module ESNext --declarationDir ./dist/types --emitDeclarationOnly --declaration --declarationMap && tsc-alias --outDir ./dist/types",
|
|
52 | 51 | "release:alpha": "standard-version -a --prerelease alpha --skip.changelog",
|
53 | 52 | "release:beta": "standard-version -a --prerelease beta --skip.changelog",
|
54 | 53 | "release:pub": "git push --follow-tags origin main",
|
55 |
| - "copy:dist": "bun run build && bun tools/copy-dist.js", |
56 |
| - "preview": "bun run preview/index.tsx" |
| 54 | + "copy:dist": "bun run build && bun tools/copy-dist.js" |
57 | 55 | },
|
58 | 56 | "lint-staged": {
|
59 | 57 | "src/**/*.{ts,tsx}": [
|
|
68 | 66 | },
|
69 | 67 | "peerDependencies": {
|
70 | 68 | "typescript": "^5.6.2",
|
71 |
| - "viem": "^2.21.55", |
72 |
| - "wagmi": "^2.5.7", |
| 69 | + "viem": "^2.21.60", |
| 70 | + "wagmi": "^2.14.11", |
73 | 71 | "react": "^18.0.0 || ^19.0.0",
|
74 | 72 | "react-dom": "^18.0.0 || ^19.0.0",
|
75 |
| - "@hookform/resolvers": "^3.9.0", |
76 |
| - "recharts": "^2.12.7", |
77 |
| - "react-hook-form": "^7.53.0", |
78 |
| - "@tanstack/react-table": "^8.20.5", |
79 | 73 | "@tanstack/react-query": "^5.59.0"
|
80 | 74 | },
|
81 | 75 | "dependencies": {
|
82 | 76 | "@api3/logos": "^0.2.18",
|
83 | 77 | "@inverter-network/graphql": "^0.9.31",
|
84 | 78 | "@inverter-network/sdk": "0.4.4",
|
85 |
| - "@radix-ui/react-accordion": "^1.2.1", |
86 |
| - "@radix-ui/react-alert-dialog": "^1.1.2", |
87 |
| - "@radix-ui/react-checkbox": "^1.1.2", |
88 |
| - "@radix-ui/react-collapsible": "^1.1.1", |
89 |
| - "@radix-ui/react-dialog": "^1.1.2", |
90 |
| - "@radix-ui/react-dropdown-menu": "^2.1.2", |
91 |
| - "@radix-ui/react-hover-card": "^1.1.2", |
92 |
| - "@radix-ui/react-label": "^2.1.0", |
93 |
| - "@radix-ui/react-menubar": "^1.1.2", |
94 |
| - "@radix-ui/react-popover": "^1.1.2", |
95 |
| - "@radix-ui/react-progress": "^1.1.2", |
96 |
| - "@radix-ui/react-radio-group": "^1.2.3", |
97 |
| - "@radix-ui/react-select": "^2.1.2", |
98 |
| - "@radix-ui/react-separator": "^1.1.0", |
99 |
| - "@radix-ui/react-slot": "^1.1.1", |
100 |
| - "@radix-ui/react-switch": "^1.1.1", |
101 |
| - "@radix-ui/react-tabs": "^1.1.1", |
102 |
| - "@radix-ui/react-tooltip": "^1.1.3", |
103 |
| - "class-variance-authority": "^0.7.0", |
104 |
| - "cmdk": "1.0.0", |
105 |
| - "date-fns": "^4.1.0", |
106 | 79 | "immer": "^10.1.1",
|
107 |
| - "input-otp": "^1.2.4", |
108 |
| - "lightweight-charts": "^4.2.1", |
109 |
| - "lightweight-charts-react-wrapper": "^2.1.1", |
110 |
| - "lucide-react": "^0.447.0", |
111 |
| - "react-day-picker": "8.10.1", |
112 |
| - "react-json-view-lite": "^1.5.0", |
113 |
| - "tailwind-merge": "^2.5.2", |
114 |
| - "tailwindcss-animate": "^1.0.7", |
115 |
| - "vaul": "^1.0.0", |
116 | 80 | "zod": "^3.23.8",
|
117 | 81 | "zustand": "^5.0.0-rc.2"
|
118 | 82 | },
|
|
121 | 85 | "@commitlint/config-conventional": "^19.5.0",
|
122 | 86 | "@eslint-react/eslint-plugin": "^1.14.3",
|
123 | 87 | "@happy-dom/global-registrator": "^15.7.4",
|
124 |
| - "@tailwindcss/typography": "^0.5.15", |
125 | 88 | "@types/bun": "^1.1.8",
|
126 | 89 | "@types/lodash": "^4.17.13",
|
127 | 90 | "@types/react": "^18.0.0 || ^19.0.0",
|
128 | 91 | "@types/react-dom": "^18.0.0 || ^19.0.0",
|
129 |
| - "@vitejs/plugin-react": "^4.3.4", |
130 |
| - "autoprefixer": "^10.4.20", |
131 | 92 | "eslint-plugin-import-x": "^4.3.1",
|
132 | 93 | "eslint-plugin-prettier": "^5.2.1",
|
133 |
| - "eslint-plugin-tailwindcss": "^3.17.4", |
134 | 94 | "husky": "^9.1.5",
|
135 | 95 | "lint-staged": "^15.2.10",
|
136 | 96 | "nodemon": "^3.1.7",
|
137 | 97 | "pinst": "^3.0.0",
|
138 |
| - "postcss": "^8.4.47", |
139 |
| - "postcss-attribute-case-insensitive": "^7.0.1", |
140 |
| - "postcss-cli": "^11.0.0", |
141 |
| - "postcss-import": "^16.1.0", |
142 |
| - "postcss-safe-parser": "^7.0.1", |
143 |
| - "postcss-selector-parser": "^7.0.0", |
144 | 98 | "prettier": "^3.3.3",
|
145 | 99 | "standard-version": "^9.5.0",
|
146 |
| - "tailwindcss": "^3.4.13", |
147 | 100 | "ts-add-js-extension": "^1.6.4",
|
148 | 101 | "tsc-alias": "^1.8.10",
|
149 | 102 | "tsc-files": "^1.1.4",
|
150 |
| - "typescript-eslint": "^8.8.1", |
151 |
| - "vite": "^6.2.2" |
| 103 | + "typescript-eslint": "^8.8.1" |
152 | 104 | },
|
153 | 105 | "license": "LGPL-3.0",
|
154 | 106 | "homepage": "https://inverter.network",
|
|
0 commit comments