forked from life-itself/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.68 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
{
"name": "@flowershow/template",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "cross-env NODE_OPTIONS='--experimental-json-modules --experimental-modules' node ./scripts/search.mjs",
"start": "next start",
"export": "npm run build && next export"
},
"dependencies": {
"@docsearch/react": "^3.2.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.4",
"@silvenon/remark-smartypants": "^1.0.0",
"@splidejs/react-splide": "^0.7.12",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.2",
"clsx": "^1.2.1",
"contentlayer": "^0.2.8",
"crypto-js": "^4.1.1",
"d3": "^7.6.1",
"d3-ternary": "^2.0.14",
"date-fns": "^2.29.2",
"fuse.js": "^6.6.2",
"gray-matter": "^4.0.3",
"hastscript": "^7.0.2",
"itemsjs": "^2.1.15",
"kbar": "^0.1.0-beta.37",
"mdx-mermaid": "^2.0.0-rc5",
"mermaid": "9.3.0",
"next": "^13.0.4",
"next-contentlayer": "^0.2.9",
"next-seo": "^5.14.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-aria": "^3.20.0",
"react-dom": "^18.2.0",
"react-stately": "^3.18.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-mathjax": "^4.0.2",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "^5.0.1",
"remark-callouts": "^2.0.0",
"remark-embed-plus": "^1.0.4",
"remark-gfm": "^3.0.0",
"remark-math": "^5.1.1",
"remark-smartypants": "^2.0.0",
"remark-toc": "^8.0.1",
"remark-wiki-link-plus": "^1.1.1"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"cross-env": "^7.0.3",
"postcss": "^8.4.12",
"tailwindcss": "^3.1.8"
}
}