mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 04:17:18 +00:00
26 lines
520 B
JSON
26 lines
520 B
JSON
{
|
|
"name": "next-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"image-to-base64": "^2.2.0",
|
|
"next": "11.0.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"styled-components": "^5.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "17.0.11",
|
|
"eslint": "7.28.0",
|
|
"eslint-config-next": "11.0.0",
|
|
"typescript": "4.3.3"
|
|
}
|
|
}
|