-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.81 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
{
"name": "cms-datocms",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@datocms/cma-client-browser": "^1.2.9",
"@docsearch/react": "^3.3.3",
"@headlessui/react": "^1.7.13",
"@tanstack/react-table": "^8.5.11",
"@vercel/analytics": "^0.1.11",
"ahooks": "^3.7.6",
"algoliasearch": "^4.16.0",
"classnames": "2.3.1",
"datocms-structured-text-to-plain-text": "^2.0.4",
"dayjs": "^1.11.5",
"lightgallery": "^2.5.0",
"lodash": "^4.17.21",
"markdown-it": "^14.0.0",
"markdown-it-anchor": "^8.6.7",
"mdast-util-toc": "^6.1.0",
"next": "^12.2.0",
"react": "^17.0.2",
"react-copy-to-clipboard": "^5.1.0",
"react-datocms": "^4.0.10",
"react-dom": "^17.0.2",
"react-highlight-words": "^0.18.0",
"react-instantsearch-hooks-web": "^6.42.0",
"react-spring": "^9.4.5",
"react-syntax-highlighter": "^15.5.0",
"tiny-json-http": "^7.3.1",
"unist-builder": "^3.0.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^4.1.3",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.0",
"@types/lodash": "^4.14.191",
"@types/markdown-it": "^13.0.7",
"@types/node": "^18.0.0",
"@types/react": "^17.0.47",
"@types/react-copy-to-clipboard": "^5.0.3",
"@types/react-dom": "^17.0.2",
"@types/react-highlight-words": "^0.16.4",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/react-syntax-highlighter": "^15.5.2",
"@types/tiny-json-http": "^7.3.1",
"dotenv": "14.3.0",
"postcss-preset-env": "^7.2.3",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"sass": "^1.53.0",
"tailwindcss": "^3.0.16",
"typescript": "^4.7.4"
}
}