UNPKG

dinou

Version:

Dinou is a modern React 19 framework with React Server Components, Server Functions, and streaming SSR.

92 lines (91 loc) 2.79 kB
{ "name": "dinou", "version": "3.0.1", "description": "Dinou is a modern React 19 framework with React Server Components, Server Functions, and streaming SSR.", "main": "index.js", "bin": { "dinou": "./cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react", "react-19", "react-server-components", "rsc", "react-server-functions", "framework", "react-framework", "esbuild", "rollup", "webpack", "ssr", "streaming", "dinou" ], "author": "Roger Gomez Castells (@roggc)", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/roggc/dinou.git" }, "dependencies": { "@babel/core": "^7.27.4", "@babel/parser": "^7.28.3", "@babel/plugin-syntax-import-meta": "^7.10.4", "@babel/plugin-transform-modules-commonjs": "^7.27.1", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@babel/register": "^7.27.1", "@babel/traverse": "^7.28.3", "@esbuild-plugins/tsconfig-paths": "^0.1.2", "@matthamlin/react-server-dom-esm": "file:packages/vendor/react-server-dom-esm", "@pmmmwh/react-refresh-webpack-plugin": "^0.6.2", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.6", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-replace": "^6.0.2", "@tailwindcss/postcss": "^4.1.10", "autoprefixer": "^10.4.21", "babel-loader": "^10.0.0", "chokidar": "^4.0.3", "commander": "^14.0.0", "concurrently": "^9.2.0", "cookie-parser": "^1.4.7", "copy-webpack-plugin": "^13.0.1", "cross-env": "^7.0.3", "css-loader": "^7.1.2", "css-modules-require-hook": "^4.2.3", "dotenv": "^16.5.0", "esbuild": "^0.27.0", "esbuild-copy-static-files": "^0.1.0", "express": "^5.1.0", "generic-names": "^4.0.0", "loader-utils": "^3.3.1", "mini-css-extract-plugin": "^2.9.4", "postcss": "^8.5.5", "postcss-import": "^16.1.1", "postcss-loader": "^8.2.0", "postcss-modules": "^6.0.1", "react-refresh": "^0.17.0", "react-server-dom-webpack": "^19.2.0", "rollup": "^4.46.2", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-delete": "^3.0.1", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-tsconfig-paths": "^1.5.2", "tailwindcss": "^4.1.10", "tsconfig-paths": "^4.2.0", "tsconfig-paths-webpack-plugin": "^4.2.0", "webpack": "^5.103.0", "webpack-cli": "^6.0.1", "webpack-dev-server": "^5.2.2", "ws": "^8.18.3" }, "peerDependencies": { "react": ">=19.1.0", "react-dom": ">=19.1.0" } }