-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1023 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1023 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
38
39
40
41
{
"name": "luna",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@mui/material-nextjs": "^7.0.2",
"@mui/x-date-pickers": "^8.1.0",
"@tabler/icons-react": "^3.31.0",
"@vercel/analytics": "^1.6.1",
"@vercel/speed-insights": "^1.3.1",
"material-react-table": "^3.2.1",
"next": "16.1.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.1.0",
"shiki": "^3.2.1",
"typescript": "^5"
},
"resolutions": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}