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.

45 lines
1.2 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
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. "@fortawesome/fontawesome-svg-core": "^1.2.30",
  13. "@fortawesome/free-regular-svg-icons": "^5.14.0",
  14. "@fortawesome/free-solid-svg-icons": "^5.14.0",
  15. "@fortawesome/react-fontawesome": "^0.1.11",
  16. "chroma-js": "^2.1.0",
  17. "date-fns": "^2.16.1",
  18. "gql-compress": "^2.0.20",
  19. "gray-matter": "^4.0.2",
  20. "jsonwebtoken": "^8.5.1",
  21. "next": "^9.5.3",
  22. "next-auth": "^3.1.0",
  23. "node-sass": "^4.14.1",
  24. "react": "16.13.1",
  25. "react-dom": "16.13.1",
  26. "react-select": "^3.1.0",
  27. "remark": "^12.0.0",
  28. "remark-html": "^11.0.1",
  29. "yaml": "^1.10.0"
  30. },
  31. "devDependencies": {
  32. "@types/chroma-js": "^2.0.1",
  33. "@types/jsonwebtoken": "^8.5.0",
  34. "@types/next-auth": "^3.1.4",
  35. "@types/node": "^14.10.2",
  36. "@types/react": "^16.9.49",
  37. "@types/react-select": "^3.0.19",
  38. "@typescript-eslint/eslint-plugin": "^4.1.1",
  39. "@typescript-eslint/parser": "^4.1.1",
  40. "eslint": "^7.9.0",
  41. "eslint-config-google": "^0.14.0",
  42. "eslint-plugin-react": "^7.20.6",
  43. "typescript": "^4.0.2"
  44. }
  45. }