forked from marko-knoebl/slides
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.11 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
{
"scripts": {
"build": "npx babel-node ./build/mainNew.ts --extensions \".ts,.tsx\"",
"build-prof": "npx babel-node ./build/mainNew.ts --extensions \".ts,.tsx\" --prof"
},
"license": "CC-BY-SA-4.0",
"dependencies": {
"@babel/core": "^7.13.15",
"@babel/node": "^7.13.13",
"@babel/preset-env": "^7.13.15",
"@babel/preset-react": "^7.13.13",
"@babel/preset-typescript": "^7.13.0",
"@karuga/rehype-slides": "^4.1.2",
"@karuga/remark-include": "^0.5.1",
"@karuga/reveal-theme-karuga": "^0.7.1",
"@types/node": "^14.14.37",
"@types/react-dom": "^17.0.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.1",
"rehype-highlight": "^4.0.0",
"rehype-inline": "^1.3.2",
"rehype-parse": "^7.0.1",
"rehype-raw": "^5.0.0",
"rehype-stringify": "^8.0.0",
"remark-parse": "^8.0.3",
"remark-rehype": "^8.0.0",
"remark-stringify": "^8.1.1",
"unified": "^9.2.0",
"upath": "^2.0.1",
"vfile": "^4.2.1"
},
"devDependencies": {
"eslint": "^7.11.0",
"eslint-plugin-node": "^11.1.0",
"prettier": "^2.1.2"
}
}