-
Notifications
You must be signed in to change notification settings - Fork 594
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
218 changed files
with
501,508 additions
and
501,252 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,36 @@ | ||
{ | ||
"name": "@iosevka/website", | ||
"private": true, | ||
"version": "31.8.0", | ||
"scripts": { | ||
"dev": "next", | ||
"start": "next start", | ||
"build": "next build", | ||
"lint": "eslint", | ||
"lint:fix": "eslint --fix" | ||
}, | ||
"dependencies": { | ||
"@iarna/toml": "^2.2.5", | ||
"change-case": "^5.4.4", | ||
"immer": "^10.1.1", | ||
"next": "^14.2.15", | ||
"react": "^18.3.1", | ||
"react-countup": "^6.5.3", | ||
"react-dom": "^18.3.1", | ||
"react-intersection-observer": "^9.13.1", | ||
"react-use": "^17.5.1", | ||
"sass": "^1.79.5", | ||
"use-onclickoutside": "^0.4.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.7.5", | ||
"@types/react": "^18.3.11", | ||
"eslint": "^9.12.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.8.1" | ||
} | ||
} | ||
"name": "@iosevka/website", | ||
"private": true, | ||
"version": "31.9.0", | ||
"scripts": { | ||
"dev": "next", | ||
"start": "next start", | ||
"build": "next build", | ||
"lint": "eslint", | ||
"lint:fix": "eslint --fix" | ||
}, | ||
"dependencies": { | ||
"@iarna/toml": "^2.2.5", | ||
"change-case": "^5.4.4", | ||
"immer": "^10.1.1", | ||
"next": "^14.2.15", | ||
"react": "^18.3.1", | ||
"react-countup": "^6.5.3", | ||
"react-dom": "^18.3.1", | ||
"react-intersection-observer": "^9.13.1", | ||
"react-use": "^17.5.1", | ||
"sass": "^1.79.5", | ||
"use-onclickoutside": "^0.4.1" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^22.7.5", | ||
"@types/react": "^18.3.11", | ||
"eslint": "^9.12.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.6.3", | ||
"typescript-eslint": "^8.8.1" | ||
} | ||
} |
Oops, something went wrong.