forked from DevEmmy/Coleng-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 792 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
{
"name": "nuesa-frontend",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"autoprefixer": "10.4.15",
"axios": "^1.6.2",
"dotenv": "^16.3.1",
"framer-motion": "^10.16.4",
"html-react-parser": "^4.2.2",
"html2pdf.js": "^0.10.1",
"next": "^14.1.0",
"postcss": "8.4.28",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-paystack": "^5.0.0",
"tailwindcss": "3.3.3",
"use-local-storage": "^3.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"eslint": "8.56.0",
"eslint-config-next": "14.1.0"
}
}