-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
65 lines (65 loc) · 1.86 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
{
"name": "noora",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@azure/openai": "^1.0.0-beta.3",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@tailwindcss/forms": "^0.5.2",
"@types/dateformat": "^5.0.0",
"@types/uuid": "^8.3.4",
"canvas-confetti": "^1.6.0",
"clsx": "^1.2.1",
"dateformat": "^5.0.3",
"firebase": "^10.1.0",
"firebase-admin": "^13.0.1",
"fs": "^0.0.1-security",
"heroicons": "^2.0.10",
"js-confetti": "^0.11.0",
"lru-cache": "^7.13.1",
"microsoft-cognitiveservices-speech-sdk": "^1.22.0",
"mongodb": "^5.7.0",
"next": "12.2.2",
"openai": "^3.2.1",
"openai-api": "^1.3.1",
"react": "18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-circular-progressbar": "^2.1.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-dom-confetti": "^0.2.0",
"react-joyride": "^2.5.0",
"react-spinners": "^0.13.3",
"reactjs-percentage-circle": "^1.0.0",
"swr": "^1.3.0",
"type-check": "^0.4.0",
"universal-cookie": "^4.0.4",
"use-sound": "^4.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/node": "18.0.4",
"@types/react": "18.0.15",
"@types/react-anchor-link-smooth-scroll": "^1.0.2",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-config-next": "12.2.2",
"file-loader": "^6.2.0",
"postcss": "^8.4.14",
"react-app-rewired": "^2.2.1",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}