-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.29 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
{
"name": "manage-slides",
"version": "0.2.8",
"description": "Centrally manage your slides by reveal.js",
"bin": {
"manage-slides": "./bin/index.js",
"ms": "./bin/index.js"
},
"keywords": [
"reveal.js",
"cli",
"command"
],
"author": {
"name": "MwumLi",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/MwumLi/manage-slides.git"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.9.6",
"core-js": "^3.6.5",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.3",
"file-loader": "^6.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^9.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"less-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.9.0",
"mustache": "^4.0.1",
"node-html-parser": "^1.2.17",
"node-notifier": "^7.0.1",
"reveal.js": "^4.0.0",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-inject-plugin": "^1.5.4",
"webpack-merge": "^4.2.2"
}
}