-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.8 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
54
55
56
57
58
59
60
61
{
"name": "whyamiworng",
"version": "5.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
},
"dependencies": {
"@emotion/cache": "11.11.0",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@google/generative-ai": "^0.1.3",
"@monaco-editor/react": "^4.6.0",
"@mui/icons-material": "^5.15.10",
"@mui/material": "^5.15.6",
"@mui/x-data-grid": "^6.18.6",
"@prisma/client": "^5.6.0",
"axios": "^1.6.4",
"framer-motion": "^10.16.16",
"highlight.js": "^11.9.0",
"jsonwebtoken": "^9.0.2",
"next": "14.1.0",
"next-swagger-doc": "^0.4.0",
"openai": "^4.24.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.12.0",
"react-router-dom": "^6.21.0",
"react-swipeable-views": "^0.14.0",
"recoil": "^0.7.7",
"styled-components": "^6.1.1",
"swagger-ui-react": "^5.9.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.22.15",
"@types/jsonwebtoken": "^9.0.5",
"@types/node": "^20.9.0",
"@types/react": "latest",
"@types/react-dom": "latest",
"@types/swagger-ui-react": "^4.18.3",
"babel-eslint": "^10.1.0",
"eslint": "^8.53.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "latest",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^3.0.3",
"prisma": "^5.5.2",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}