-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
35
36
37
{
"name": "thesis-final-zelda",
"homepage": ".",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@speechly/speech-recognition-polyfill": "^1.3.0",
"aws-sdk": "^2.1328.0",
"axios": "^1.3.4",
"dotenv": "^16.0.3",
"framer-motion": "^10.0.1",
"openai": "^3.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-indiana-drag-scroll": "^2.2.0",
"react-latex-next": "^2.2.0",
"regenerator-runtime": "^0.13.11"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"react-speech-recognition": "^3.10.0",
"stream-browserify": "^3.0.0",
"uuidv4": "^6.2.13",
"vite": "^4.1.0",
"vite-plugin-node-polyfills": "^0.7.0"
}
}