-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
96 lines (96 loc) · 3.21 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "mobilog",
"version": "2.0.0",
"private": true,
"description": "moby-blog base in notion",
"author": "Moby <[email protected]>",
"repository": "hancheo/mobilog",
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"deploy": "vercel deploy",
"deps": "run-s deps:*",
"deps:update": "[ -z $GITHUB_ACTIONS ] && yarn add notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:update on CI'",
"deps:link": "[ -z $GITHUB_ACTIONS ] && yarn link notion-client notion-types notion-utils react-notion-x || echo 'Skipping deps:link on CI'",
"analyze": "cross-env ANALYZE=true next build",
"analyze:server": "cross-env BUNDLE_ANALYZE=server next build",
"analyze:browser": "cross-env BUNDLE_ANALYZE=browser next build",
"test": "run-p test:*",
"test:lint": "eslint '**/*.{ts,tsx}'",
"test:prettier": "prettier '**/*.{js,jsx,ts,tsx}' --check"
},
"browserslist": [
"last 2 version",
">1%"
],
"dependencies": {
"@dotlottie/react-player": "^1.0.1",
"@giscus/react": "^2.2.8",
"@google-analytics/data": "^3.3.0",
"@notionhq/client": "^2.2.5",
"@radix-ui/themes": "^2.0.0",
"@react-icons/all-files": "^4.1.0",
"@tanstack/react-query": "^4.29.14",
"@tanstack/react-query-devtools": "^4.29.19",
"@vercel/analytics": "^1.0.1",
"@vercel/kv": "^0.2.2",
"@vercel/og": "^0.0.19",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
"expiry-map": "^2.0.0",
"express": "^4.18.2",
"fathom-client": "^3.5.0",
"framer-motion": "^10.12.18",
"got": "^12.6.1",
"isomorphic-unfetch": "^3.1.0",
"lqip-modern": "^1.2.0",
"mermaid": "^10.2.3",
"next": "14.1.1",
"next-api-decorators": "^2.0.2",
"notion-utils": "^6.16.0",
"p-map": "^5.5.0",
"p-memoize": "^6.0.2",
"prismjs": "^1.29.0",
"radash": "^11.0.0",
"react": "^18.2.0",
"react-animated-numbers": "^0.16.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-notion-x": "^6.16.0",
"react-type-animation": "^3.1.0",
"react-use": "^17.4.0",
"reflect-metadata": "^0.1.13",
"rss": "^1.2.2",
"tsyringe": "^4.8.0"
},
"devDependencies": {
"@next/bundle-analyzer": "13.4.4",
"@tanstack/eslint-plugin-query": "^4.29.9",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"@types/node": "^18.16.18",
"@types/react": "^18.2.13",
"@types/react-dom": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^5.60.0",
"@typescript-eslint/parser": "^5.59.11",
"autoprefixer": "^10.4.14",
"cross-env": "^7.0.3",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"notion-types": "^6.16.0",
"postcss": "^8.4.24",
"postcss-preset-env": "^8.5.0",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
},
"resolutions": {
"@types/react": "^18.2.0"
},
"packageManager": "[email protected]+sha512.ef8859938e1f0537b9fcf0309044311392f3b38b344176e6cd4fdee21b225524b0ac2a1b08ae2ae2ddd5b3ff4b8ca496d6778e950f3e7c9f555b81325982441c"
}