-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "storykids",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.17.0",
"@tsparticles/all": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"animejs": "^3.2.2",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"framer-motion": "^11.2.2",
"groq-sdk": "^0.4.0",
"mongodb": "^6.8.0",
"next": "14.2.3",
"next-auth": "^4.24.7",
"next-sitemap": "^4.2.3",
"prisma": "^5.17.0",
"react": "^18",
"react-dom": "^18",
"react-h5-audio-player": "^3.9.3",
"react-icons": "^5.2.1",
"react-lottie": "^1.2.4",
"react-paginate": "^8.2.0",
"react-spinners": "^0.14.1",
"react-toastify": "^10.0.5"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}