forked from buttondown/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 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
{
"name": "buttondown-docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint--fix": "next lint --fix",
"storybook": "start-storybook -p 6006",
"build:storybook": "build-storybook",
"build:search": "babel-node scripts/compile-search-results.js",
"prebuild": "npm run build:storybook && npm run build:search",
"shell": "node",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^11.0.1",
"cookies-next": "^2.1.1",
"fathom-client": "^3.0.0",
"lunr": "^2.3.9",
"next": "^11.1.0",
"next-mdx-frontmatter": "^0.0.4",
"prism-react-renderer": "^1.2.1",
"prismjs": "^1.24.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hotkeys": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.6",
"@babel/node": "^7.14.7",
"@storybook/addon-actions": "^6.3.4",
"@storybook/addon-essentials": "^6.3.4",
"@storybook/addon-links": "^6.3.4",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/react": "^6.3.4",
"@types/lunr": "^2.3.4",
"@types/mdx-js__react": "^1.5.4",
"@types/node": "^16.0.0",
"@types/prismjs": "^1.16.6",
"@types/react": "^17.0.13",
"autoprefixer": "^10.4.1",
"babel-loader": "^8.2.2",
"eslint": "7.30.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint-plugin-unused-imports": "^1.1.2",
"gray-matter": "^4.0.3",
"husky": "^7.0.0",
"postcss": "^8.4.5",
"prettier": "^2.3.2",
"remark": "^12.0.1",
"remark-html": "^15.0.1",
"remark-mdx": "^1.6.22",
"tailwindcss": "^3.0.8",
"typescript": "^4.3.5"
}
}