Second frontend, written in Next.JS + Typescript.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
912 B

4 years ago
4 years ago
  1. {
  2. "name": "my-app",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "eslint src/**/*.ts* src/**/**/*.ts*"
  10. },
  11. "dependencies": {
  12. "date-fns": "^2.16.0",
  13. "gql-compress": "^2.0.18",
  14. "gray-matter": "^4.0.2",
  15. "jsonwebtoken": "^8.5.1",
  16. "next": "9.3.5",
  17. "next-auth": "^3.1.0",
  18. "react": "16.13.1",
  19. "react-dom": "16.13.1",
  20. "remark": "^12.0.0",
  21. "remark-html": "^11.0.1",
  22. "yaml": "^1.10.0"
  23. },
  24. "devDependencies": {
  25. "@types/jsonwebtoken": "^8.5.0",
  26. "@types/next-auth": "^3.1.1",
  27. "@types/node": "^14.6.2",
  28. "@types/react": "^16.9.48",
  29. "@typescript-eslint/eslint-plugin": "^4.0.1",
  30. "@typescript-eslint/parser": "^4.0.1",
  31. "eslint": "^7.8.1",
  32. "eslint-config-google": "^0.14.0",
  33. "eslint-plugin-react": "^7.20.6",
  34. "typescript": "^4.0.2"
  35. }
  36. }