-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·82 lines (82 loc) · 2.48 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
{
"name": "game-node-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn run wrapper:generate && next dev",
"dev:turbo": "yarn run wrapper:generate && next dev --turbo",
"build": "yarn run wrapper:generate && next build",
"start": "next start",
"wrapper:generate": "node src/wrapper/generate.js",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@mantine/carousel": "^7.13.3",
"@mantine/charts": "^7.13.3",
"@mantine/core": "^7.13.3",
"@mantine/dates": "^7.13.3",
"@mantine/dropzone": "^7.13.3",
"@mantine/hooks": "^7.13.3",
"@mantine/next": "^6.0.22",
"@mantine/notifications": "^7.13.3",
"@mantine/nprogress": "^7.13.3",
"@mantine/tiptap": "^7.13.3",
"@socialgouv/matomo-next": "^1.9.1",
"@tabler/icons-react": "^3.19.0",
"@tanstack/react-query": "^5.59.15",
"@tiptap/extension-link": "^2.8.0",
"@tiptap/extension-mention": "^2.8.0",
"@tiptap/extension-placeholder": "^2.8.0",
"@tiptap/extension-text-style": "^2.8.0",
"@tiptap/core": "^2.8.0",
"@tiptap/pm": "^2.8.0",
"@tiptap/react": "^2.8.0",
"@tiptap/starter-kit": "^2.8.0",
"@tiptap/suggestion": "^2.8.0",
"axios": "^1.7.7",
"bad-words": "^3.0.4",
"dayjs": "^1.11.13",
"embla-carousel-react": "^8.3.0",
"html-to-image": "^1.11.11",
"next": "^14.2.15",
"nextjs-cors": "^2.2.0",
"npm-run-all": "^4.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-easy-crop": "^5.1.0",
"react-hook-form": "^7.53.1",
"recharts": "2.13.0",
"reconnecting-eventsource": "^1.6.2",
"supertokens-auth-react": "^0.44.0",
"supertokens-node": "^20.1.5",
"supertokens-web-js": "^0.13.1",
"supertokens-website": "^20.1.4",
"use-long-press": "^3.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@babel/generator": "^7.25.7",
"@babel/parser": "^7.25.8",
"@babel/traverse": "^7.25.7",
"@types/bad-words": "^3.0.3",
"@types/node": "20.12.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"eslint": "^8.57.1",
"eslint-config-next": "^14.2.15",
"eslint-config-prettier": "^9.1.0",
"openapi-typescript-codegen": "^0.28.0",
"postcss": "^8.4.47",
"postcss-preset-mantine": "^1.17.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^3.3.3",
"tailwindcss": "3.4.3",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"prettier": {
"tabWidth": 4,
"singleQuote": false
}
}