stacker.news/package.json

135 lines
3.9 KiB
JSON
Raw Normal View History

2021-03-22 20:36:10 +00:00
{
"name": "stackernews",
"version": "0.1.0",
"private": true,
"scripts": {
2022-11-06 17:28:58 +00:00
"dev": "NODE_OPTIONS='--trace-warnings' next dev",
2021-06-06 00:34:48 +00:00
"build": "next build",
2021-06-06 14:09:01 +00:00
"migrate": "prisma migrate deploy",
2024-10-10 23:11:39 +00:00
"start": "NODE_OPTIONS='--trace-warnings --max-old-space-size=4096 --max-semi-space-size=128' next start -p $PORT --keepAliveTimeout 120000",
2023-09-27 01:33:54 +00:00
"lint": "standard",
"test": "NODE_OPTIONS='--experimental-vm-modules' jest",
2024-03-20 01:06:33 +00:00
"worker": "tsx --tsconfig jsconfig.json --trace-warnings worker/index.js",
"worker:dev": "tsx --tsconfig jsconfig.json --trace-warnings --watch worker/index.js"
2021-03-22 20:36:10 +00:00
},
"dependencies": {
2024-10-08 19:22:12 +00:00
"@apollo/client": "^3.11.8",
"@apollo/server": "^4.11.0",
"@as-integrations/next": "^3.1.0",
"@auth/prisma-adapter": "^2.7.0",
2024-10-12 00:37:42 +00:00
"@graphql-tools/schema": "^10.0.6",
"@lightninglabs/lnc-web": "^0.3.2-alpha",
2024-10-12 00:45:47 +00:00
"@noble/curves": "^1.6.0",
"@opensearch-project/opensearch": "^2.12.0",
"@prisma/client": "^5.20.0",
"@slack/web-api": "^7.6.0",
"@svgr/webpack": "^8.1.0",
2024-10-12 00:45:47 +00:00
"@yudiel/react-qr-scanner": "^1.2.10",
"acorn": "^8.12.1",
"ajv": "^8.17.1",
"async-mutex": "^0.5.0",
2024-10-12 00:37:42 +00:00
"async-retry": "^1.3.3",
2024-10-12 00:45:47 +00:00
"aws-sdk": "^2.1691.0",
2021-06-27 03:09:39 +00:00
"bech32": "^2.0.0",
2023-07-24 22:50:12 +00:00
"bolt11": "^1.4.1",
2024-10-12 00:37:42 +00:00
"bootstrap": "^5.3.3",
2023-01-22 20:17:50 +00:00
"canonical-json": "0.0.4",
2024-02-23 15:32:20 +00:00
"classnames": "^2.5.1",
2021-05-06 21:15:22 +00:00
"clipboard-copy": "^4.0.1",
"cookie": "^1.0.1",
2023-07-25 00:50:55 +00:00
"cross-fetch": "^4.0.0",
2023-12-14 17:30:51 +00:00
"csv-parser": "^3.0.0",
2021-08-22 15:25:17 +00:00
"domino": "^2.1.6",
2024-10-12 00:37:42 +00:00
"formik": "^2.4.6",
2023-07-25 00:50:55 +00:00
"github-slugger": "^2.0.0",
2024-10-12 00:37:42 +00:00
"google-protobuf": "^3.21.4",
2024-10-08 19:22:12 +00:00
"graphql": "^16.9.0",
2023-11-22 16:30:43 +00:00
"graphql-scalar": "^0.1.0",
"graphql-tag": "^2.12.6",
2022-05-12 18:44:21 +00:00
"graphql-type-json": "^0.3.2",
"isomorphic-ws": "^5.0.0",
2024-10-12 00:45:47 +00:00
"ln-service": "^57.22.0",
"macaroon": "^3.0.4",
"mathjs": "^13.2.0",
2023-10-15 20:43:06 +00:00
"mdast-util-find-and-replace": "^3.0.1",
2024-10-12 00:37:42 +00:00
"mdast-util-from-markdown": "^2.0.1",
2023-07-25 18:59:07 +00:00
"mdast-util-gfm": "^3.0.0",
2023-07-25 00:50:55 +00:00
"mdast-util-to-string": "^4.0.0",
2023-07-25 18:59:07 +00:00
"micromark-extension-gfm": "^3.0.0",
"next": "^14.2.15",
2024-10-12 00:45:47 +00:00
"next-auth": "^4.24.8",
2024-10-08 20:21:11 +00:00
"next-plausible": "^3.12.2",
2024-10-12 00:45:47 +00:00
"next-seo": "^6.6.0",
2022-02-05 17:29:41 +00:00
"node-s3-url-encode": "^0.0.4",
2024-10-12 00:37:42 +00:00
"nodemailer": "^6.9.15",
2023-07-24 22:50:12 +00:00
"nostr": "^0.2.8",
2024-10-12 00:45:47 +00:00
"nostr-tools": "^2.8.0",
2023-08-02 02:06:15 +00:00
"nprogress": "^0.2.0",
2023-01-22 20:17:50 +00:00
"opentimestamps": "^0.4.9",
2021-08-22 15:25:17 +00:00
"page-metadata-parser": "^1.1.4",
2023-07-24 22:50:12 +00:00
"pg-boss": "^9.0.3",
"piexifjs": "^1.0.6",
2024-10-12 00:45:47 +00:00
"prisma": "^5.20.0",
"qrcode.react": "^4.0.1",
2024-10-12 00:45:47 +00:00
"react": "^18.3.1",
2024-10-12 00:37:42 +00:00
"react-avatar-editor": "^13.0.2",
2024-10-12 00:45:47 +00:00
"react-bootstrap": "^2.10.5",
2024-10-12 00:37:42 +00:00
"react-countdown": "^2.3.6",
"react-datepicker": "^7.4.0",
2024-10-12 00:45:47 +00:00
"react-dom": "^18.3.1",
2023-12-28 01:05:34 +00:00
"react-ios-pwa-prompt": "^1.8.4",
"react-markdown": "^9.0.1",
2023-07-25 00:50:55 +00:00
"react-string-replace": "^1.1.1",
2022-11-06 17:28:58 +00:00
"react-syntax-highlighter": "^15.5.0",
2024-10-12 00:37:42 +00:00
"react-textarea-autosize": "^8.5.4",
2022-02-12 14:06:41 +00:00
"react-twitter-embed": "^4.0.4",
2023-07-25 00:50:55 +00:00
"react-youtube": "^10.1.0",
2024-10-12 00:45:47 +00:00
"recharts": "^2.13.0",
2024-10-03 00:52:05 +00:00
"rehype-mathjax": "^6.0.0",
2023-10-15 20:43:06 +00:00
"remark-gfm": "^4.0.0",
2024-10-03 00:52:05 +00:00
"remark-math": "^6.0.0",
2024-10-12 00:37:42 +00:00
"remove-markdown": "^0.5.5",
2024-10-12 00:45:47 +00:00
"sass": "^1.79.5",
"serviceworker-storage": "^0.1.0",
"textarea-caret": "^3.1.0",
"tldts": "^6.1.51",
"tsx": "^4.19.1",
2023-07-25 00:50:55 +00:00
"unist-util-visit": "^5.0.0",
2024-10-12 00:45:47 +00:00
"unzipper": "^0.12.3",
2023-01-12 18:05:47 +00:00
"url-unshort": "^6.1.0",
2024-10-12 00:37:42 +00:00
"web-push": "^3.6.7",
2023-07-24 22:50:12 +00:00
"webln": "^0.3.2",
2024-10-12 00:45:47 +00:00
"webpack": "^5.95.0",
"workbox-navigation-preload": "^7.1.0",
"workbox-precaching": "^7.1.0",
"workbox-recipes": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"workbox-webpack-plugin": "^7.1.0",
"workbox-window": "^7.1.0",
"yup": "^1.4.0"
2021-03-25 19:29:24 +00:00
},
2021-06-03 22:32:28 +00:00
"engines": {
2024-10-08 20:21:11 +00:00
"node": "18.20.4"
2021-06-03 22:32:28 +00:00
},
2021-03-25 19:29:24 +00:00
"standard": {
2023-07-25 14:14:45 +00:00
"plugins": [
"@next/next"
],
2021-03-25 19:29:24 +00:00
"extends": [
2023-07-25 00:50:55 +00:00
"next"
2023-08-16 00:52:55 +00:00
]
2021-03-25 19:29:24 +00:00
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.2.15",
"eslint": "^9.12.0",
"jest": "^29.7.0",
2024-10-12 00:37:42 +00:00
"standard": "^17.1.2"
2024-09-07 17:45:17 +00:00
},
"jest": {
"moduleNameMapper": {
"@/(.*)": "<rootDir>/$1"
}
2021-03-22 20:36:10 +00:00
}
2024-10-03 00:52:05 +00:00
}