stack/examples/docs-examples/package.json
2024-09-30 20:05:45 -07:00

35 lines
883 B
JSON

{
"name": "@stackframe/docs-examples",
"version": "2.6.1",
"description": "",
"private": true,
"scripts": {
"typecheck": "tsc --noEmit",
"clean": "rimraf .next && rimraf node_modules",
"dev": "next dev --port 8108",
"build": "next build",
"start": "next start --port 8108",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@stackframe/stack": "workspace:*",
"@stackframe/stack-shared": "workspace:*",
"@stackframe/stack-ui": "workspace:*",
"next": "^14.1",
"next-themes": "^0.2.1",
"react": "^18.2",
"react-dom": "^18",
"react-icons": "^5.0.1"
},
"devDependencies": {
"rimraf": "^5.0.5",
"@types/react": "^18.2.66",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}