generated from angeloanan/personal-next-template
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
56 lines (56 loc) · 1.52 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
{
"name": "personal-next-template",
"description": "",
"author": {
"name": "Christopher Angelo",
"email": "[email protected]",
"url": "https://angeloanan.xyz"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"script:scrape": "node --experimental-fetch scripts/scrape.mjs"
},
"dependencies": {
"@fontsource/inter": "^4.5.11",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@icons-pack/react-simple-icons": "^5.2.0",
"@next/bundle-analyzer": "^12.2.3",
"autoprefixer": "^10.4.8",
"clsx": "^1.2.1",
"fuse.js": "^6.6.2",
"https": "^1.0.0",
"next": "^12.2.4-canary.8",
"next-compose-plugins": "^2.2.1",
"next-seo": "^5.5.0",
"p-queue": "^7.3.0",
"postcss": "^8.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.10",
"sharp": "^0.30.7",
"simple-icons": "^7.5.0",
"swr": "^1.3.0",
"tailwindcss": "^3.1.7"
},
"devDependencies": {
"@types/node": "^18.6.3",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "<8.0.0",
"eslint-config-next": "12.2.3",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1",
"next-sitemap": "^3.1.15",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]"
}