-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.31 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.31 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc",
"reference": "npx citation-js -i ./config/bibtexRef.bib -o ./config/MyReferences"
},
"dependencies": {
"@mdx-js/loader": "^1.6.21",
"@next/mdx": "^10.0.1",
"babel-plugin-import-glob-array": "^0.2.0",
"isomorphic-unfetch": "3.0.0",
"next": "^10.0.6",
"next-mdx-enhanced": "^5.0.0",
"next-themes": "0.0.10",
"polished": "^4.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-flickity-component": "^3.4.0",
"react-icons": "^3.11.0",
"react-linkify": "^1.0.0-alpha",
"react-tooltip": "^4.2.7",
"reading-time": "^1.2.0",
"remark-autolink-headings": "^6.0.1",
"remark-containers": "^1.2.0",
"remark-slug": "^6.0.0",
"remark-unwrap-images": "^2.0.0",
"styled-components": "^5.2.1"
},
"devDependencies": {
"@types/heatmap.js": "^2.0.36",
"@types/mdx-js__react": "^1.5.3",
"@types/node": "^14.14.7",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.9",
"@types/react-linkify": "^1.0.0",
"@types/styled-components": "^5.1.4",
"babel-plugin-styled-components": "^1.11.1",
"sass": "^1.29.0",
"typescript": "4.0.5"
},
"license": "ISC"
}