-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.55 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
52
53
54
55
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"studio": "prisma studio",
"dbpush": "prisma db push"
},
"dependencies": {
"@chakra-ui/react": "^1.4.2",
"@chakra-ui/theme-tools": "1.1.2",
"@emotion/react": "11.1.5",
"@emotion/styled": "11.1.5",
"@msgpack/msgpack": "^2.7.1",
"@next-auth/prisma-adapter": "^1.0.0",
"@prisma/client": "^3.6.0",
"@tiptap/extension-highlight": "^2.0.0-beta.30",
"@tiptap/extension-placeholder": "^2.0.0-beta.44",
"@tiptap/extension-task-item": "^2.0.0-beta.28",
"@tiptap/extension-task-list": "^2.0.0-beta.23",
"@tiptap/react": "^2.0.0-beta.93",
"@tiptap/starter-kit": "^2.0.0-beta.140",
"axios": "^0.24.0",
"formik": "^2.2.9",
"framer-motion": "^4.0.3",
"jotai": "^1.4.4",
"next": "latest",
"next-auth": "^4.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-moment": "^1.1.1",
"react-query": "^3.33.7",
"react-tsparticles": "^1.37.3",
"uuid": "^8.3.2",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/node": "^14.6.0",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^5.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.4.1",
"prisma": "^3.6.0",
"typescript": "4.3.2"
},
"prisma": {
"schema": "./src/lib/prisma/schema.prisma"
}
}