Files
trezor-suite/packages/connect-explorer/package.json
Peter Sanderson 6a445e7d8f chore: bump eslint
2025-07-01 07:30:07 +02:00

63 lines
2.6 KiB
JSON

{
"name": "@trezor/connect-explorer",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "concurrently \"yarn dev:explorer\" \"PORT=8089 NO_HTTPS=true yarn workspace @trezor/connect-web dev\"",
"dev:explorer": "NODE_OPTIONS=\"--no-experimental-global-navigator\" next -p 8088",
"build": "NODE_OPTIONS=\"--no-experimental-global-navigator\" next build && rm -rf build && mv out build",
"build:webextension": "BUILD_TARGET=webextension yarn build && yarn g:rimraf build-webextension && TS_NODE_PROJECT=\"tsconfig.json\" yarn webpack --config ./webpack/webextension.webpack.config.ts && bash ./webpack/replace-next-filenames.sh",
"lint:styles": "npx stylelint './src/**/*{.ts,.tsx}' --cache --config ../../.stylelintrc",
"type-check": "yarn g:tsc --build tsconfig.json"
},
"dependencies": {
"@codemirror/state": "^6.4.1",
"@hbsnow/rehype-sectionize": "^1.0.7",
"@sinclair/typebox": "^0.33.12",
"@trezor/components": "workspace:^",
"@trezor/connect": "workspace:^",
"@trezor/connect-explorer-theme": "workspace:^",
"@trezor/connect-mobile": "workspace:^",
"@trezor/connect-web": "workspace:^",
"@trezor/connect-webextension": "workspace:^",
"@trezor/protobuf": "workspace:^",
"@trezor/schema-utils": "workspace:^",
"@trezor/theme": "workspace:^",
"@trezor/utils": "workspace:^",
"@uiw/react-codemirror": "^4.23.0",
"codemirror-json-schema": "^0.7.8",
"codemirror-json5": "^1.0.3",
"json5": "^2.2.3",
"next": "^15.2.4",
"next-themes": "^0.3.0",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-inspector": "^6.0.2",
"react-markdown": "^10.1.0",
"react-medium-image-zoom": "^5.2.14",
"react-redux": "9.2.0",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^3.1.0",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.1",
"styled-components": "^6.1.19",
"swr": "^2.3.3"
},
"devDependencies": {
"@trezor/eslint": "workspace:*",
"@types/redux-logger": "^3.0.13",
"babel-plugin-styled-components": "^2.1.4",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^13.0.0",
"eslint-plugin-mdx": "^3.5.0",
"html-webpack-plugin": "^5.6.3",
"rimraf": "^6.0.1",
"tsx": "^4.20.3",
"webpack": "5.99.9",
"webpack-cli": "^6.0.1"
}
}