forked from holochain-immersive/holochain-lesson-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.01 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
{
"name": "holochain-lesson-2",
"description": "Webcomponent slides-sl following open-wc recommendations",
"license": "MIT",
"author": "[email protected]",
"version": "0.0.0",
"scripts": {
"build": "rimraf dist && rollup -c rollup.config.js",
"start": "web-dev-server"
},
"dependencies": {
"reveal.js": "^4.3.1",
"reveal.js-animate-fragments": "^0.0.12",
"reveal.js-eliminate-empty-lines": "^0.0.6",
"reveal.js-nested-fragments": "^0.0.2",
"typed-js": "^0.2.3"
},
"devDependencies": {
"@babel/preset-env": "^7.16.4",
"@open-wc/building-rollup": "^2.0.1",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^18.1.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@web/dev-server": "^0.1.28",
"@web/dev-server-rollup": "^0.3.18",
"@web/rollup-plugin-html": "^1.10.1",
"babel-plugin-template-html-minifier": "^4.1.0",
"deepmerge": "^4.2.2",
"rimraf": "^3.0.2",
"rollup": "^2.60.0",
"rollup-plugin-terser": "^7.0.2"
}
}