-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
135 lines (135 loc) · 3.75 KB
/
package.json
File metadata and controls
135 lines (135 loc) · 3.75 KB
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
{
"name": "@kanon-academy/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky",
"build": "nx build api --prod",
"db:migrate": "node libs/db-schema/migrate.cjs"
},
"private": true,
"dependencies": {
"@mantine/carousel": "^8.3.1",
"@mantine/charts": "^8.3.1",
"@mantine/code-highlight": "^8.3.1",
"@mantine/core": "^8.3.1",
"@mantine/dates": "^8.3.1",
"@mantine/dropzone": "^8.3.1",
"@mantine/form": "^8.3.1",
"@mantine/hooks": "^8.3.1",
"@mantine/modals": "^8.3.1",
"@mantine/notifications": "^8.3.1",
"@mantine/nprogress": "^8.3.1",
"@mantine/spotlight": "^8.3.1",
"@mantine/tiptap": "^8.3.1",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-query": "^5.90.1",
"@tiptap/extension-link": "^3.4.4",
"@tiptap/pm": "^3.4.4",
"@tiptap/react": "^3.4.4",
"@tiptap/starter-kit": "^3.4.4",
"autoprefixer": "^10.4.21",
"axios": "^1.12.2",
"bcrypt": "^6.0.0",
"clsx": "^2.1.1",
"cors": "^2.8.5",
"dayjs": "^1.11.18",
"dotenv": "^17.2.2",
"drizzle-orm": "0.45.1",
"drizzle-zod": "^0.8.3",
"embla-carousel": "^8.5.2",
"embla-carousel-react": "^8.5.2",
"express": "^4.21.2",
"express-rate-limit": "^8.1.0",
"husky": "^9.1.7",
"jsonwebtoken": "^9.0.2",
"lottie-react": "^2.4.1",
"mantine-form-zod-resolver": "^1.3.0",
"pg": "^8.16.3",
"pino-http": "^10.5.0",
"pino-pretty": "^13.1.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-router-dom": "6.29.0",
"recharts": "^3.2.1",
"reflect-metadata": "^0.2.2",
"tsyringe": "^4.10.0",
"zod": "^4.1.8",
"zustand": "^5.0.8"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@eslint/js": "^9.8.0",
"@nx/eslint": "21.4.1",
"@nx/eslint-plugin": "21.4.1",
"@nx/express": "21.4.1",
"@nx/jest": "21.4.1",
"@nx/js": "21.4.1",
"@nx/node": "21.4.1",
"@nx/react": "21.4.1",
"@nx/web": "21.4.1",
"@nx/webpack": "21.4.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@types/bcrypt": "^6.0.0",
"@types/cors": "^2.8.19",
"@types/express": "^4.17.21",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node": "20.19.9",
"@types/pg": "^8.15.5",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"@types/supertest": "^6.0.3",
"babel-jest": "^30.0.2",
"drizzle-kit": "0.31.8",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "5.0.0",
"jest": "^30.0.2",
"jest-environment-jsdom": "^30.0.2",
"jest-environment-node": "^30.0.2",
"jest-util": "^30.0.2",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^16.1.6",
"nx": "21.4.1",
"postcss": "^8.5.6",
"postcss-preset-mantine": "^1.18.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"react-refresh": "^0.10.0",
"supertest": "^7.1.4",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.8.2",
"typescript-eslint": "^8.29.0",
"webpack-cli": "^5.1.4"
},
"lint-staged": {
"*.{js,ts,jsx,tsx,html,css,scss,json,md}": [
"prettier -c",
"nx run-many -t lint",
"nx run-many -t test",
"nx run-many -t typecheck"
]
},
"workspaces": [
"packages/*",
"apps/*",
"libs/*"
],
"resolutions": {
"drizzle-orm": "0.45.1"
}
}