nicklima/strapi-blog-frontend-next

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "next-strapi-frontend",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "build": "next build",
    "deploy": "next build && next export",
    "dev": "next dev",
    "develop": "next dev",
    "lint:fix": "next lint --fix",
    "lint": "next lint",
    "start": "next start",
    "test:unit": "jest",
    "test:watch": "jest --watch"
  },
  "dependencies": {},
  "license": "MIT",
  "devDependencies": {
    "@commitlint/cli": "^17.1.2",
    "@commitlint/config-conventional": "^17.1.0",
    "@next/bundle-analyzer": "^12.3.0",
    "@stylelint/postcss-css-in-js": "^0.38.0",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^13.3.0",
    "@types/eslint": "^8.4.5",
    "@types/jest": "^28.1.8",
    "@types/node": "^18.7.18",
    "@types/qs": "^6.9.7",
    "@types/react-dom": "^18.0.6",
    "@types/react": "^18.0.20",
    "@types/styled-components": "^5.1.26",
    "@typescript-eslint/eslint-plugin": "^5.37.0",
    "eslint-config-alloy": "^4.6.2",
    "eslint-config-next": "12.3.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-import-helpers": "^1.2.1",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.31.8",
    "eslint-plugin-unused-imports": "^2.0.0",
    "eslint": "8.23.1",
    "jest-environment-jsdom": "^28.1.3",
    "jest": "^28.1.3",
    "moment": "^2.29.4",
    "next-compose-plugins": "^2.2.1",
    "next-pwa": "^5.6.0",
    "next": "^14.2.10",
    "prettier": "^2.7.1",
    "qs": "^6.11.0",
    "react-dom": "^18.2.0",
    "react-markdown": "^8.0.3",
    "react-moment": "^1.1.2",
    "react": "^18.2.0",
    "rehype-raw": "^6.1.1",
    "styled-components": "^5.3.5",
    "stylelint-config-recommended": "^9.0.0",
    "stylelint-config-styled-components": "^0.1.1",
    "stylelint-processor-styled-components": "^1.10.0",
    "stylelint": "^15.10.1",
    "typescript": "^4.8.3"
  }
}