-
-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
102 lines (102 loc) · 3.09 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
{
"name": "appflowy-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --quiet",
"format:write": "prettier --write \"**/*.{css,js,json,jsx,ts,tsx}\"",
"format": "prettier \"**/*.{css,js,json,jsx,ts,tsx}\"",
"test": "NODE_ENV=test cypress open",
"test:headless": "NODE_ENV=test cypress run --browser chrome",
"generate-sitemap": "node scripts/generate-sitemap.js"
},
"devDependencies": {
"@types/lodash-es": "^4.17.8",
"@types/node": "20.6.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-lottie": "^1.2.7",
"@types/react-transition-group": "^4.4.7",
"@types/rss": "^0.0.32",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"chalk": "^4.1.2",
"cypress": "^12.17.3",
"dotenv": "^16.3.1",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"prettier": "^2.8.2",
"prettier-plugin-tailwindcss": "^0.2.1"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/material": "^5.14.5",
"@next/mdx": "^14.2.13",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"axios-cache-interceptor": "^1.3.0",
"axios-mock-adapter": "^2.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.9",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.6",
"docx-preview": "^0.3.2",
"docx-templates": "^4.13.0",
"framer-motion": "^8.4.2",
"gray-matter": "^4.0.3",
"highlight.js": "^11.10.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lottie-web": "^5.12.2",
"mdast-util-toc": "^7.1.0",
"mime-types": "^2.1.35",
"next": "14.2.7",
"next-mdx-remote": "^5.0.0",
"next-seo": "^6.6.0",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.4.2",
"node-cache": "^5.1.2",
"postcss": "8.4.29",
"prism-react-renderer": "^2.4.0",
"prismjs": "^1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.46.2",
"react-lottie": "^1.2.3",
"react-markdown": "^9.0.1",
"react-medium-image-zoom": "^5.2.10",
"react-transition-group": "^4.4.5",
"react-use": "^17.5.1",
"rehype-highlight": "^5.0.2",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-stringify": "^11.0.0",
"rss": "^1.2.2",
"sass": "^1.66.1",
"slugify": "^1.6.6",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2",
"ua-parser-js": "^1.0.35",
"ui": "^0.2.4",
"unified": "^11.0.5"
}
}