stacker.news/package.json

53 lines
1.1 KiB
JSON
Raw Normal View History

2021-03-22 20:36:10 +00:00
{
"name": "stackernews",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
2021-04-12 18:05:09 +00:00
"@apollo/client": "^3.3.13",
2021-05-25 00:08:56 +00:00
"@prisma/client": "^2.23.0",
2021-03-25 19:29:24 +00:00
"apollo-server-micro": "^2.21.2",
2021-05-20 17:21:11 +00:00
"async-retry": "^1.3.1",
2021-04-12 18:05:09 +00:00
"bootstrap": "^4.6.0",
2021-05-06 21:15:22 +00:00
"clipboard-copy": "^4.0.1",
2021-04-14 00:57:32 +00:00
"formik": "^2.2.6",
2021-03-25 19:29:24 +00:00
"graphql": "^15.5.0",
2021-04-29 21:58:43 +00:00
"ln-service": "^51.7.0",
2021-03-22 20:36:10 +00:00
"next": "10.0.9",
2021-03-25 19:29:24 +00:00
"next-auth": "^3.13.3",
2021-05-05 18:13:14 +00:00
"qrcode.react": "^1.0.1",
2021-03-22 20:36:10 +00:00
"react": "17.0.1",
2021-04-12 18:05:09 +00:00
"react-bootstrap": "^1.5.2",
2021-03-25 19:29:24 +00:00
"react-dom": "17.0.1",
2021-04-14 00:57:32 +00:00
"sass": "^1.32.8",
"swr": "^0.5.4",
2021-06-03 20:36:02 +00:00
"yup": "^0.32.9",
"prisma": "^2.23.0"
2021-03-25 19:29:24 +00:00
},
2021-06-03 22:32:28 +00:00
"engines": {
2021-06-03 22:39:52 +00:00
"node": "v14.16.1"
2021-06-03 22:32:28 +00:00
},
2021-03-25 19:29:24 +00:00
"standard": {
"parser": "babel-eslint",
"plugins": [
"eslint-plugin-compat"
],
"extends": [
"plugin:compat/recommended"
],
"env": {
"browser": true
}
},
"devDependencies": {
"babel-eslint": "^10.1.0",
2021-04-12 18:05:09 +00:00
"babel-plugin-inline-react-svg": "^2.0.1",
2021-03-25 19:29:24 +00:00
"eslint": "^7.22.0",
"eslint-plugin-compat": "^3.9.0",
"standard": "^16.0.3"
2021-03-22 20:36:10 +00:00
}
2021-06-03 20:36:02 +00:00
}