-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.63 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
{
"name": "fukinoto3",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write --ignore-path .gitignore './**/*.{js,jsx,ts,tsx,json}'"
},
"dependencies": {
"@huggingface/hub": "^0.8.4",
"@mantine/carousel": "^7.0.2",
"@mantine/code-highlight": "^7.0.2",
"@mantine/core": "^7.0.2",
"@mantine/dates": "^7.0.2",
"@mantine/dropzone": "^7.0.2",
"@mantine/form": "^7.0.2",
"@mantine/hooks": "^7.0.2",
"@mantine/modals": "^7.0.2",
"@mantine/notifications": "^7.0.2",
"@mantine/nprogress": "^7.0.2",
"@mantine/spotlight": "^7.0.2",
"@mantine/tiptap": "^7.0.2",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/supabase-js": "^2.36.0",
"@tabler/icons-react": "^2.35.0",
"@tiptap/extension-link": "^2.1.11",
"@tiptap/react": "^2.1.11",
"@tiptap/starter-kit": "^2.1.11",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"next": "latest",
"next-translate": "^2.5.3",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"eslint-plugin-react-hooks": "^4.6.0",
"next-translate-plugin": "^2.5.3",
"postcss": "^8.4.30",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.0.3",
"typescript": "latest"
}
}