-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.49 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
{
"name": "notionic",
"version": "3.0.0",
"homepage": "https://blog.yer.xyz",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jinyery/YerNotionic.git"
},
"author": {
"name": "Yer Y",
"email": "[email protected]",
"url": "https://blog.yer.xyz"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write .",
"lint": "next lint",
"postbuild": "next-sitemap --config next-sitemap.config.js",
"prepare": "husky install"
},
"dependencies": {
"dayjs": "^1.11.7",
"feed": "^4.2.2",
"framer-motion": "6.4.3",
"got": "^12.5.3",
"next": "^13.2.4",
"next-themes": "^0.1.1",
"notion-client": "^6.16.0",
"notion-utils": "^6.16.0",
"nprogress": "^0.2.0",
"p-map": "^5.5.0",
"p-memoize": "^6.0.1",
"preact": "^10.5.15",
"prism-theme-vars": "^0.2.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-notion-x": "^6.16.0",
"sharp": "^0.30.5",
"use-ackee": "^3.0.0"
},
"devDependencies": {
"@heroicons/react": "^1.0.5",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "^13.2.4",
"husky": "^8.0.1",
"next-sitemap": "^4.0.6",
"postcss": "^8.4.21",
"prettier": "^2.7.1",
"tailwindcss": "^3.2.7",
"typescript": "^5.0.3"
},
"bugs": {
"url": "https://github.com/jinyery/YerNotionic/issues",
"email": "[email protected]"
}
}