-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "prompt-scape",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.2.0",
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.0",
"@chakra-ui/styled-system": "^2.9.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hapi/hoek": "^11.0.2",
"@monaco-editor/react": "^4.5.2",
"@types/lodash": "^4.14.197",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/uuid": "^9.0.2",
"@vercel/analytics": "^1.0.2",
"autoprefixer": "10.4.14",
"daisyui": "^3.5.0",
"encoding": "^0.1.13",
"framer-motion": "^10.15.0",
"immer": "^10.0.2",
"lodash": "^4.17.21",
"next": "13.4.12",
"openai": "^4.2.0",
"postcss": "8.4.27",
"react": "18.2.0",
"react-contexify": "^6.0.0",
"react-dom": "18.2.0",
"react-github-btn": "^1.4.0",
"react-icons": "^4.10.1",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"sharp": "^0.32.5",
"tailwindcss": "3.3.3",
"typescript": "5.1.6",
"userflow.js": "^2.9.0",
"uuid": "^9.0.0",
"zundo": "2.0.0-beta.24",
"zustand": "^4.3.9"
}
}