-
-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
72 lines (72 loc) · 2.16 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
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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"init": "node database/db_create_test.mjs",
"init-build": "node database/init_build.js",
"init-reset": "node database/db_test_reset.mjs",
"cypress": "cypress open",
"storybook": "storybook dev -p 6006",
"new-component": "node new_component.mjs",
"build-storybook": "storybook build"
},
"dependencies": {
"@auth/pg-adapter": "^1.4.1",
"@aws-sdk/client-polly": "^3.484.0",
"@codemirror/state": "^6.4.0",
"@google-cloud/text-to-speech": "^5.0.1",
"@octokit/rest": "^21.0.0",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@vercel/blob": "^0.23.3",
"@wavesurfer/react": "^1.0.4",
"aws-crt": "^1.20.1",
"base64-arraybuffer": "^1.0.2",
"bufferutil": "^4.0.8",
"chalk": "^5.3.0",
"codemirror": "^6.0.1",
"eslint-config-next": "^14.0.4",
"framer-motion": "^11.0.24",
"gray-matter": "^4.0.3",
"immer": "^10.0.4",
"js-yaml": "^4.1.0",
"microsoft-cognitiveservices-speech-sdk": "^1.34.0",
"next": "^14.2.0",
"next-auth": "^5.0.0-beta.25",
"next-mdx-remote": "^5.0.0",
"next-pwa": "^5.6.0",
"nodemailer": "^6",
"postgres": "^3.4.3",
"react": "^18.2.0",
"react-audio-voice-recorder": "^2.2.0",
"react-dom": "^18.2.0",
"react-swipeable": "^7.0.1",
"resend": "^3.4.0",
"styled-components": "^6.1.8",
"uuid": "^10.0.0",
"wavesurfer.js": "^7.7.1",
"ws": "^8.17.1"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.2.25",
"@storybook/addon-essentials": "^8.0.5",
"@storybook/addon-interactions": "^8.0.5",
"@storybook/addon-links": "^8.0.5",
"@storybook/addon-onboarding": "^8.0.5",
"@storybook/blocks": "^8.0.5",
"@storybook/nextjs": "^8.0.5",
"@storybook/react": "^8.0.5",
"@storybook/test": "^8.0.5",
"@types/node": "^20",
"@types/react": "^18.2.46",
"cypress": "^13.7.0",
"prettier": "^3.1.1",
"smtp-tester": "^2.1.0",
"sqlite3": "^5.1.6",
"storybook": "^8.0.5",
"typescript": "^5"
}
}