mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
65 lines
2.6 KiB
JSON
65 lines
2.6 KiB
JSON
{
|
|
"name": "@trezor/connect-explorer",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"dev": "yarn dev:explorer",
|
|
"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-common": "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:^",
|
|
"@uiw/react-codemirror": "^4.23.0",
|
|
"codemirror-json-schema": "^0.7.8",
|
|
"codemirror-json5": "^1.0.3",
|
|
"json5": "^2.2.3",
|
|
"next": "^15.5.7",
|
|
"next-themes": "^0.3.0",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.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/chrome": "^0.0.299",
|
|
"@types/node": "22.13.10",
|
|
"@types/redux-logger": "^3.0.13",
|
|
"@types/web": "^0.0.197",
|
|
"babel-plugin-styled-components": "^2.1.4",
|
|
"copy-webpack-plugin": "^13.0.1",
|
|
"eslint-plugin-mdx": "^3.6.2",
|
|
"html-webpack-plugin": "5.6.6",
|
|
"rimraf": "^6.0.1",
|
|
"typescript-styled-plugin": "^0.18.3",
|
|
"webpack": "5.104.1",
|
|
"webpack-cli": "^6.0.1"
|
|
}
|
|
}
|