-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
63 lines (63 loc) · 1.75 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
61
62
63
{
"name": "reveal.js-appearance",
"version": "1.3.4",
"description": "An animation plugin for Reveal.js that animates elements sequentially like in Powerpoint. Perfect for online portfolios or other presentations with images.",
"keywords": [
"reveal",
"reveal.js",
"reveal-plugin",
"plugin",
"text effects",
"powerpoint"
],
"main": "plugin/appearance/appearance.js",
"module": "plugin/appearance/appearance.esm.js",
"browser": "plugin/appearance/appearance.js",
"author": {
"name": "Martijn De Jongh (Martino)",
"email": "[email protected]",
"web": "https://martinomagnifico.github.io",
"url": "https://martinomagnifico.github.io",
"username": "martinomagnifico"
},
"homepage": "https://github.com/Martinomagnifico/reveal.js-appearance",
"repository": {
"type": "git",
"url": "git://github.com/martinomagnifico/reveal.js-appearance.git"
},
"functionname": "Appearance",
"license": "MIT",
"scripts": {
"start": "gulp demo",
"build": "NODE_ENV=prod gulp build"
},
"overrides": {
"ws": "8.17.1"
},
"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.2.0",
"sass": "^1.63.6"
},
"dependencies": {
"reveal.js": "^5.0.4"
},
"copydependencies": [
"reveal.js"
]
}