-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "meal-mart",
"description": "food app website design",
"repository": "https://github.com/kelvins-lab/meal-mart",
"author": "Kelvin Kiptum Kiprop <[email protected]>",
"license": "ISC",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@mantine/carousel": "^5.10.4",
"@mantine/core": "^5.10.4",
"@mantine/dates": "^5.10.4",
"@mantine/dropzone": "^5.10.4",
"@mantine/form": "^5.10.4",
"@mantine/hooks": "^5.10.4",
"@mantine/modals": "^5.10.4",
"@mantine/notifications": "^5.10.4",
"@mantine/nprogress": "^5.10.4",
"@mantine/prism": "^5.10.4",
"@mantine/spotlight": "^5.10.4",
"@mantine/tiptap": "^5.10.4",
"@next/font": "13.1.6",
"@tiptap/extension-link": "^2.0.0-beta.218",
"@tiptap/react": "^2.0.0-beta.218",
"@tiptap/starter-kit": "^2.0.0-beta.218",
"@types/node": "18.14.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"dayjs": "^1.11.7",
"embla-carousel-react": "^7.0.9",
"eslint": "^8.0.1",
"eslint-config-next": "13.1.6",
"next": "13.1.6",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"typescript": "*"
},
"devDependencies": {}
}