-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 752 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 752 Bytes
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
{
"name": "pb-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "^3.5.0",
"@heroicons/react": "^2.1.1",
"axios": "^1.6.8",
"clsx": "^2.1.0",
"flowbite": "^2.3.0",
"framer-motion": "^11.0.8",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.22.1",
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"chai": "^5.1.0",
"mocha": "^10.3.0",
"postcss": "^8",
"supertest": "^6.3.4",
"tailwindcss": "^3.3.0"
}
}