forked from streamlit/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 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
84
85
86
87
88
89
90
91
{
"name": "streamlit-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"sitemap": "next-sitemap",
"start": "next start",
"export": "next build && next export",
"offline-docs": "node ./scripts/build-offline-docs.js && node ./scripts/merge-pdfs.js",
"prepare": "husky install"
},
"dependencies": {
"16": "0.0.2",
"@mapbox/rehype-prism": "^0.7.0",
"@svgr/webpack": "^6.2.1",
"algoliasearch": "^3.35.1",
"dotenv": "^10.0.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^1.7.0",
"file-loader": "^6.2.0",
"focus-trap-react": "^8.8.1",
"framer-motion": "^4.1.17",
"frontmatter-markdown-loader": "^3.6.3",
"fs": "0.0.1-security",
"gray-matter": "^4.0.3",
"html-to-text": "^8.0.0",
"is-pdf-valid": "^0.0.1",
"lodash": "^4.17.21",
"markdown-it": "^12.3.2",
"netlify-plugin-cache-nextjs": "^1.6.1",
"next": "^12.1.0",
"next-mdx-remote": "^3.0.6",
"next-remote-watch": "^1.0.0",
"next-sitemap": "^1.6.189",
"node-html-parser": "^4.1.5",
"nprogress": "^0.2.0",
"pdf-merger-js": "^3.4.0",
"prettier": "^2.4.1",
"prismjs": "^1.27.0",
"puppeteer": "^14.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-instantsearch-dom": "^6.12.1",
"react-intersection-observer": "^8.32.1",
"react-markdown": "^6.0.3",
"react-responsive": "^8.2.0",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.2",
"rehype-autolink-headings": "^5.1.0",
"rehype-raw": "^5.1.0",
"rehype-slug": "^4.0.1",
"rehype-toc": "^3.0.2",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.2",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.1.0",
"remark-unwrap-images": "^3.0.1",
"sass": "^1.42.1",
"slick-carousel": "^1.8.1",
"slugify": "^1.6.1",
"tailwindcss": "^3.0.1",
"@tryghost/content-api": "1.11.10",
"unified": "^9.2.2",
"uuid": "^8.3.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"autoprefixer": "^10.4.0",
"husky": "^7.0.0",
"postcss": "^8.4.4",
"pretty-quick": "^3.1.1"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}