-
Notifications
You must be signed in to change notification settings - Fork 167
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.14 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.14 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
{
"name": "dashboard",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start -p ${PORT-3000}"
},
"dependencies": {
"@headlessui/react": "^1.1.1",
"@mui/material": "^5.17.1",
"@mui/styles": "^5.17.1",
"@mui/icons-material": "^5.17.1",
"@next/bundle-analyzer": "^14.2.28",
"@primer/octicons-react": "^12.0.0",
"@types/react-table": "^7.0.25",
"classnames": "^2.3.1",
"date-fns": "^2.21.2",
"http-proxy-middleware": "^2.0.9",
"lodash": "^4.17.21",
"luxon": "^2.5.2",
"mui-datatables": "^4.3.0",
"next": "^14.2.35",
"query-string": "^7.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-table": "^7.6.2",
"recharts": "^2.6.2",
"sass": "^1.30.0",
"swr": "^1.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.194",
"@types/luxon": "^2.0.9",
"@types/mui-datatables": "^4.3.0",
"@types/node": "^16.9.2",
"@types/react": "^18.2.0",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.31",
"prettier": "^2.2.1",
"tailwindcss": "^3.3.2",
"typescript": "^4.4.3"
}
}