-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.07 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": "reveal.js-linkify",
"version": "1.0.2",
"description": "A Reveal.js plugin to automatically create links to online compilers",
"homepage": "https://alex-van-vliet.github.io/reveal.js-linkify/demo.html",
"repository": "github:alex-van-vliet/reveal.js-linkify",
"keywords": [
"reveal",
"reveal.js",
"reveal-plugin",
"reveal.js-plugin",
"plugin",
"online",
"compiler",
"godbolt"
],
"author": "Alex van Vliet <alex@vanvliet.pro>",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "gulp build"
},
"peerDependencies": {
"reveal.js": "^4.4.0"
},
"devDependencies": {
"@babel/preset-env": "^7.21.4",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.2",
"babel-plugin-transform-html-import-to-string": "^2.0.0",
"base-64": "^1.0.0",
"core-js": "^3.30.0",
"gulp": "^4.0.2",
"lodash": "^4.17.21",
"rollup": "^2.79.1",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-terser": "^7.0.2",
"utf8": "^3.0.0"
}
}