package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "webview-ui",
  3. "version": "0.1.0",
  4. "private": true,
  5. "dependencies": {
  6. "@testing-library/jest-dom": "^5.17.0",
  7. "@testing-library/react": "^13.4.0",
  8. "@testing-library/user-event": "^13.5.0",
  9. "@types/jest": "^27.5.2",
  10. "@types/node": "^16.18.101",
  11. "@types/react": "^18.3.3",
  12. "@types/react-dom": "^18.3.0",
  13. "@vscode/webview-ui-toolkit": "^1.4.0",
  14. "react": "^18.3.1",
  15. "react-dom": "^18.3.1",
  16. "react-scripts": "5.0.1",
  17. "rewire": "^7.0.0",
  18. "typescript": "^4.9.5",
  19. "web-vitals": "^2.1.4"
  20. },
  21. "scripts": {
  22. "start": "react-scripts start",
  23. "build": "node ./scripts/build-react-no-split.js",
  24. "test": "react-scripts test",
  25. "eject": "react-scripts eject"
  26. },
  27. "eslintConfig": {
  28. "extends": [
  29. "react-app",
  30. "react-app/jest"
  31. ]
  32. },
  33. "browserslist": {
  34. "production": [
  35. ">0.2%",
  36. "not dead",
  37. "not op_mini all"
  38. ],
  39. "development": [
  40. "last 1 chrome version",
  41. "last 1 firefox version",
  42. "last 1 safari version"
  43. ]
  44. },
  45. "devDependencies": {
  46. "@types/vscode-webview": "^1.57.5"
  47. }
  48. }