forked from agencyenterprise/alpha-ai-avatar-sdk-aipi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.56 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.56 KB
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
81
82
83
84
85
86
87
88
89
{
"name": "alpha-ai-avatar-sdk-aipi",
"version": "1.0.1",
"description": "Alpha AI Avatar SDK (AIPI)",
"main": "index.js",
"module": "index.esm.js",
"types": "index.d.ts",
"author": "William Sanches",
"license": "MIT",
"homepage": "https://github.com/agencyenterprise/alpha-ai-avatar-sdk-aipi",
"repository": {
"url": "git+https://github.com/agencyenterprise/alpha-ai-avatar-sdk-aipi.git"
},
"keywords": [
"avatar",
"sdk",
"react",
"aipi",
"alpha-ai"
],
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"build:types": "tsc",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/preset-env": "^7.24.7",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@deepgram/sdk": "^3.4.1",
"@eslint/compat": "^1.1.0",
"@eslint/js": "^9.5.0",
"@radix-ui/react-icons": "^1.3.1",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@testing-library/dom": "^10.2.0",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.3.3",
"alpha-ai-avatar-sdk-js": "^0.0.36",
"autoprefixer": "^10.4.20",
"babel-eslint": "^10.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"eslint": "9.x",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.3",
"globals": "^15.6.0",
"isomorphic-unfetch": "^4.0.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"livekit-client": "^2.3.1",
"lucide-react": "^0.454.0",
"microsoft-cognitiveservices-speech-sdk": "^1.38.0",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"prettier": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.18.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-animate": "^1.0.7",
"ts-jest": "^29.1.5",
"tslib": "^2.6.3",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"universal-cookie": "^7.1.4"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0"
}
}