stacker.news/package.json

135 lines
3.9 KiB
JSON
Raw Normal View History

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