-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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": "playground",
"version": "1.0.0",
"description": "playground",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jgoodhcg/playground.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jgoodhcg/playground/issues"
},
"homepage": "https://github.com/jgoodhcg/playground#readme",
"dependencies": {
"@js-joda/core": "1.12.0",
"@js-joda/locale_en-us": "3.1.1",
"@js-joda/timezone": "2.2.0",
"@nivo/line": "^0.62.0",
"create-react-class": "^15.6.3",
"highlight.js": "11.1.0",
"katex": "^0.12.0",
"markdown-it": "12.2.0",
"markdown-it-block-image": "0.0.3",
"markdown-it-sidenote": "git+https://github.com/gerwitz/markdown-it-sidenote.git",
"markdown-it-texmath": "0.9.1",
"markdown-it-toc-done-right": "4.2.0",
"nbb": "^0.7.135",
"p5": "^1.6.0",
"punycode": "2.1.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"shadow-cljs": "^2.11.1",
"suncalc": "^1.9.0"
}
}