aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 2987d337e8a9753f207b0071c27dbe3cd05643ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "personal-website",
  "version": "1.0.0",
  "main": "index.js",
  "repository": "https://github.com/Alee14/personal-website",
  "author": "Andrew Lee <alee14498@protonmail.com'>",
  "license": "GPL-3.0",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint"
  },
  "dependencies": {
    "next": "12.0.10",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "three": "^0.137.5"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.7",
    "eslint": "8.8.0",
    "eslint-config-next": "12.0.10",
    "postcss": "^8.4.14",
    "tailwindcss": "^3.1.2"
  }
}