-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.69 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": "notion-naomi-portofolio",
"description": "A Tailwind portofolio using Next.js and Notion API.",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build && next-sitemap --config next-sitemap.config.js",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"start": "next start",
"dev:local": "vercel dev"
},
"dependencies": {
"@notionhq/client": "^0.4.13",
"@types/prismjs": "^1.26.0",
"chrome-aws-lambda": "^9.1.0",
"firebase": "^9.6.5",
"framer-motion": "^6.2.4",
"next": "latest",
"next-seo": "^5.0.0",
"next-share": "^0.12.1",
"next-sitemap": "^2.1.14",
"next-themes": "^0.2.0-beta.0",
"node-vibrant": "^3.1.6",
"playwright-core": "^1.18.1",
"prism-react-renderer": "^1.3.1",
"prismjs": "^1.26.0",
"probe-image-size": "^7.2.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"swr": "^1.2.1",
"unfurl.js": "^5.6.3"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.4",
"@types/probe-image-size": "^7.0.1",
"@types/react": "17.0.38",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"autoprefixer": "^10.4.0",
"classnames": "^2.3.1",
"eslint": "^8.8.0",
"eslint-config-next": "^12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-import-resolver-typescript": "^2.5.0",
"eslint-plugin-prettier": "^4.0.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.1",
"tailwindcss": "^3.0.7",
"typescript": "^4.5.5",
"vercel": "^23.1.2"
}
}