-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.13 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
{
"name": "mantine-minimal-next-template",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest --watchAll",
"commit": "git add . && git-cz"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/server": "^11.10.0",
"@emotion/styled": "^11.10.4",
"@mantine/carousel": "^5.4.2",
"@mantine/core": "5.1.0",
"@mantine/form": "^5.4.2",
"@mantine/hooks": "5.1.0",
"@mantine/modals": "^5.4.2",
"@mantine/next": "5.1.0",
"@mantine/notifications": "^5.4.2",
"@mantine/nprogress": "^5.4.2",
"@mantine/spotlight": "^5.4.2",
"@reduxjs/toolkit": "^1.8.5",
"@tabler/icons": "^1.101.0",
"embla-carousel-react": "^7.0.3",
"next": "12.2.4",
"next-translate": "^1.6.0",
"nookies": "^2.5.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-query": "^3.39.2",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"styled-components": "^5.3.6",
"uuid": "^9.0.0",
"date-fns": "^2.29.3",
"aos": "^2.3.4",
"next-seo": "^5.15.0"
},
"devDependencies": {
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@mantine/ds": "^5.4.2",
"@types/aos": "^3.0.4",
"@swc/core": "^1.3.3",
"@swc/jest": "^0.2.23",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.6.4",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-query": "^1.2.9",
"@types/react-redux": "^7.1.24",
"@types/redux": "^3.6.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"commitizen": "^4.2.5",
"cz-conventional-changelog": "3.3.0",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"husky": "^8.0.0",
"jest": "^29.1.1",
"jest-environment-jsdom": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "4.7.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}