You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fms/package.json

39 lines
1001 B

2 years ago
{
"name": "system-monitoring",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export"
2 years ago
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/roboto": "^4.5.8",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@mui/styled-engine-sc": "^5.11.0",
2 years ago
"@next/font": "13.0.7",
"@types/node": "18.11.15",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/uuid": "^9.0.0",
2 years ago
"autoprefixer": "^10.4.13",
"css-loader": "^6.7.3",
"eslint": "8.29.0",
"eslint-config-next": "13.0.7",
"next": "13.0.7",
"postcss-import": "^15.1.0",
"postcss-loader": "^7.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-components": "^5.3.6",
2 years ago
"tailwindcss": "^3.2.4",
"typescript": "4.9.4",
"uuid": "^9.0.0"
2 years ago
}
}