-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
157 lines (157 loc) Β· 4.77 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
{
"name": "roadmaker",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint src --fix && yarn format",
"lint:strict": "eslint --max-warnings=0 src",
"typecheck": "tsc --noEmit --incremental false",
"test:watch": "jest --watch",
"test": "jest",
"format": "prettier -w .",
"format:check": "prettier -c .",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prepare": "husky",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@auth/core": "^0.28.0",
"@hookform/resolvers": "^3.3.4",
"@mantine/carousel": "^7.5.2",
"@mantine/charts": "^7.5.2",
"@mantine/code-highlight": "^7.5.2",
"@mantine/core": "^7.6.1",
"@mantine/dropzone": "^7.6.1",
"@mantine/form": "^7.5.2",
"@mantine/hooks": "^7.6.1",
"@mantine/modals": "^7.7.1",
"@mantine/notifications": "^7.6.2",
"@mantine/nprogress": "^7.5.2",
"@mantine/rte": "^5.10.5",
"@mantine/spotlight": "^7.5.2",
"@mantine/tiptap": "^7.6.1",
"@storybook/addon-themes": "^8.0.8",
"@tabler/icons-react": "^2.47.0",
"@tanstack/react-query": "^5.24.7",
"@tiptap/extension-bullet-list": "^2.2.4",
"@tiptap/extension-color": "^2.2.4",
"@tiptap/extension-highlight": "^2.2.4",
"@tiptap/extension-link": "^2.2.4",
"@tiptap/extension-list-item": "^2.2.4",
"@tiptap/extension-ordered-list": "^2.2.4",
"@tiptap/extension-placeholder": "^2.2.4",
"@tiptap/extension-subscript": "^2.2.4",
"@tiptap/extension-superscript": "^2.2.4",
"@tiptap/extension-text-align": "^2.2.4",
"@tiptap/extension-text-style": "^2.2.4",
"@tiptap/extension-underline": "^2.2.4",
"@tiptap/extension-youtube": "^2.2.4",
"@tiptap/pm": "^2.2.4",
"@tiptap/react": "^2.2.4",
"@tiptap/starter-kit": "^2.2.4",
"@tomfreudenberg/next-auth-mock": "^0.5.6",
"dayjs": "^1.11.10",
"elkjs": "^0.9.2",
"embla-carousel-react": "^8.0.0-rc22",
"lodash.debounce": "^4.0.8",
"next": "14.1.0",
"next-auth": "5.0.0-beta.3",
"next-sitemap": "^4.2.3",
"node-fetch": "^2.6.1",
"postcss-preset-mantine": "^1.13.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"reactflow": "^11.10.4",
"recharts": "2",
"styled-components": "^6.1.8",
"styled-reset": "^4.5.2",
"use-undoable": "^5.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.3.3",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@next/bundle-analyzer": "^14.2.3",
"@storybook/addon-essentials": "^8.0.8",
"@storybook/addon-interactions": "^8.0.8",
"@storybook/addon-links": "^8.0.8",
"@storybook/addon-onboarding": "^8.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/addon-styling-webpack": "^1.0.0",
"@storybook/blocks": "^8.0.8",
"@storybook/nextjs": "^8.0.8",
"@storybook/react": "^8.0.8",
"@storybook/test": "^8.0.8",
"@svgr/webpack": "^8.1.0",
"@tanstack/eslint-plugin-query": "^5.20.1",
"@tanstack/react-query-devtools": "^5.24.7",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-storybook": "^0.8.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^9.0.10",
"jest": "^29.7.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-styled-components": "^7.2.0",
"lint-staged": "^15.2.2",
"next-router-mock": "^0.9.12",
"postcss": "^8.4.35",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.2.5",
"storybook": "^8.0.8",
"storybook-addon-mantine": "^4.0.2",
"storybook-dark-mode": "^4.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"sitemap": {
"dependsOn": [
"build"
],
"outputs": [
"public/robots.txt",
"public/sitemap*.xml"
]
},
"deploy": {
"dependsOn": [
"build",
"sitemap"
],
"outputs": []
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"eslint --max-warnings=0",
"prettier -w"
],
"**/*.{json,css,scss,md,webmanifest}": [
"prettier -w"
]
},
"resolutions": {
"styled-components": "^5"
}
}