-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "buckaroo-browser2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "yarn build && next export && touch out/.nojekyll && cp CNAME out",
"deploy": "yarn gh-pages -t -d out",
"start": "next start"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.5.0",
"@mdx-js/runtime": "^1.6.22",
"flexsearch": "nextapps-de/flexsearch",
"frontmatter": "^0.0.3",
"fuse": "^0.4.0",
"fuse.js": "^6.4.6",
"fuzzy-search": "^3.2.1",
"glob-promise": "^3.4.0",
"next": "10.0.4",
"prismjs": "^1.23.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-markdown": "^5.0.3",
"react-select": "^3.2.0",
"react-syntax-highlighter": "^15.4.3",
"remark-gfm": "^1.0.0",
"semver": "^7.3.4",
"toml": "^3.0.0"
},
"devDependencies": {
"gh-pages": "^3.1.0",
"isomorphic-git": "^1.8.0",
"mkdirp": "^1.0.4",
"next-mdx-enhanced": "^5.0.0",
"superagent": "^6.1.0",
"superagent-throttle": "^1.0.1"
}
}