-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 919 Bytes
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
{
"name": "algoryth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@wasm-fmt/clang-format": "^21.1.8",
"@wasm-fmt/ruff_fmt": "^0.15.1",
"bcryptjs": "^2.4.3",
"framer-motion": "^12.34.4",
"jsonwebtoken": "^9.0.3",
"lucide-react": "^0.562.0",
"monaco-editor": "^0.55.1",
"mongoose": "^8.21.0",
"next": "16.1.1",
"prettier": "^3.7.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"recharts": "^3.7.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "25.0.3",
"@types/react": "19.2.7",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4"
}
}