-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.48 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.48 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
51
52
53
{
"name": "codeless",
"version": "0.2.3",
"scripts": {
"dev": "next dev -p 1355",
"build": "next build",
"start": "next start -p 1355",
"lint": "next lint",
"tauri": "tauri"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@monaco-editor/react": "^4.5.2",
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.144",
"@mui/material": "^5.14.9",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.12.5",
"@vercel/kv": "^0.2.3",
"@vercel/postgres-kysely": "^0.5.0",
"ai": "^2.2.12",
"axios": "^1.5.0",
"change-case": "^4.1.2",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"express": "^4.18.2",
"nanoid": "^5.0.1",
"next": "13.4.19",
"next-auth": "^4.23.1",
"openai": "^4.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-github-btn": "^1.4.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"typescript": "5.2.2",
"zustand": "^4.4.1"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/express": "^4.17.17",
"@types/react-syntax-highlighter": "^15.5.7"
},
"packageManager": "pnpm@9.6.0+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}