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