-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.15 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.15 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
{
"name": "amcircle-site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "yarn && next dev",
"build": "yarn && next build",
"start": "yarn && next start"
},
"dependencies": {
"@akebifiky/remark-simple-plantuml": "^1.0.1",
"@mavrin/remark-typograf": "^2.1.6",
"@mdx-js/loader": "^1.6.21",
"@mdx-js/runtime": "^1.6.22",
"@next/bundle-analyzer": "^10.0.4",
"@next/mdx": "^10.0.3",
"bootstrap": "^4.5.3",
"citation-js": "^0.5.0-alpha.9",
"csv-parse": "^4.14.2",
"framer-motion": "^2.9.4",
"fuse.js": "^6.4.3",
"github-slugger": "^1.3.0",
"globby": "^11.0.1",
"gray-matter": "^4.0.2",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"next": "10.0.3",
"next-mdx-remote": "^1.0.0",
"next-seo": "^4.17.0",
"nprogress": "^0.2.0",
"plotly.js": "^1.57.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-plotly.js": "^2.5.0",
"rehype-highlight": "^4.0.0",
"rehype-katex": "3.1.0",
"remark-emoji": "^2.1.0",
"remark-math": "3.0.1",
"remark-slug": "^6.0.0",
"sass": "^1.29.0",
"swr": "^0.3.9",
"unist-util-visit": "^2.0.3"
}
}