forked from StarkMindsHQ/StrellerMinds-Frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
136 lines (136 loc) · 4.09 KB
/
package.json
File metadata and controls
136 lines (136 loc) · 4.09 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
136
{
"name": "strellerminds-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@10.12.4",
"scripts": {
"dev": "next dev",
"dev:server": "tsx server.ts",
"dev:all": "concurrently \"npm run dev\" \"npm run dev:server\"",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write .",
"build:production": "SENTRY_RELEASE=$(git rev-parse HEAD) next build",
"build:staging": "NODE_ENV=staging SENTRY_RELEASE=$(git rev-parse HEAD) next build",
"format:check": "prettier --check .",
"type-check": "tsc --noEmit",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"ci": "pnpm run type-check && pnpm run lint && pnpm run format:check && pnpm run build"
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.15",
"@radix-ui/react-tooltip": "^1.2.8",
"@sentry-internal/tracing": "^7.114.0",
"@sentry/nextjs": "^10.15.0",
"@sentry/node": "^10.15.0",
"@shadcn/ui": "^0.0.4",
"@socket.io/redis-adapter": "^8.3.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/postcss": "^4.0.15",
"@tanstack/react-query": "^5.80.6",
"@tensorflow/tfjs": "^4.22.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^10.0.0",
"@vercel/analytics": "^1.5.0",
"@wagmi/core": "^3.2.2",
"axios": "^1.9.0",
"chart.js": "^4.5.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.5.2",
"framer-motion": "^12.5.0",
"ioredis": "^5.9.2",
"jsdom": "^27.4.0",
"jspdf": "^4.0.0",
"jspdf-autotable": "^5.0.7",
"lottie-react": "^2.4.1",
"lucide-react": "^0.483.0",
"next": "^14.2.25",
"next-auth": "^4.24.13",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-chartjs-2": "^5.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.56.1",
"react-icons": "^5.5.0",
"recharts": "^3.7.0",
"redis": "^5.10.0",
"socket.io": "^4.8.3",
"socket.io-client": "^4.8.3",
"sonner": "^2.0.2",
"styled-components": "^6.1.17",
"tailwind-merge": "^3.0.2",
"tw-animate-css": "^1.2.4",
"uuid": "^13.0.0",
"viem": "^2.44.4",
"vitest": "^4.0.17",
"wagmi": "^3.3.4",
"xlsx": "^0.18.5",
"y-monaco": "^0.1.6",
"y-protocols": "^1.0.7",
"y-websocket": "^3.0.0",
"yjs": "^13.6.29",
"zod": "^4.1.11"
},
"devDependencies": {
"@commitlint/cli": "^20.0.0",
"@commitlint/config-conventional": "^20.0.0",
"@eslint/eslintrc": "^3.3.1",
"@types/node": "^20",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.21",
"commitizen": "^4.3.1",
"concurrently": "^9.2.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^17.2.2",
"eslint": "^8.57.1",
"eslint-config-next": "^15.2.3",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"happy-dom": "^20.7.0",
"husky": "^9.1.7",
"lint-staged": "^16.2.1",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^4.0.15",
"tsx": "^4.21.0",
"typescript": "^5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix",
"prettier --write"
],
"*.{json,css,md}": [
"prettier --write"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}