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.
28 lines
657 B
28 lines
657 B
{
|
|
"name": "system-monitoring",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@next/font": "13.0.7",
|
|
"@types/node": "18.11.15",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "18.0.9",
|
|
"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",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "4.9.4"
|
|
}
|
|
}
|
|
|