Skip to content

Commit

Permalink
demo 02
Browse files Browse the repository at this point in the history
  • Loading branch information
L-Qun committed Aug 24, 2024
1 parent a128da0 commit f5b12e9
Show file tree
Hide file tree
Showing 7 changed files with 10,885 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# jotai-scheduler

<p align="center">
<p>
<a href="https://github.com/jotaijs/jotai-scheduler/blob/main/.github/workflows/test.yml"><img src="https://github.com/jotaijs/jotai-scheduler/actions/workflows/test.yml/badge.svg" alt="GitHub Actions status"></a>
<a href= "https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg"></a>
<a href="https://github.com/facebook/jest"><img src="https://img.shields.io/badge/tested_with-jest-99424f.svg" alt="Tested with Jest"></a>
Expand Down
33 changes: 33 additions & 0 deletions examples/demo-02/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"name": "jotai-scheduler-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react": "latest",
"@types/react-dom": "latest",
"jotai-scheduler": "^0.0.4",
"jotai": "latest",
"react": "latest",
"react-dom": "latest",
"react-scripts": "latest",
"typescript": "latest"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Loading

0 comments on commit f5b12e9

Please sign in to comment.