-
Notifications
You must be signed in to change notification settings - Fork 28
/
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": "shellbear.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"lint": "next lint",
"start": "next start",
"format": "prettier --write .",
"prepack": "husky install"
},
"dependencies": {
"@notionhq/client": "^2.2.6",
"@plaiceholder/next": "^2.5.0",
"@vercel/analytics": "^1.0.1",
"fast-glob": "^3.3.0",
"framer-motion": "^10.12.18",
"gray-matter": "^4.0.3",
"javascript-time-ago": "^2.5.9",
"next": "^13.4.8",
"next-mdx-remote": "^4.4.1",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"plaiceholder": "^2.5.0",
"prettier": "^2.8.8",
"prismjs": "^1.29.0",
"raw-loader": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-notion-x": "^6.16.0",
"reactdom": "^2.0.0",
"sharp": "^0.32.1",
"styled-components": "^5.3.10",
"styled-system": "^5.1.5"
},
"devDependencies": {
"@types/javascript-time-ago": "^2.0.3",
"@types/react": "^18.2.14",
"@types/styled-components": "^5.1.26",
"@types/styled-system": "^5.1.16",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-next": "^13.4.8",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"husky": "8.0.3",
"lint-staged": "^13.2.3",
"next-sitemap": "^4.1.8",
"pretty-quick": "^3.1.3",
"typescript": "^5.1.6"
}
}