-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.89 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.89 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
{
"name": "@rapidaai/web-widget",
"version": "1.2.0",
"description": "Rapida AI chat widget — embeddable voice + text AI agent",
"main": "dist/app.min.js",
"files": [
"dist/app.min.js"
],
"repository": {
"type": "git",
"url": "https://github.com/rapidaai/voice-ai.git",
"directory": "sdks/react-widget"
},
"license": "MIT",
"dependencies": {
"@carbon/ai-chat": "^1.14.0",
"@carbon/icons-react": "^11.82.0",
"@carbon/react": "^1.104.0",
"@carbon/styles": "^1.103.0",
"@carbon/web-components": "^2.56.0",
"@emotion/is-prop-valid": "^1.3.0",
"@floating-ui/react": "^0.26.23",
"@improbable-eng/grpc-web": "^0.15.0",
"@rapidaai/react": "^1.1.79",
"@tailwindcss/typography": "^0.5.14",
"@types/google-protobuf": "^3.15.12",
"@uiw/react-markdown-preview": "^5.1.4",
"clsx": "^2.1.1",
"google-protobuf": "^3.21.4",
"grpc-web": "^1.5.0",
"highlight.js": "^11.10.0",
"markdown-to-jsx": "^7.5.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.2",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.26.2",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"uuid": "^10.0.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@fullhuman/postcss-purgecss": "^6.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^14.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.3",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.41",
"postcss-loader": "^8.1.1",
"postcss-obfuscator": "^1.6.1",
"protoc-gen-grpc-web": "^1.5.0",
"protoc-gen-ts": "0.8.7",
"sass": "^1.100.0",
"sass-loader": "^17.0.0",
"style-loader": "^4.0.0",
"terser": "^5.31.6",
"ts-jest": "^29.4.6",
"ts-loader": "^9.5.1",
"ts-protoc-gen": "0.15.0",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack",
"start": "webpack --mode development --watch",
"prestart": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
}
}