-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "revealjs-awesomd",
"version": "1.0.0",
"description": "Revealjs plugin to support markdown with metadata and templates",
"scripts": {
"build": "gulp build-plugins",
"test:unit": "jest",
"lint": "gulp lint",
"lint:fix": "gulp format"
},
"repository": {
"type": "git",
"url": "https://github.com/JankariTech/revealjs-awesoMD.git"
},
"keywords": [
"reveal",
"plugin"
],
"author": "JankariTech",
"license": "",
"homepage": "https://github.com/JankariTech/revealjs-awesoMD#readme",
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@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",
"babel-jest": "^29.7.0",
"babel-plugin-transform-html-import-to-string": "^2.0.0",
"babel-plugin-transform-import-meta": "^2.2.1",
"core-js": "^3.36.1",
"front-matter": "^4.0.2",
"gulp": "^5.0.0",
"gulp-eslint": "^6.0.0",
"gulp-prettier": "^5.0.0",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"marked": "^4.3.0",
"mustache": "^4.2.0",
"rollup": "^4.14.1"
}
}