-
Notifications
You must be signed in to change notification settings - Fork 72
/
package.json
56 lines (56 loc) · 1.62 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
{
"name": "revealjs.com",
"version": "1.0.0",
"description": "The official reveal.js website",
"scripts": {
"test": "mdspell -r -n -a --en-us 'src/*.md' 'src/**/*.md'",
"start": "NODE_ENV=development yarn eleventy --config=eleventy.config.js --serve & gulp",
"dev": "yarn start",
"production": "NODE_ENV=production gulp build && NODE_ENV=production yarn eleventy --config=eleventy.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reveal/revealjs.com.git"
},
"keywords": [],
"author": {
"name": "Hakim El Hattab",
"email": "[email protected]",
"web": "https://hakim.se"
},
"license": "MIT",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"add": "^2.0.6",
"anchor-js": "^5.0.0",
"autoprefixer": "^10.4.16",
"babel-loader": "^9.1.3",
"cssnano": "^6.0.1",
"gulp": "^4.0.2",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"html-minifier": "^4.0.0",
"lodash": "^4.17.15",
"lunr": "^2.3.8",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-spellcheck": "^1.3.1",
"normalize.css": "^8.0.1",
"postcss": "^8.4.7",
"prettier": "^3.2.5",
"prism-themes": "^1.4.0",
"sass": "^1.69.4",
"tailwindcss": "^3.3.5",
"webpack": "^5.89.0",
"webpack-stream": "^7.0.0",
"yarn": "^1.22.19"
},
"dependencies": {
"eleventy-plugin-i18n": "^0.1.3",
"highlight.js": "^11.9.0",
"reveal.js": "github:hakimel/reveal.js#master"
}
}