-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.58 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.58 KB
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
{
"name": "kwara-tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^6.0.19",
"@mantine/core": "^6.0.8",
"@mantine/dates": "^6.0.8",
"@mantine/dropzone": "^6.0.8",
"@mantine/form": "^6.0.8",
"@mantine/hooks": "^6.0.8",
"@mantine/modals": "^6.0.8",
"@mantine/next": "^6.0.8",
"@mantine/notifications": "^6.0.8",
"@mantine/nprogress": "^6.0.8",
"@mantine/prism": "^6.0.8",
"@mantine/spotlight": "^6.0.8",
"@mantine/tiptap": "^6.0.8",
"@tabler/icons-react": "^2.17.0",
"@tiptap/extension-link": "^2.0.3",
"@tiptap/react": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"embla-carousel-react": "^7.1.0",
"firebase": "^9.10.0",
"next": "12.3.0",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-phone-input-2": "^2.15.1",
"sharp": "^0.32.0"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.3.1",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"autoprefixer": "^10.4.11",
"cypress": "^13.0.0",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.6.4",
"postcss": "^8.4.16",
"react-icons": "^4.10.1",
"tailwindcss": "^3.1.8",
"tailwindcss-animate": "^1.0.5"
}
}