forked from Light-and-Health-Research-Center/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.69 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.69 KB
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": "with-tailwindcss",
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "husky install",
"lint": "node scripts/cache.js && next lint",
"dev": "node scripts/cache.js && next dev",
"build": "node scripts/cache.js && next build",
"postbuild": "next-sitemap",
"start": "node scripts/cache.js && next start",
"cache-docs": "node scripts/cache.js"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@icons-pack/react-simple-icons": "^4.6.1",
"@jsdevtools/rehype-toc": "^3.0.2",
"@primer/octicons-react": "^14.2.2",
"@tailwindcss/line-clamp": "^0.2.1",
"dotenv": "^10.0.0",
"esbuild": "^0.12.15",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"husky": "^7.0.1",
"mdx-bundler": "^5.0.0",
"mdx-prism": "^0.3.3",
"next": "latest",
"next-mdx-remote": "^3.0.2",
"next-sitemap": "^1.6.133",
"node-fetch": "^2.6.1",
"octicons-react": "^1.0.9",
"prism-material-themes": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rehype": "^11.0.0",
"rehype-autolink-headings": "^5.1.0",
"rehype-katex": "^5.0.0",
"rehype-parse": "^7.0.1",
"rehype-slug": "^4.0.1",
"rehype-stringify": "^8.0.0",
"rehype-urls": "^1.1.1",
"remark-math": "3.0.1",
"remark-parse": "^9.0.0",
"remark-prism": "^1.3.6",
"rollup": "^2.53.0",
"slugify": "^1.5.3",
"tailwind-scrollbar-hide": "^1.0.3",
"typescript": "^4.3.5"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.0",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}