Skip to content

Commit

Permalink
fix: package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Dec 1, 2023
1 parent 82363a5 commit 597088f
Show file tree
Hide file tree
Showing 3 changed files with 1,021 additions and 21 deletions.
27 changes: 26 additions & 1 deletion package.json
Expand Up @@ -64,6 +64,31 @@
"rollup-plugin-visualizer": "^5.6.0",
"stream-to-array": "^2.3.0",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
"typescript": "^4.9.3",
"@nrwl/nx-cloud": "latest",
"@testing-library/react": "^12.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@tsconfig/svelte": "^3.0.0",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/semver": "^7.3.13",
"nx": "15.9.2",
"nx-cloud": "^16.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-virtual": "^2.10.4",
"rollup-plugin-dts": "^4.2.2",
"solid-js": "^1.6.5",
"svelte": "^3.55.0",
"vue": "^3.2.33",
"@rollup/plugin-commonjs": "^23.0.4",
"@tanstack/react-router": "^0.0.1-beta.205",
"@types/babel__core": "^7.1.20",
"@types/fs-extra": "^9.0.13",
"fs-extra": "^10.1.0",
"is-ci-cli": "^2.2.0",
"vite": "^4.4.9",
"vitest": "^0.34.3",
"zod": "^3.20.2"
}
}

0 comments on commit 597088f

Please sign in to comment.