-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
83 lines (83 loc) · 2.49 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
{
"name": "tier-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "tinacms dev -c \"next dev\"",
"build": "tinacms build && tinacms build && next build",
"start": "tinacms build && tinacms build && next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"commit": "cz",
"knip": "knip"
},
"dependencies": {
"@algolia/autocomplete-core": "^1.8.3",
"@algolia/autocomplete-preset-algolia": "^1.8.3",
"@badrap/bar-of-progress": "^0.2.2",
"@headlessui/react": "^1.7.13",
"@mdx-js/loader": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@next/mdx": "^13.2.4",
"@sindresorhus/slugify": "^2.2.0",
"@tailwindcss/typography": "^0.5.9",
"@tinacms/cli": "^1.5.31",
"@vercel/og": "^0.5.8",
"abstract-syntax-tree": "^2.20.7",
"acorn": "^8.8.2",
"algoliasearch": "^4.17.0",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
"eslint": "8.37.0",
"eslint-config-next": "13.2.4",
"focus-visible": "^5.2.0",
"framer-motion": "^10.11.2",
"gray-matter": "^4.0.3",
"mdast-util-to-string": "^3.2.0",
"mdx-annotations": "^0.1.2",
"minimatch": "^9.0.1",
"next": "13.2.4",
"next-mdx-remote": "^4.4.1",
"next-plausible": "^3.7.2",
"next-seo": "^6.0.0",
"postcss": "8.4.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"recma-nextjs-static-props": "^1.0.0",
"rehype-mdx-title": "^2.0.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"shiki": "^0.14.1",
"simple-functional-loader": "^1.2.1",
"stringify-object": "^5.0.0",
"tailwindcss": "3.3.1",
"tinacms": "^1.5.22",
"unist-util-visit": "^4.1.2",
"zustand": "^4.3.7"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@commitlint/cz-commitlint": "^17.5.0",
"@storybook/addon-essentials": "^7.0.23",
"@storybook/addon-interactions": "^7.0.23",
"@storybook/addon-links": "^7.0.23",
"@storybook/blocks": "^7.0.23",
"@storybook/nextjs": "^7.0.23",
"@storybook/react": "^7.0.23",
"@storybook/testing-library": "^0.0.14-next.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.3",
"knip": "^2.13.0-next-webpack.0",
"storybook": "^7.0.23"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}