Browse Source

remove unused devdependencies (#819)

remotes/origin/feat/support-install-latest
Gal Schlezinger 2 years ago committed by GitHub
parent
commit
64b6b0f696
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      site/package.json
  2. 10
      site/tsconfig.json
  3. 1672
      site/yarn.lock

5
site/package.json

@ -6,10 +6,5 @@ @@ -6,10 +6,5 @@
"license": "MIT",
"scripts": {
"build": "rm -rf public; mkdir public; cp ../.ci/install.sh ./public/install.txt"
},
"devDependencies": {
"@vercel/node": "2.5.22",
"typescript": "4.8.4",
"vercel": "26.0.0"
}
}

10
site/tsconfig.json

@ -1,10 +0,0 @@ @@ -1,10 +0,0 @@
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}

1672
site/yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save