-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.27 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": "devu",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"prettier": "prettier",
"prisma": "prisma",
"test:watch": "jest --watch"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@faker-js/faker": "^7.3.0",
"@graphiql/toolkit": "^0.6.0",
"@monaco-editor/react": "^4.4.5",
"@prisma/client": "5.11.0",
"apollo-server-micro": "^3.10.0",
"clsx": "^2.1.0",
"cors": "^2.8.5",
"framer-motion": "^11.0.14",
"graphiql": "^1.9.13",
"graphql": "^16.5.0",
"isomorphic-fetch": "^3.0.0",
"micro": "^9.3.4",
"next": "14.1.3",
"next-auth": "^4.24.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/jest": "^28.1.6",
"@types/node": "20.11.28",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.3",
"jest": "^28.1.3",
"prisma": "^5.11.0",
"typescript": "5.4.2"
}
}