forked from avneesh0612/audible-clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 857 Bytes
/
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
{
"name": "next-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/clerk-react": "^1.20.0",
"@heroicons/react": "^1.0.4",
"framer-motion": "^4.1.17",
"next": "^11.1.2",
"next-pwa": "^5.3.1",
"next-seo": "^4.26.0",
"nextjs-progressbar": "^0.0.11",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-multi-carousel": "^2.6.5",
"react-responsive-carousel": "^3.2.21",
"react-reveal": "^1.2.2"
},
"devDependencies": {
"@types/react": "^17.0.21",
"autoprefixer": "^10.3.4",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.3.6",
"tailwindcss": "^2.2.15",
"typescript": "^4.4.3"
}
}