1
0

package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "name": "amica",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "npm run generate:paths && next dev",
  7. "build": "npm run generate:paths && next build",
  8. "start": "npm run generate:paths && next start",
  9. "export": "npm run generate:paths && next export",
  10. "i18n": "i18next",
  11. "lint": "next lint",
  12. "test": "jest",
  13. "test:ci": "jest --ci --reporters='./github-actions-reporter.js'",
  14. "act": "act -j test",
  15. "tauri": "tauri",
  16. "generate:paths": "npx node scripts/generate_paths.js",
  17. "splash": "cp ./public/splashscreen.html out/"
  18. },
  19. "dependencies": {
  20. "@charcoal-ui/icons": "^2.10.0",
  21. "@charcoal-ui/theme": "^2.7.0",
  22. "@ducanh2912/next-pwa": "^9.7.2",
  23. "@headlessui/react": "^1.7.17",
  24. "@heroicons/react": "^2.0.18",
  25. "@pixiv/three-vrm": "^2.0.7",
  26. "@ricky0123/vad-react": "^0.0.17",
  27. "@supabase/supabase-js": "^2.39.0",
  28. "@tabler/icons-react": "^3.11.0",
  29. "@tailwindcss/forms": "^0.5.6",
  30. "@tailwindcss/line-clamp": "^0.4.4",
  31. "@xenova/transformers": "^2.7.0",
  32. "clsx": "^2.0.0",
  33. "dexie": "^4.0.4",
  34. "dexie-react-hooks": "^1.1.7",
  35. "file-saver": "^2.0.5",
  36. "filepond": "^4.30.4",
  37. "filepond-plugin-file-validate-type": "^1.2.8",
  38. "filepond-plugin-image-preview": "^4.6.11",
  39. "formidable": "^3.5.2",
  40. "i18next": "^23.7.7",
  41. "i18next-browser-languagedetector": "^7.2.0",
  42. "next": "^13.5.6",
  43. "react": "18.2.0",
  44. "react-dom": "18.2.0",
  45. "react-filepond": "^7.1.2",
  46. "react-i18next": "^13.5.0",
  47. "react-webcam": "^7.2.0",
  48. "telegraf": "^4.16.3",
  49. "three": "^0.154.0",
  50. "twitter-api-v2": "^1.18.1",
  51. "typescript-collections": "^1.3.3",
  52. "wavefile": "^11.0.0",
  53. "window.ai": "^0.2.4"
  54. },
  55. "devDependencies": {
  56. "@gltf-transform/core": "^2.4.6",
  57. "@tauri-apps/api": "^1.5.3",
  58. "@tauri-apps/cli": "^1.5.8",
  59. "@testing-library/jest-dom": "^6.1.4",
  60. "@testing-library/react": "^14.1.2",
  61. "@types/ccapture.js": "^1.1.3",
  62. "@types/dom-speech-recognition": "^0.0.1",
  63. "@types/file-saver": "^2.0.7",
  64. "@types/formidable": "^3.4.5",
  65. "@types/js-cookie": "^3.0.6",
  66. "@types/node": "18.15.10",
  67. "@types/react": "18.0.29",
  68. "@types/react-dom": "18.0.11",
  69. "@types/three": "^0.154.0",
  70. "autoprefixer": "^10.4.14",
  71. "copy-webpack-plugin": "^11.0.0",
  72. "eslint-config-next": "13.2.4",
  73. "fast-glob": "^3.3.1",
  74. "i18next-parser": "^8.9.0",
  75. "jest": "^29.7.0",
  76. "jest-environment-jsdom": "^29.7.0",
  77. "postcss": "^8.4.21",
  78. "prettier": "^2.8.8",
  79. "prettier-plugin-tailwindcss": "^0.2.8",
  80. "tailwindcss": "^3.3.1",
  81. "typescript": "5.0.2",
  82. "webpack": "^5.89.0"
  83. },
  84. "engines": {
  85. "node": ">=18"
  86. }
  87. }