forked from blakeanedved/revealjs-react
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.48 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
41
42
43
44
45
46
47
48
49
50
{
"name": "@gregcello/revealjs-react-monorepo",
"private": true,
"version": "0.4.7",
"description": "A Typescript/React wrapper for the RevealJS Presentation Library.",
"keywords": [
"React",
"Reveal.js"
],
"workspaces": [
"packages/*"
],
"scripts": {
"build": "yarn workspace @gregcello/revealjs-react build",
"release": "yarn workspace @gregcello/revealjs-react release",
"demo": "yarn workspace demo start"
},
"devDependencies": {
"@babel/cli": "7.12.10",
"@babel/core": "7.12.10",
"@babel/node": "7.12.10",
"@babel/preset-env": "7.12.11",
"@babel/preset-react": "7.12.10",
"@babel/preset-typescript": "7.12.7",
"@rollup/plugin-babel": "5.2.2",
"@rollup/plugin-node-resolve": "11.0.1",
"@types/prismjs": "1.16.2",
"@types/react": "17.0.0",
"@typescript-eslint/eslint-plugin": "4.11.0",
"@typescript-eslint/parser": "^4.11.1",
"babel-plugin-macros": "^3.0.1",
"babel-plugin-module-resolver": "4.1.0",
"eslint": "7.16.0",
"eslint-config-airbnb": "18.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-react": "7.21.5",
"eslint-plugin-react-hooks": "4.2.0",
"postcss": "8.2.3",
"prismjs": "1.23.0",
"prettier": "2.2.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"reveal.js": "4.0.2",
"rollup": "2.35.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.0",
"typescript": "4.1.3"
}
}