generated from mantinedev/next-app-min-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.52 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "toefl-pal",
"version": "0.1.0",
"private": true,
"author": "<rijalghodi>",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && yarn format && yarn typecheck",
"lint:strict": "eslint --max-warnings=0 src",
"typecheck": "tsc --noEmit --incremental false",
"format": "prettier -w ."
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@iconify-icon/react": "^2.1.0",
"@iconify-icons/fa": "^1.2.4",
"@mantine/core": "^7.12.2",
"@mantine/form": "^7.12.2",
"@mantine/hooks": "^7.12.2",
"@mantine/modals": "^7.12.2",
"@mantine/notifications": "^7.12.2",
"@mantine/tiptap": "^7.12.2",
"@react-icons/all-files": "^4.1.0",
"@tabler/icons-react": "^3.14.0",
"@tanstack/react-query": "^5.55.0",
"@tiptap/core": "^2.7.2",
"@tiptap/extension-highlight": "^2.7.2",
"@tiptap/extension-link": "^2.7.2",
"@tiptap/extension-placeholder": "^2.7.2",
"@tiptap/extension-subscript": "^2.7.2",
"@tiptap/extension-superscript": "^2.7.2",
"@tiptap/extension-text-align": "^2.7.2",
"@tiptap/extension-underline": "^2.7.2",
"@tiptap/pm": "^2.7.2",
"@tiptap/react": "^2.7.2",
"@tiptap/starter-kit": "^2.7.2",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"dompurify": "^3.1.6",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"mantine-datatable": "^7.12.4",
"next": "14.2.4",
"next-nprogress-bar": "^2.3.13",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-h5-audio-player": "^3.9.3",
"react-hook-form": "^7.53.0",
"sharp": "^0.33.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.55.0",
"@types/dompurify": "^3",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4",
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.3",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-preset-mantine": "1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"typescript": "5.5.2"
},
"packageManager": "yarn@4.4.1"
}