mirror of
https://github.com/Alee14/lawrence-hill.git
synced 2025-01-22 13:41:48 -05:00
20 lines
501 B
JSON
20 lines
501 B
JSON
{
|
|
"name": "lawrence-hill-website",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/Alee14/lawrence-hill-website.git",
|
|
"author": "Andrew Lee <alee14498@protonmail.com>",
|
|
"license": "GPL-3.0",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next build && next export"
|
|
},
|
|
"dependencies": {
|
|
"@material-ui/core": "^4.11.3",
|
|
"next": "10.0.6",
|
|
"react": "17.0.1",
|
|
"react-dom": "17.0.1"
|
|
}
|
|
}
|