-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 927 Bytes
/
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
{
"dependencies": {
"@picovoice/porcupine-web": "^3.0.3",
"@picovoice/web-voice-processor": "^4.0.9",
"axios": "^1.7.7",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fs": "^0.0.1-security",
"gsap": "^3.12.5",
"https": "^1.0.0",
"microsoft-cognitiveservices-speech-sdk": "^1.40.0",
"multer": "^1.4.5-lts.1",
"openai": "^4.63.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.2.1",
"buffer": "^6.0.3",
"stream-browserify": "^3.0.0",
"vm-browserify": "^1.1.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
},
"scripts": {
"build": "webpack --mode production",
"dev:client": "webpack --mode development --watch",
"start": "node server/index.js"
}
}