28 lines
645 B
JSON
28 lines
645 B
JSON
|
|
{
|
||
|
|
"name": "material-ui-pigment-css-nextjs-ts",
|
||
|
|
"version": "7.0.0",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"dev": "next dev",
|
||
|
|
"build": "next build",
|
||
|
|
"start": "next start"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@mui/material": "latest",
|
||
|
|
"@mui/material-pigment-css": "latest",
|
||
|
|
"@pigment-css/react": "latest",
|
||
|
|
"next": "latest",
|
||
|
|
"react": "latest",
|
||
|
|
"react-dom": "latest"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@pigment-css/nextjs-plugin": "latest",
|
||
|
|
"@types/node": "latest",
|
||
|
|
"@types/react": "latest",
|
||
|
|
"@types/react-dom": "latest",
|
||
|
|
"eslint": "latest",
|
||
|
|
"eslint-config-next": "latest",
|
||
|
|
"typescript": "latest"
|
||
|
|
}
|
||
|
|
}
|