-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.07 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
{
"name": "axc",
"description": "Attemp-X Chat App",
"readme": "README.md",
"version": "1.1.0",
"license": "MIT",
"author": {
"name": "Ihsan",
"email": "qwyzex@gmail.com",
"url": "https://github.com/qwyzex"
},
"repository": {
"type": "git",
"url": "https://github.com/qwyzex/axc",
"directory": "/"
},
"bugs": {
"url": "https://github.com/qwyzex/axc/issues/new",
"email": "qwyzex@yandex.com"
},
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^3.6.7",
"@mantine/hooks": "^3.6.7",
"@mantine/modals": "^3.6.7",
"@mantine/notifications": "^3.6.7",
"firebase": "^9.6.3",
"firerr": "^0.1.1",
"next": "12.0.9",
"react": "17.0.2",
"react-cookie-consent": "^7.2.1",
"react-dom": "17.0.2",
"react-firebase-hooks": "^4.0.1",
"spinners-react": "^1.0.6"
},
"devDependencies": {
"@types/node": "17.0.12",
"@types/react": "17.0.38",
"eslint": "8.7.0",
"eslint-config-next": "12.0.9",
"sass": "^1.45.2",
"typescript": "4.5.5"
}
}