aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 254660fc64729108d38b496ad6278fa609fcbc2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "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"
  },
  "dependencies": {
    "next": "10.0.6",
    "react": "17.0.1",
    "react-dom": "17.0.1"
  }
}