-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.63 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
{
"name": "kaugmaon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "13.1.5",
"@prisma/client": "^4.9.0",
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"downloadjs": "^1.4.7",
"eslint": "8.32.0",
"eslint-config-next": "13.1.5",
"framer-motion": "^9.0.1",
"html-to-image": "^1.11.4",
"lodash": "^4.17.21",
"marked": "^4.2.12",
"mysql2": "^3.1.0",
"next": "13.1.5",
"next-auth": "^4.18.10",
"nprogress": "^0.2.0",
"openid-client": "^5.3.2",
"parse-md": "^3.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-parallax-tilt": "^1.7.93",
"react-query": "^3.39.3",
"react-random-reveal": "^2.0.0",
"react-responsive": "^9.0.2",
"react-scroll": "^1.8.9",
"react-tsparticles": "^2.8.0",
"react-type-animation": "^2.1.2",
"swr": "^2.0.3",
"tsparticles": "^2.8.0",
"tsparticles-engine": "^2.8.0",
"typescript": "4.9.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/downloadjs": "^1.4.3",
"@types/marked": "^4.0.8",
"@types/nprogress": "^0.2.0",
"@types/react-scroll": "^1.8.6",
"autoprefixer": "^10.4.13",
"csstype": "^3.1.1",
"husky": "^8.0.3",
"postcss": "^8.4.21",
"prisma": "^4.9.0",
"prop-types": "^15.8.1",
"tailwindcss": "^3.2.4"
}
}