-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.96 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.96 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
{
"name": "tda24grf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "ts-patch install && typia patch"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^2.1.1",
"@mui/material": "^5.15.14",
"@mui/styled-engine-sc": "^6.0.0-alpha.18",
"@tanstack/react-query": "^5.26.3",
"@trpc/client": "^11.0.0-next-beta.317",
"@trpc/next": "^11.0.0-next-beta.317",
"@trpc/react-query": "^11.0.0-next-beta.317",
"@trpc/server": "^11.0.0-next-beta.317",
"@typegoose/typegoose": "^12.2.0",
"classnames": "^2.5.1",
"image-size": "^1.1.1",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongodb": "^6.5.0",
"mongoose": "^8.2.1",
"next": "14.1.3",
"openai": "^4.29.2",
"react": "^18",
"react-dom": "^18",
"react-photo-album": "^2.3.1",
"rsuite": "^5.57.0",
"sass": "^1.72.0",
"styled-components": "^6.1.8",
"tailwind-variants": "^0.2.0",
"type-fest": "^4.12.0",
"typia": "^5.5.4",
"uuid": "^9.0.1",
"yet-another-react-lightbox": "^3.17.1"
},
"devDependencies": {
"@types/classnames": "^2.3.1",
"@types/js-cookie": "^3.0.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/lodash": "^4.17.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"tailwindcss": "^3.3.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"ts-patch": "^3.1.2",
"typescript": "^5.3.2"
},
"prettier": {
"editorconfig": true,
"plugins": [
"prettier-plugin-tailwindcss"
],
"tailwindFunctions": [
"tv"
]
}
}