mirror of
https://github.com/Priyatham-sai-chand/Portfolio.git
synced 2026-08-15 04:21:14 -07:00
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "portfolio",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"next": "10.0.5",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1"
|
|
}
|
|
}
|