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.
 
 
 
 
 
 

70 line
2.3 KiB

  1. {
  2. "name": "lesspass-web-component",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  7. "@fortawesome/free-brands-svg-icons": "^5.15.4",
  8. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  9. "@fortawesome/react-fontawesome": "^0.1.16",
  10. "@fullhuman/postcss-purgecss": "^4.1.3",
  11. "@reduxjs/toolkit": "^1.7.1",
  12. "@testing-library/jest-dom": "^5.16.1",
  13. "@testing-library/react": "^12.1.2",
  14. "@testing-library/user-event": "^13.5.0",
  15. "@types/axios": "^0.14.0",
  16. "@types/i18next": "^13.0.0",
  17. "@types/jest": "^27.0.3",
  18. "@types/node": "^17.0.0",
  19. "@types/react": "^17.0.37",
  20. "@types/react-dom": "^17.0.11",
  21. "@types/react-i18next": "^8.1.0",
  22. "@types/react-redux": "^7.1.20",
  23. "@types/react-router-dom": "^5.3.2",
  24. "@types/redux-mock-store": "^1.0.3",
  25. "@types/redux-persist": "^4.3.1",
  26. "autoprefixer": "^10.4.0",
  27. "axios": "^0.24.0",
  28. "history": "^5.1.0",
  29. "i18next": "^21.6.2",
  30. "i18next-browser-languagedetector": "^6.1.2",
  31. "jest-environment-jsdom-sixteen": "^2.0.0",
  32. "lesspass": "^9.2.0",
  33. "npm-run-all": "^4.1.5",
  34. "postcss-cli": "^9.1.0",
  35. "postcss-discard-comments": "^5.0.1",
  36. "postcss-import": "^14.0.2",
  37. "react": "^17.0.2",
  38. "react-dom": "^17.0.2",
  39. "react-i18next": "^11.15.1",
  40. "react-redux": "^7.2.6",
  41. "react-router-dom": "^6.1.1",
  42. "react-scripts": "5.0.0",
  43. "redux-mock-store": "^1.5.4",
  44. "redux-persist": "^6.0.0",
  45. "tailwindcss": "^3.0.6",
  46. "ts-jest": "^27.1.2",
  47. "typescript": "~4.5.4"
  48. },
  49. "scripts": {
  50. "start": "npm-run-all --parallel watch:css start:react",
  51. "build": "npm-run-all build:css build:react",
  52. "build:css": "postcss src/styles/tailwind.css --output src/index.css --env production",
  53. "watch:css": "postcss src/styles/tailwind.css --output src/index.css --watch",
  54. "start:react": "react-scripts start",
  55. "build:react": "react-scripts build",
  56. "test": "CI=true react-scripts test --env=jest-environment-jsdom-sixteen",
  57. "test:watch": "react-scripts test --env=jest-environment-jsdom-sixteen",
  58. "eject": "react-scripts eject",
  59. "prettier": "prettier --write \"src/**/*.js\""
  60. },
  61. "eslintConfig": {
  62. "extends": "react-app"
  63. },
  64. "browserslist": [
  65. "> 1%",
  66. "last 2 versions",
  67. "not dead"
  68. ]
  69. }