Skip to content

Commit 1a48336

Browse files
committed
Start switch to Deno 2
1 parent 0225d47 commit 1a48336

File tree

4 files changed

+13
-291
lines changed

4 files changed

+13
-291
lines changed

biome.json

Lines changed: 0 additions & 113 deletions
This file was deleted.

gs/frontend/deno.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"workspace": ["./aro", "./mcc"],
3+
"dependencies": {
4+
"@tanstack/react-query": "npm:@tanstack/react-query@^5.56.2",
5+
"react": "npm:react@^18.3.1",
6+
"react-dom": "npm:react-dom@^18.3.1",
7+
"react-hook-form": "npm:react-hook-form@^7.53.0",
8+
"react-router-dom": "npm:react-router-dom@^6.26.0"
9+
},
10+
"compilerOptions": {
11+
"lib": ["dom", "deno.ns"]
12+
}
13+
}

package-lock.json

Lines changed: 0 additions & 170 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)