stack/examples/docs-examples/package.json
2026-06-02 14:41:18 -07:00

37 lines
1.0 KiB
JSON

{
"name": "@hexclave/docs-examples",
"version": "1.0.2",
"repository": "https://github.com/hexclave/hexclave",
"description": "",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rimraf .next && rimraf node_modules",
"dev": "next dev --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}08",
"build": "next build",
"start": "next start --port ${NEXT_PUBLIC_HEXCLAVE_PORT_PREFIX:-81}08",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@hexclave/next": "workspace:*",
"@hexclave/shared": "workspace:*",
"@hexclave/ui": "workspace:*",
"next": "^14.2.35",
"next-themes": "^0.2.1",
"react": "^18.2",
"react-dom": "^18",
"react-icons": "^5.0.1"
},
"devDependencies": {
"@types/react": "18.3.12",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"rimraf": "^5.0.5",
"tailwindcss": "^3.4.1"
},
"packageManager": "pnpm@11.5.0"
}