-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
110 lines (110 loc) · 4 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"name": "dinhanhthi.com",
"description": "My personal website for taking notes.",
"version": "6.4.8",
"author": "Anh-Thi Dinh",
"packageManager": "[email protected]",
"license": "MIT",
"engines": {
"npm": "^10.0.8",
"node": "^20.10.0"
},
"scripts": {
"dev": "next dev -p 3004",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start -p 3004",
"lint": "next lint",
"check": "yarn prettier && yarn build",
"prettier": "prettier --write \"**/*.{tsx,ts,css,scss}\"",
"clean": "rimraf .next && rimraf .vercel && rimraf .netlify",
"clean-build": "yarn run clean && yarn run build",
"reinstall": "yarn run clean && rimraf node_modules && rimraf yarn.lock && yarn install",
"ud-fontello": "rimraf .fontello-session && fontello-cli --config src/fontello/config.json --css src/fontello/css --font src/fontello/font install",
"ud-cover": "npx tsx -r dotenv/config ./scripts/ud_images.ts dotenv_config_path=.env.local --a cover --pid",
"ud-icon": "npx tsx -r dotenv/config ./scripts/ud_images.ts dotenv_config_path=.env.local --a icon --pid",
"ud-cover-all": "npx tsx -r dotenv/config ./scripts/ud_images.ts dotenv_config_path=.env.local --a cover-all",
"ud-icon-all": "npx tsx -r dotenv/config ./scripts/ud_images.ts dotenv_config_path=.env.local --a icon-all",
"ud-images-post": "npx tsx -r dotenv/config ./scripts/ud_images.ts dotenv_config_path=.env.local --a images-in-post --pid",
"getlib": "git submodule update --recursive --remote"
},
"dependencies": {
"@fisch0920/medium-zoom": "^1.0.7",
"@giscus/react": "^3.0.0",
"@headlessui/react": "^2.0.4",
"@matejmazur/react-katex": "^3.1.3",
"@notionhq/client": "2.2.11",
"@tailwindcss/typography": "^0.5.9",
"@vercel/analytics": "^1.0.2",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "10.4.14",
"classnames": "^2.3.2",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.3",
"fs": "^0.0.1-security",
"fuse.js": "^7.0.0",
"geopattern": "1",
"katex": "^0.16.10",
"lodash": "^4.17.21",
"mermaid": "^10.9.3",
"moment": "^2.29.4",
"next": "^14.2.10",
"next-sitemap": "^4.1.8",
"notion-client": "^6.16.0",
"notion-types": "^6.16.0",
"notion-utils": "^6.16.0",
"open-graph-scraper": "^6.2.2",
"p-memoize": "^7.1.1",
"prismjs": "^1.29.0",
"react": "^18.3.1",
"react-copy-to-clipboard": "5.1.0",
"react-dom": "^18.3.1",
"react-fast-compare": "^3.2.2",
"react-hotkeys-hook": "^4.4.1",
"react-image": "^4.1.0",
"react-lazy-images": "^1.1.0",
"react-snap-carousel": "^0.3.2",
"react-syntax-highlighter": "15.5.0",
"react-tooltip": "^5.28.0",
"sharp": "^0.32.5",
"slugify": "^1.6.6",
"swr": "^2.2.2",
"typescript": "5.1.3",
"url-metadata": "^4.1.1"
},
"devDependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/lodash": "^4.14.195",
"@types/node": "20.2.5",
"@types/prismjs": "^1.26.0",
"@types/react": "18.2.9",
"@types/react-copy-to-clipboard": "5.0.5",
"@types/react-dom": "18.2.4",
"@types/react-syntax-highlighter": "15.5.7",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"chalk": "5.3.0",
"cloudinary": "^1.40.0",
"dotenv": "^16.1.4",
"encoding": "^0.1.13",
"eslint-config-prettier": "^8.8.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-tailwindcss": "^3.12.1",
"eslint-plugin-unicorn": "^49.0.0",
"eslint-plugin-unused-imports": "^3.1.0",
"postcss": "8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.3.0",
"rimraf": "^5.0.1",
"sass": "^1.63.3",
"tailwindcss": "3.3.2",
"yargs": "^17.7.2"
}
}