@supergrowthai/next-blog-ui
Version:
UI components for next-blog
53 lines • 1.29 kB
JSON
{
"name": "@supergrowthai/next-blog-ui",
"version": "1.0.1-canary.0",
"description": "UI components for next-blog",
"repository": "https://github.com/captadexp/next-blog",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./style.css": "./dist/index.css",
"./package.json": "./package.json"
},
"scripts": {
"clean": "rimraf dist",
"dev": "vite build --watch",
"build": "bun run clean && vite build",
"typecheck": "tsc --noEmit"
},
"keywords": [
"nextjs",
"react",
"cms",
"blogging",
"ui"
],
"author": "Capt ADExp <tech@developer.toys>",
"license": "ISC",
"peerDependencies": {
"react": "^19.1.1",
"react-dom": "^19.1.1",
"@supergrowthai/next-blog": "workspace:*"
},
"devDependencies": {
"@types/node": "^24.5.2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@supergrowthai/next-blog": "workspace:*",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"rimraf": "^6.0.1",
"vite": "^7.1.5",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-lib-inject-css": "^2.2.2"
}
}