-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "openai-whisper-api",
"version": "0.0.1",
"description": "",
"scripts": {
"dev": "next dev -p 3005",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"ai": "^2.1.20",
"axios": "^1.3.4",
"eslint-config-next": "^13.2.3",
"form-data": "^4.0.0",
"next": "^13.2.3",
"openai-edge": "^1.2.0",
"prop-types": "^15.8.1",
"rate-limiter-flexible": "^3.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"zustand": "^4.3.6"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.0.0-beta.59",
"@storybook/addon-interactions": "^7.0.0-beta.59",
"@storybook/addon-links": "^7.0.0-beta.59",
"@storybook/blocks": "^7.0.0-alpha.8",
"@storybook/nextjs": "^7.0.0-beta.59",
"@storybook/react": "^7.0.0-beta.59",
"@storybook/testing-library": "^0.0.14-next.1",
"@types/node": "20.3.3",
"@types/prop-types": "^15",
"@types/react": "18.2.14",
"storybook": "^7.0.0-beta.59",
"typescript": "5.1.6"
},
"packageManager": "yarn@3.6.1",
"volta": {
"node": "18.2.0",
"yarn": "3.6.1"
}
}