|
|
|
@ -6,7 +6,8 @@ |
|
|
|
|
"dev": "next dev", |
|
|
|
|
"build": "next build", |
|
|
|
|
"start": "next start", |
|
|
|
|
"lint": "next lint" |
|
|
|
|
"lint": "next lint", |
|
|
|
|
"export": "next build && next export" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@emotion/react": "^11.10.5", |
|
|
|
@ -19,6 +20,7 @@ |
|
|
|
|
"@types/node": "18.11.15", |
|
|
|
|
"@types/react": "18.0.26", |
|
|
|
|
"@types/react-dom": "18.0.9", |
|
|
|
|
"@types/uuid": "^9.0.0", |
|
|
|
|
"autoprefixer": "^10.4.13", |
|
|
|
|
"css-loader": "^6.7.3", |
|
|
|
|
"eslint": "8.29.0", |
|
|
|
|