aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 87434b6921dc65f3a1e81128a617a9f88ef825a2 (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
28
29
30
31
32
33
{
  "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 && next export",
    "start": "next build && next start",
    "lint": "next lint"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.2.0",
    "@fortawesome/free-brands-svg-icons": "^6.2.0",
    "@fortawesome/free-regular-svg-icons": "^6.2.0",
    "@fortawesome/free-solid-svg-icons": "^6.2.0",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "next": "12.3.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "three": "^0.145.0"
  },
  "devDependencies": {
    "@netlify/plugin-nextjs": "^4.27.0",
    "autoprefixer": "^10.4.7",
    "eslint": "8.25.0",
    "eslint-config-next": "12.3.1",
    "postcss": "^8.4.18",
    "tailwindcss": "^3.1.2"
  }
}