mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-03 05:55:03 +01:00
63 lines
2.1 KiB
JSON
63 lines
2.1 KiB
JSON
{
|
|
"name": "@trezor/connect-explorer-theme",
|
|
"version": "2.13.4",
|
|
"description": "A Nextra theme for documentation sites (https://github.com/shuding/nextra/tree/main/packages/nextra-theme-docs).",
|
|
"author": "Shu Ding <g@shud.in>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"main": "src/index.tsx",
|
|
"scripts": {
|
|
"depcheck": "yarn g:depcheck",
|
|
"build:all": "yarn build:tailwind",
|
|
"build:tailwind": "yarn postcss css/styles.css -o style.css --verbose",
|
|
"clean": "rimraf ./style.css",
|
|
"dev": "concurrently \"yarn dev:tailwind\"",
|
|
"dev:tailwind": "TAILWIND_MODE=watch yarn postcss css/styles.css -o style.css --watch",
|
|
"prepublishOnly": "yarn build:all",
|
|
"type-check": "yarn g:tsc --build tsconfig.json",
|
|
"postinstall": "yarn build:all"
|
|
},
|
|
"peerDependencies": {
|
|
"next": ">=9.5.3",
|
|
"nextra": "^2.13.4",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.2",
|
|
"@trezor/components": "workspace:*",
|
|
"@trezor/product-components": "workspace:*",
|
|
"@trezor/theme": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"escape-string-regexp": "^5.0.0",
|
|
"flexsearch": "^0.7.31",
|
|
"focus-visible": "^5.2.1",
|
|
"git-url-parse": "^15.0.0",
|
|
"intersection-observer": "^0.12.2",
|
|
"match-sorter": "^6.3.1",
|
|
"next-seo": "^6.6.0",
|
|
"next-themes": "^0.3.0",
|
|
"scroll-into-view-if-needed": "^3.1.0",
|
|
"styled-components": "^6.1.19",
|
|
"tailwindcss": "^3.4.10",
|
|
"zod": "^3.24.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/flexsearch": "^0.7.3",
|
|
"@types/git-url-parse": "^9.0.3",
|
|
"@types/react": "19.1.6",
|
|
"concurrently": "^8.0.0",
|
|
"next": "^15.5.7",
|
|
"nextra": "^2.13.4",
|
|
"postcss": "^8.4.41",
|
|
"postcss-cli": "^10.1.0",
|
|
"postcss-import": "^15.1.0",
|
|
"postcss-lightningcss": "^1.0.1",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"sideEffects": [
|
|
"./src/polyfill.ts"
|
|
]
|
|
}
|