mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 17:28:27 -04:00
124 lines
3.4 KiB
JSON
124 lines
3.4 KiB
JSON
{
|
|
"name": "jarv.is",
|
|
"private": true,
|
|
"license": "(MIT AND CC-BY-4.0)",
|
|
"homepage": "https://jarv.is/",
|
|
"repository": "jakejarvis/jarv.is",
|
|
"author": {
|
|
"name": "Jake Jarvis",
|
|
"email": "jake@jarv.is",
|
|
"url": "https://github.com/jakejarvis"
|
|
},
|
|
"sideEffects": false,
|
|
"scripts": {
|
|
"dev": "cross-env NODE_OPTIONS='--inspect' next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint . --ext js,jsx,ts,tsx,md,mdx"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource/comic-neue": "4.5.9",
|
|
"@fontsource/inter": "4.5.12",
|
|
"@fontsource/roboto-mono": "4.5.8",
|
|
"@giscus/react": "^2.2.0",
|
|
"@hcaptcha/react-hcaptcha": "^1.4.4",
|
|
"@novnc/novnc": "github:novnc/novnc#c101a31520aba083a85edcb2f3269a826471007a",
|
|
"@octokit/graphql": "^5.0.1",
|
|
"@octokit/graphql-schema": "^12.8.1",
|
|
"@primer/octicons": "^17.6.0",
|
|
"@prisma/client": "^4.4.0",
|
|
"@react-spring/web": "^9.5.5",
|
|
"@sentry/node": "^7.14.0",
|
|
"@sentry/tracing": "^7.14.0",
|
|
"@stitches/react": "^1.2.8",
|
|
"comma-number": "^2.1.0",
|
|
"copy-to-clipboard": "^3.3.2",
|
|
"dayjs": "^1.11.5",
|
|
"fast-glob": "^3.2.12",
|
|
"fathom-client": "^3.5.0",
|
|
"feather-icons": "^4.29.0",
|
|
"feed": "^4.2.2",
|
|
"formik": "^2.2.9",
|
|
"gray-matter": "^4.0.3",
|
|
"hex-to-rgba": "^2.0.1",
|
|
"marked": "^4.1.1",
|
|
"next": "12.3.2-canary.16",
|
|
"next-mdx-remote": "^4.1.0",
|
|
"next-seo": "^5.5.0",
|
|
"obj-str": "^1.1.0",
|
|
"p-map": "^5.5.0",
|
|
"p-memoize": "^7.1.0",
|
|
"prop-types": "^15.8.1",
|
|
"query-string": "^7.1.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-error-boundary": "^3.1.4",
|
|
"react-gist": "^1.2.4",
|
|
"react-innertext": "^1.1.5",
|
|
"react-intersection-observer": "^9.4.0",
|
|
"react-is": "18.2.0",
|
|
"react-player": "^2.11.0",
|
|
"react-textarea-autosize": "^8.3.4",
|
|
"react-twitter-embed": "^4.0.4",
|
|
"rehype-prism-plus": "^1.5.0",
|
|
"rehype-slug": "^5.0.1",
|
|
"remark-gfm": "^3.0.1",
|
|
"remark-smartypants": "^2.0.0",
|
|
"remark-unwrap-images": "^3.0.1",
|
|
"remove-markdown": "^0.5.0",
|
|
"simple-icons": "^7.13.0",
|
|
"sitemap": "^7.1.1",
|
|
"swr": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@jakejarvis/eslint-config": "*",
|
|
"@svgr/webpack": "^6.4.0",
|
|
"@types/comma-number": "^2.1.0",
|
|
"@types/marked": "^4.0.7",
|
|
"@types/node": "*",
|
|
"@types/novnc__novnc": "^1.3.0",
|
|
"@types/prop-types": "^15.7.5",
|
|
"@types/react": "^18.0.21",
|
|
"@types/react-dom": "^18.0.6",
|
|
"@types/react-is": "^17.0.3",
|
|
"@types/remove-markdown": "^0.3.1",
|
|
"@types/uglify-js": "^3.17.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.38.1",
|
|
"@typescript-eslint/parser": "^5.38.1",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "~8.24.0",
|
|
"eslint-config-next": "12.3.2-canary.16",
|
|
"eslint-config-prettier": "~8.5.0",
|
|
"eslint-plugin-mdx": "~2.0.5",
|
|
"eslint-plugin-prettier": "~4.2.1",
|
|
"lint-staged": "^13.0.3",
|
|
"prettier": "^2.7.1",
|
|
"prisma": "^4.4.0",
|
|
"simple-git-hooks": "^2.8.0",
|
|
"typescript": "^4.8.4",
|
|
"uglify-js": "^3.17.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"sharp": "^0.31.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.x"
|
|
},
|
|
"cacheDirectories": [
|
|
"node_modules",
|
|
".next/cache"
|
|
],
|
|
"simple-git-hooks": {
|
|
"pre-commit": "npx lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,ts,tsx,md,mdx}": [
|
|
"eslint"
|
|
]
|
|
},
|
|
"volta": {
|
|
"node": "16.17.1",
|
|
"npm": "8.19.2"
|
|
}
|
|
}
|