-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.96 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
{
"name": "lms-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"start:dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"prettier": "prettier --write .",
"make:feature": "plop feature",
"make:component": "plop component"
},
"dependencies": {
"@dnd-kit/core": "^6.0.8",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@mantine/carousel": "7.1.7",
"@mantine/core": "7.1.7",
"@mantine/dropzone": "^7.1.7",
"@mantine/form": "^7.1.7",
"@mantine/hooks": "7.1.7",
"@mantine/modals": "^7.1.7",
"@mantine/nprogress": "^7.1.7",
"@mantine/tiptap": "^7.1.7",
"@tabler/icons-react": "^2.39.0",
"@tanstack/react-query": "^5.0.5",
"@tiptap/extension-image": "^2.1.12",
"@tiptap/extension-link": "^2.1.12",
"@tiptap/pm": "^2.1.12",
"@tiptap/react": "^2.1.12",
"@tiptap/starter-kit": "^2.1.12",
"axios": "^1.5.1",
"dayjs": "^1.11.10",
"embla-carousel-react": "^7.1.0",
"framer-motion": "^10.16.4",
"lodash.debounce": "^4.0.8",
"nanoid": "^5.0.2",
"next": "13.4.4",
"next-translate": "^2.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-share": "^5.0.3",
"zod": "^3.22.4",
"zustand": "^4.4.6"
},
"devDependencies": {
"@commitlint/cli": "^18.0.0",
"@commitlint/config-conventional": "^18.0.0",
"@tanstack/react-query-devtools": "^5.0.5",
"@types/lodash.debounce": "^4.0.8",
"@types/lodash.pick": "^4.4.8",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"eslint": "8.41.0",
"eslint-config-next": "13.4.4",
"husky": "^8.0.3",
"next-translate-plugin": "^2.6.1",
"plop": "^4.0.0",
"postcss": "^8.4.24",
"postcss-preset-mantine": "1.9.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.0.3",
"typescript": "5.0.4"
}
}