-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.64 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.64 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
58
{
"name": "hacku-2023-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@faker-js/faker": "^8.0.2",
"@mantine/carousel": "^6.0.19",
"@mantine/core": "^6.0.19",
"@mantine/form": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@mantine/modals": "^6.0.19",
"@mantine/next": "^6.0.19",
"@mantine/notifications": "^6.0.19",
"@mantine/prism": "^6.0.19",
"@mantine/tiptap": "^6.0.19",
"@marp-team/marp-core": "^3.8.0",
"@tabler/icons-react": "^2.30.0",
"@tiptap/extension-highlight": "^2.0.4",
"@tiptap/extension-link": "^2.0.4",
"@tiptap/extension-subscript": "^2.0.4",
"@tiptap/extension-superscript": "^2.0.4",
"@tiptap/extension-text-align": "^2.0.4",
"@tiptap/extension-underline": "^2.0.4",
"@tiptap/pm": "^2.0.4",
"@tiptap/react": "^2.0.4",
"@tiptap/starter-kit": "^2.0.4",
"@types/node": "20.5.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"axios": "^1.4.0",
"dompurify": "^3.0.5",
"embla-carousel-react": "^8.0.0-rc11",
"eslint": "8.47.0",
"eslint-config-next": "13.4.13",
"firebase": "^10.2.0",
"markdown-it": "^13.0.1",
"next": "13.4.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"recoil": "^0.7.7",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/markdown-it": "^13.0.0",
"chart.js": "^4.3.3",
"react-chartjs-2": "^5.2.0",
"sass": "^1.65.1"
}
}