forked from cardano-foundation/cf-cip-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.57 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
{
"name": "template-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "node scripts/fetchMainBranch.mjs && node scripts/fetchPullRequests.mjs && node scripts/createAuthorsArray.mjs && node scripts/fetchGithubContributors.mjs && node scripts/fetchGithubLabels.mjs && node scripts/fetchGithubData.mjs && next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.2",
"@types/mdx": "^2.0.10",
"contentlayer": "^0.3.4",
"dotenv": "^16.3.1",
"jsdom": "^24.1.0",
"next": "^14.0",
"next-contentlayer": "^0.3.4",
"node-fetch": "^3.3.2",
"query-string": "^8.1.0",
"react": "^18",
"react-dom": "^18",
"react-tooltip": "^5.24.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.10.2",
"rehype-slug": "^6.0.0",
"remark-comment": "^1.0.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5",
"shiki": "^0.14.5",
"unist-util-visit": "^5.0.0",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "18.2.34",
"autoprefixer": "^10",
"cypress": "^13",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.5",
"tailwindcss": "^3"
}
}