-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.14 KB
/
package.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "alexandrocw-website",
"version": "4.0.0",
"private": true,
"description": "Alex's Personal Website",
"main": "./pages/index.js",
"engines": {
"node": "14.x"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.5",
"axios": "^0.25.0",
"bcryptjs": "^2.4.3",
"mongoose": "^6.1.6",
"next": "12.0.8",
"next-auth": "^4.1.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.6.0",
"eslint-config-next": "12.0.8",
"postcss": "^8.2.15",
"tailwindcss": "^3.0.13"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alexandrocw/alexandrocw-website.git"
},
"keywords": [
"Website",
"nodejs",
"javascript",
"html",
"css",
"expressjs"
],
"author": "Alexandro Christian Wijaya",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexandrocw/alexandrocw-website/issues"
},
"homepage": "https://github.com/alexandrocw/alexandrocw-website#readme"
}