mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-20 16:55:32 -04:00
remove dependency on uglify-js
This commit is contained in:
+10
-12
@@ -18,12 +18,12 @@
|
||||
"postinstall": "prisma generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"@giscus/react": "^2.4.0",
|
||||
"@giscus/react": "^3.0.0",
|
||||
"@hcaptcha/react-hcaptcha": "^1.10.1",
|
||||
"@novnc/novnc": "1.4.0",
|
||||
"@octokit/graphql": "^7.0.2",
|
||||
"@octokit/graphql-schema": "^14.56.0",
|
||||
"@prisma/client": "^5.9.1",
|
||||
"@octokit/graphql-schema": "^14.57.0",
|
||||
"@prisma/client": "^5.10.2",
|
||||
"@react-spring/web": "^9.7.3",
|
||||
"@stitches/react": "1.3.1-1",
|
||||
"@vercel/edge": "^1.1.1",
|
||||
@@ -44,14 +44,14 @@
|
||||
"p-memoize": "^7.1.1",
|
||||
"polished": "^4.3.1",
|
||||
"prop-types": "^15.8.1",
|
||||
"query-string": "^8.2.0",
|
||||
"query-string": "^9.0.0",
|
||||
"react": "18.2.0",
|
||||
"react-dom": "18.2.0",
|
||||
"react-error-boundary": "^4.0.12",
|
||||
"react-frame-component": "^5.2.6",
|
||||
"react-icons": "^5.0.1",
|
||||
"react-innertext": "^1.1.5",
|
||||
"react-intersection-observer": "^9.8.0",
|
||||
"react-intersection-observer": "^9.8.1",
|
||||
"react-is": "18.2.0",
|
||||
"react-player": "^2.14.1",
|
||||
"react-textarea-autosize": "^8.5.3",
|
||||
@@ -73,27 +73,25 @@
|
||||
"devDependencies": {
|
||||
"@jakejarvis/eslint-config": "^3.1.0",
|
||||
"@types/comma-number": "^2.1.2",
|
||||
"@types/node": "^20.11.19",
|
||||
"@types/node": "^20.11.20",
|
||||
"@types/novnc__novnc": "^1.3.4",
|
||||
"@types/prop-types": "^15.7.11",
|
||||
"@types/react": "^18.2.56",
|
||||
"@types/react": "^18.2.58",
|
||||
"@types/react-dom": "^18.2.19",
|
||||
"@types/react-is": "^18.2.4",
|
||||
"@types/uglify-js": "^3.17.4",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
||||
"@typescript-eslint/parser": "^7.0.2",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "~8.56.0",
|
||||
"eslint": "~8.57.0",
|
||||
"eslint-config-next": "14.1.0",
|
||||
"eslint-config-prettier": "~9.1.0",
|
||||
"eslint-plugin-mdx": "~3.1.5",
|
||||
"eslint-plugin-prettier": "~5.1.3",
|
||||
"lint-staged": "^15.2.2",
|
||||
"prettier": "^3.2.5",
|
||||
"prisma": "^5.9.1",
|
||||
"prisma": "^5.10.2",
|
||||
"simple-git-hooks": "^2.9.0",
|
||||
"typescript": "^5.3.3",
|
||||
"uglify-js": "^3.17.4"
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"sharp": "^0.33.2"
|
||||
|
||||
Reference in New Issue
Block a user