Skip to content

Commit

Permalink
Merge pull request #48 from agrim0312/timer-implement
Browse files Browse the repository at this point in the history
Implement Timer to Hide "You're Connected" Text
  • Loading branch information
jwafu authored Dec 24, 2023
2 parents bd1e4ca + c06e1ea commit b703f12
Show file tree
Hide file tree
Showing 2 changed files with 241 additions and 230 deletions.
72 changes: 36 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
{
"name": "pieces-os-client-example-ts",
"version": "1.1.0",
"main": "src/index.tsx",
"scripts": {
"dev": "ts-node src/index.tsx",
"clean": "rm -r node_modules && rm package-lock.json",
"start": "react-scripts start",
"build": "react-scripts build"
},
"dependencies": {
"@pieces.app/pieces-os-client": "1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"typescript": "^4.9.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
{
"name": "pieces-os-client-example-ts",
"version": "1.1.0",
"main": "src/index.tsx",
"scripts": {
"dev": "ts-node src/index.tsx",
"clean": "rm -r node_modules && rm package-lock.json",
"start": "react-scripts start",
"build": "react-scripts build"
},
"dependencies": {
"@pieces.app/pieces-os-client": "1.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@types/node": "^20.8.7",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"typescript": "^4.9.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading

0 comments on commit b703f12

Please sign in to comment.