-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 1.89 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "impulzus",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.18",
"@chakra-ui/react": "^2.5.5",
"@chakra-ui/theme-tools": "^2.0.17",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^4.11.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@vercel/blob": "^0.13.0",
"@vercel/client": "^13.0.5",
"axios": "^1.3.5",
"chakra-ui-markdown-renderer": "^4.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"formidable": "^3.5.1",
"framer-motion": "^10.10.0",
"js-cookie": "^3.0.1",
"next": "^13.5.7",
"next-api-decorators": "^2.0.2",
"next-auth": "^4.21.1",
"next-themes": "^0.2.1",
"next-translate": "^2.6.1",
"next-translate-plugin": "^2.6.1",
"path-to-regexp": "^6.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"react-pageflip": "^2.0.3",
"react-pdf": "^6.2.2",
"react-reader": "^1.2.1",
"react-select": "^5.7.3",
"reflect-metadata": "^0.1.13",
"remark-gemoji": "^7.0.1",
"remark-gfm": "^3.0.1",
"typescript": "4.9.5",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/formidable": "^3.4.3",
"@types/react-pdf": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"prettier": "^2.8.4",
"prisma": "^4.11.0"
}
}