-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.23 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
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "quran",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"mrs": "npx knex migrate:rollback && npx knex migrate:latest && npx knex seed:run"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/core": "^5.10.5",
"@mantine/hooks": "^5.10.5",
"@next/font": "13.1.1",
"@popperjs/core": "^2.11.7",
"@reduxjs/toolkit": "^1.9.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/formidable": "^2.0.5",
"@types/nodemailer": "^6.4.7",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@types/redux-persist": "^4.3.1",
"apexcharts": "^3.37.3",
"axios": "^1.2.2",
"dotenv": "^16.0.3",
"eslint": "8.31.0",
"eslint-config-next": "^13.4.12",
"formidable": "^2.1.1",
"i18next": "^22.4.14",
"knex": "^2.4.2",
"knex-paginate": "^3.1.0",
"mantine-datatable": "^1.7.35",
"moment": "^2.29.4",
"mysql2": "^3.2.0",
"next": "^13.4.12",
"ni18n": "^1.0.5",
"nodemailer": "^6.9.1",
"react": "^18.2.0",
"react-animate-height": "^3.1.1",
"react-apexcharts": "^1.4.0",
"react-audio-player": "^0.17.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-i18next": "^12.2.0",
"react-icons": "^4.7.1",
"react-owl-carousel": "^2.3.3",
"react-perfect-scrollbar": "^1.5.8",
"react-popper": "^2.3.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.5",
"react-responsive-carousel": "^3.2.23",
"react-svg": "^16.1.7",
"react-youtube": "^10.1.0",
"redux-persist": "^6.0.0",
"sweetalert2": "^11.7.12"
},
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/lodash": "^4.14.192",
"@types/node": "18.11.18",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "next.config.js",
"author": "",
"license": "ISC"
}