99 lines
2.2 KiB
JSON
99 lines
2.2 KiB
JSON
{
|
|
"name": "reveal.js",
|
|
"version": "4.1.0",
|
|
"description": "The HTML Presentation Framework",
|
|
"homepage": "https://revealjs.com",
|
|
"subdomain": "revealjs",
|
|
"main": "dist/reveal.js",
|
|
"module": "dist/reveal.esm.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "gulp test",
|
|
"start": "gulp serve",
|
|
"build": "gulp"
|
|
},
|
|
"author": {
|
|
"name": "Hakim El Hattab",
|
|
"email": "hakim.elhattab@gmail.com",
|
|
"web": "https://hakim.se"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/hakimel/reveal.js.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.0.0"
|
|
},
|
|
"keywords": [
|
|
"reveal",
|
|
"slides",
|
|
"presentation"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.6",
|
|
"@babel/preset-env": "^7.9.6",
|
|
"@rollup/plugin-babel": "^5.2.0",
|
|
"@rollup/plugin-commonjs": "^15.0.0",
|
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-plugin-transform-html-import-to-string": "0.0.1",
|
|
"colors": "^1.4.0",
|
|
"core-js": "^3.6.5",
|
|
"fitty": "^2.3.0",
|
|
"glob": "^7.1.6",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-clean-css": "^4.2.0",
|
|
"gulp-connect": "^5.7.0",
|
|
"gulp-eslint": "^6.0.0",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-tap": "^2.0.0",
|
|
"gulp-zip": "^5.0.1",
|
|
"highlight.js": "^10.0.3",
|
|
"marked": "^1.1.0",
|
|
"node-qunit-puppeteer": "^2.0.1",
|
|
"qunit": "^2.10.0",
|
|
"rollup": "^2.26.4",
|
|
"rollup-plugin-terser": "^7.0.0",
|
|
"yargs": "^15.1.0"
|
|
},
|
|
"browserslist": "> 0.5%, IE 11, not dead",
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true,
|
|
"es6": true
|
|
},
|
|
"parser": "babel-eslint",
|
|
"parserOptions": {
|
|
"sourceType": "module",
|
|
"allowImportExportEverywhere": true
|
|
},
|
|
"globals": {
|
|
"module": false,
|
|
"console": false,
|
|
"unescape": false,
|
|
"define": false,
|
|
"exports": false
|
|
},
|
|
"rules": {
|
|
"curly": 0,
|
|
"eqeqeq": 2,
|
|
"wrap-iife": [
|
|
2,
|
|
"any"
|
|
],
|
|
"no-use-before-define": [
|
|
2,
|
|
{
|
|
"functions": false
|
|
}
|
|
],
|
|
"new-cap": 2,
|
|
"no-caller": 2,
|
|
"dot-notation": 0,
|
|
"no-eq-null": 2,
|
|
"no-unused-expressions": 0
|
|
}
|
|
}
|
|
}
|