-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.12 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
{
"name": "ding.one",
"version": "2023.0.50",
"description": "Product designer & design-focused engineer.",
"author": "Ding <[email protected]>",
"private": "true",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier './**/*.{js,jsx,ts,tsx,json,md,mdx}' --write"
},
"keywords": [
"next"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dingyi/ding.one"
},
"dependencies": {
"@acab/reset.css": "^0.11.0",
"@calcom/embed-react": "1.5.1",
"@next/font": "^14.2.15",
"@notionhq/client": "1.0.4",
"@plaiceholder/next": "3.0.0",
"@radix-ui/colors": "3.0.0",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-tooltip": "1.1.4",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@raycast/utils": "1.18.1",
"@stitches/react": "1.2.8",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"clsx": "2.1.1",
"cmdk": "1.0.4",
"copy-to-clipboard": "3.3.3",
"date-fns": "4.1.0",
"dayjs": "1.11.13",
"framer-motion": "11.13.5",
"next": "15.1.0",
"next-plausible": "3.12.4",
"next-pwa": "5.6.0",
"next-restore-scroll": "1.2.1",
"next-seo": "6.6.0",
"next-themes": "0.4.4",
"next-usequerystate": "1.20.0",
"plaiceholder": "3.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-github-calendar": "4.5.1",
"react-live-clock": "^6.1.25",
"react-use": "17.6.0",
"rehype-pretty-code": "0.14.0",
"sharp": "0.33.5",
"shiki": "1.24.2",
"swr": "2.2.5",
"tinykeys": "3.0.0",
"use-onclickoutside": "0.4.1"
},
"devDependencies": {
"@types/react": "19.0.1",
"eslint": "9.16.0",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.2",
"prettier": "3.4.2",
"rehype-autolink-headings": "7.1.0",
"rehype-slug": "6.0.0",
"remark-gfm": "4.0.0",
"typescript": "5.7.2"
},
"packageManager": "[email protected]"
}