-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
79 lines (79 loc) · 2.29 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
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "kytelink",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.0",
"@chakra-ui/react": "^1.8.9",
"@emoji-mart/data": "^1.0.6",
"@emoji-mart/react": "^1.0.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@neondatabase/serverless": "^0.5.2",
"@prisma/client": "^4.15.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^1.4.0",
"chart.js": "^4.3.0",
"date-fns": "^2.30.0",
"emoji-mart": "^5.2.2",
"framer-motion": "^4.1.17",
"jimp": "^0.22.8",
"lodash": "^4.17.21",
"next": "^13.4.4",
"next-auth": "^4.22.1",
"next-seo": "^5.5.0",
"nodemailer": "^6.9.3",
"posthog-js": "^1.75.2",
"posthog-node": "^3.1.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.1.2",
"@types/crypto-js": "^4.1.1",
"@types/gtag.js": "^0.0.10",
"@types/js-cookie": "^3.0.1",
"@types/luxon": "^2.3.1",
"@types/node": "17.0.23",
"@types/numeral": "^2.0.2",
"@types/pluralize": "^0.0.29",
"@types/react": "17.0.43",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "17.0.14",
"@types/react-instantsearch-dom": "^6.12.2",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "8.12.0",
"eslint-config-next": "^13.4.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"highlightjs-solidity": "^2.0.5",
"husky": "^7.0.4",
"i": "^0.3.7",
"npm": "^8.6.0",
"prettier": "^2.6.1",
"prisma": "^4.16.2",
"rehype-highlight": "^5.0.2",
"remark-gfm": "^3.0.1",
"remark-rehype": "^10.1.0",
"sort-package-json": "^1.55.0",
"typescript": "^4.5.2"
}
}