-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (49 loc) · 1.23 KB
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
{
"name": "sandox",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.21.8",
"@clerk/themes": "^1.7.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.1",
"ai": "^2.1.27",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"emmet-monaco-es": "^5.3.0",
"flowbite": "^1.8.1",
"flowbite-react": "^0.6.1",
"framer-motion": "^10.12.21",
"install": "^0.13.0",
"monaco-editor": "^0.38.0",
"mongoose": "^7.4.3",
"next": "13.4.10",
"openai": "^3.3.0",
"openai-edge": "^1.2.2",
"pusher": "^5.1.3",
"pusher-js": "^8.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-monaco-editor": "^0.53.0",
"react-tsparticles": "^2.12.2",
"tsparticles-engine": "^2.12.0",
"tsparticles-preset-fire": "^2.12.0",
"tsparticles-slim": "^2.12.0"
},
"devDependencies": {
"@types/node": "20.5.0",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3",
"typescript": "5.1.6"
}
}