-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 811 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 811 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
{
"name": "website",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev -p 3021",
"build": "next build",
"start": "next start",
"lint": "next lint",
"kill": "kill -9 $(lsof -t -i:3021)"
},
"dependencies": {
"@babel/core": "7.26.10",
"@mui/icons-material": "^5.15.14",
"@mui/material": "^5.15.14",
"@mui/styles": "^5.15.14",
"config": "workspace:*",
"db": "workspace:*",
"next": "15.3.0",
"next-auth": "^4.24.11",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/react": "19.1.1",
"@types/react-dom": "19.1.2",
"babel-plugin-superjson-next": "^0.4.5",
"eslint-config-custom": "workspace:*",
"superjson": "^1.9.0",
"typescript": "5.8.3"
}
}