-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.98 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "paalamugan-portfolio-nextjs",
"description": "Developed Full Stack Software Engineer portfolio with full responsiveness using Nextjs framework.",
"version": "1.0.0",
"keywords": [
"next",
"react",
"portfolio",
"frame-motion",
"typescript",
"emailjs",
"tailwindcss",
"scss"
],
"author": "Paalamugan",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rimraf .next",
"export": "yarn build && next export -o build",
"deploy": "yarn export && gh-pages -d build -b gh-pages",
"postbuild": "next-sitemap",
"prepare": "husky install",
"analyze": "cross-env ANALYZE=true yarn build",
"type-check": "tsc --noEmit",
"lighthouse": "lighthouse http://localhost:3000 --view --chrome-flags=\"--headless\" --output json --output-path=./lighthouse.json"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@next/font": "^13.0.3",
"@react-icons/all-files": "^4.1.0",
"copy-to-clipboard": "^3.3.1",
"framer-motion": "^6.3.3",
"js-cookie": "^3.0.1",
"next": "^13.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lottie-player": "^1.4.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^12.2.4",
"@next/env": "^12.2.4",
"@types/js-cookie": "^3.0.2",
"@types/node": "^17.0.32",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.3",
"@types/react-scroll": "^1.8.3",
"autoprefixer": "^10.4.7",
"cross-env": "^7.0.3",
"eslint": "^8.15.0",
"eslint-config-next": "^13.0.3",
"gh-pages": "^4.0.0",
"husky": "^8.0.1",
"lighthouse": "^10.1.0",
"next-sitemap": "^3.1.7",
"postcss": "^8.4.13",
"postcss-import": "^14.1.0",
"prettier": "^2.6.2",
"rimraf": "^3.0.2",
"sass": "^1.51.0",
"sharp": "^0.30.4",
"tailwindcss": "^3.0.24",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=16",
"yarn": ">=1.22.17"
}
}