nimblehq / react-templates

Our optimized React bolierplate used in our projects
https://nimblehq.co
MIT License
15 stars 2 forks source link

[#123] Move some dependencies to devDependencies #124

Closed rosle closed 2 years ago

rosle commented 2 years ago

Close https://github.com/nimblehq/react-templates/issues/123

What happened πŸ‘€

Insight πŸ“

N/A

Proof Of Work πŸ“Ή

The app is running fine. And I also apply it onto my React IC application. After deploy, it is working fine πŸ‘

Current package.json bootstrapped from the template

{
  "name": "test-app",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "axios": "0.21.1",
    "i18next": "21.6.14",
    "i18next-browser-languagedetector": "6.1.3",
    "i18next-http-backend": "1.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-i18next": "11.16.1",
    "react-router-dom": "6.3.0",
    "react-scripts": "5.0.1",
    "sass": "1.49.11",
    "web-vitals": "2.1.4"
  },
  ...
  "devDependencies": {
    "@cypress/code-coverage": "3.9.12",
    "@cypress/instrument-cra": "1.4.0",
    "@nimblehq/eslint-config-nimble-react": "1.1.0",
    "@nimblehq/stylelint-config-nimble": "1.0.2",
    "@testing-library/cypress": "8.0.2",
    "@testing-library/jest-dom": "5.16.4",
    "@testing-library/react": "13.1.1",
    "@testing-library/user-event": "14.1.1",
    "@types/jest": "27.4.1",
    "@types/node": "17.0.21",
    "@types/react": "17.0.40",
    "@types/react-dom": "17.0.13",
    "cypress": "9.5.2",
    "cypress-react-selector": "2.3.16",
    "danger": "10.9.0",
    "danger-plugin-istanbul-coverage": "1.6.2",
    "eslint": "8.11.0",
    "prettier": "2.6.0",
    "start-server-and-test": "1.14.0",
    "stylelint": "14.6.0",
    "typescript": "4.6.2"
  }
}