Skip to content

Commit

Permalink
Initial RSC Implementation
Browse files Browse the repository at this point in the history
Signed-off-by: Khaled Emara <[email protected]>
  • Loading branch information
KhaledEmaraDev committed Oct 12, 2023
1 parent fea6536 commit 6a42d6e
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 28 deletions.
15 changes: 13 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.32.1",
"husky": "^4.3.6",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"jsdom": "^16.4.0",
Expand All @@ -44,7 +45,8 @@
"react-transform-hmr": "^1.0.4",
"redux": "^4.2.0",
"ts-jest": "^28.0.8",
"typescript": "^4.9.4"
"typescript": "^4.9.4",
"yalc": "^1.0.0-pre.27"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.12.5"
Expand All @@ -54,6 +56,10 @@
"react": ">= 16",
"react-dom": ">= 16"
},
"exports": {
".": "./node_package/lib/ReactOnRails.js",
"./*": "./node_package/lib/*.js"
},
"files": [
"node_package/lib",
"webpackConfigLoader.js"
Expand Down Expand Up @@ -92,5 +98,10 @@
"bugs": {
"url": "https://github.com/shakacode/react_on_rails/issues"
},
"homepage": "https://github.com/shakacode/react_on_rails#readme"
"homepage": "https://github.com/shakacode/react_on_rails#readme",
"husky": {
"hooks": {
"pre-commit": "yalc check"
}
}
}
Loading

0 comments on commit 6a42d6e

Please sign in to comment.