-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.61 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
{
"name": "periodize",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next build && next export",
"lint": "next lint"
},
"dependencies": {
"@mantine/core": "^3.5.4",
"@mantine/dates": "^3.5.4",
"@mantine/hooks": "^3.5.4",
"@mantine/modals": "^3.5.4",
"@mantine/next": "^3.5.4",
"@mantine/notifications": "^3.5.4",
"@mantine/rte": "^3.5.4",
"@modulz/radix-icons": "^4.0.0",
"@types/recharts": "^1.8.23",
"dayjs": "^1.11.0",
"firebase": "^9.6.10",
"firebase-admin": "^10.0.2",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"nanoid": "^3.3.2",
"next": "^12.1.4",
"nookies": "^2.5.2",
"prism-react-renderer": "^1.3.1",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-firebase-hooks": "^5.0.3",
"react-icons": "^4.3.1",
"react-select-search": "^3.0.9",
"recharts": "^2.1.9",
"redis-om": "^0.2.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@mantine/eslint-config": "3.6.14",
"@types/classnames": "^2.3.1",
"@types/js-cookie": "^3.0.1",
"@types/react": "17.0.43",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"eslint": "^8.12.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "12.1.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"jest": "^27.5.1",
"typescript": "4.6.3"
}
}