-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.76 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
{
"name": "dogukan-dev",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start -p 2806"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@prisma/client": "^4.14.1",
"@tanstack/react-query": "^4.29.7",
"@trpc/client": "^10.27.1",
"@trpc/next": "^10.27.1",
"@trpc/react-query": "^10.27.1",
"@trpc/server": "^10.27.1",
"disqus-react": "^1.1.5",
"feed": "^4.2.2",
"framer-motion": "^10.12.12",
"highlight.js": "^11.8.0",
"html-react-parser": "^3.0.16",
"js-htmlencode": "^0.3.0",
"lodash": "^4.17.21",
"mailto-link": "^2.0.0",
"next": "^13.4.3",
"next-superjson-plugin": "^0.5.8",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-gist": "^1.2.4",
"react-intersection-observer": "^9.4.3",
"sharp": "^0.32.1",
"sitemap": "^7.1.1",
"superjson": "1.12.2",
"zod": "^3.21.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/eslint": "^8.37.0",
"@types/lodash": "^4.14.194",
"@types/node": "^18.16.13",
"@types/nprogress": "^0.2.0",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.6",
"@typescript-eslint/parser": "^5.59.6",
"autoprefixer": "^10.4.14",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.3",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^4.14.1",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
},
"ct3aMetadata": {
"initVersion": "7.11.0"
}
}