-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 997 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
35
36
37
38
39
{
"name": "anamika-jyotish",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/server": "^11.10.0",
"@mantine/core": "^6.0.2",
"@mantine/dates": "^6.0.11",
"@mantine/hooks": "^6.0.2",
"@mantine/next": "^6.0.2",
"@mantine/notifications": "^6.0.13",
"@tabler/icons-react": "^2.23.0",
"@types/jquery": "^3.5.16",
"@types/node": "18.15.3",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"jquery": "^3.6.4",
"moment": "^2.29.4",
"next": "13.2.4",
"next-sanity": "^4.1.6",
"node-telegram-bot-api": "^0.61.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.9.5",
"zustand": "^4.3.6"
},
"devDependencies": {
"@types/node-telegram-bot-api": "^0.61.6"
}
}