-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.53 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
51
52
53
54
55
56
57
58
59
60
{
"name": "reveal.js-verticator",
"version": "1.2.6",
"description": "A plugin for Reveal.js that adds indicators to show the amount of slides in a vertical stack",
"keywords": [
"reveal",
"reveal.js",
"reveal-plugin",
"plugin",
"vertical bullets",
"fullPage.js"
],
"main": "plugin/verticator/verticator.js",
"module": "plugin/verticator/verticator.esm.js",
"author": {
"name": "Martijn De Jongh (Martino)",
"email": "[email protected]",
"web": "https://martinomagnifico.github.io",
"username": "martinomagnifico"
},
"repository": {
"type": "git",
"url": "git://github.com/martinomagnifico/reveal.js-verticator.git"
},
"functionname": "Verticator",
"license": "MIT",
"scripts": {
"start": "gulp demo",
"build": "NODE_ENV=prod gulp build"
},
"overrides": {
"pug": "3.0.3"
},
"browserslist": "> 2%, not dead",
"devDependencies": {
"@babel/preset-env": "^7.23.2",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"browser-sync": "^3.0.2",
"del": "^5.1.0",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-plumber": "^1.2.1",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-tap": "^2.0.0",
"merge-stream": "^2.0.0",
"rollup": "^4.22.5",
"sass": "^1.63.6"
},
"dependencies": {
"reveal.js": "^5.0.4"
},
"copydependencies": [
"reveal.js"
]
}