mirror of
https://github.com/Alee14/war-of-1812.git
synced 2025-01-22 05:31:48 -05:00
17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"name": "war-of-1812",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next build && next export",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"next": "10.1.3",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
}
|
|
}
|