forked from nevercodealone/talks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 859 Bytes
/
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
{
"name": "talks.nevercodealone.de",
"version": "1.0.0",
"description": "NCA Employer Branding presentations",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode production",
"clean": "rimraf docs && rimraf node_modules/.cache",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Never Code Alone",
"license": "MIT",
"dependencies": {
"ejs": "^3.1.9",
"highlight.js": "^11.9.0",
"reveal.js": "^5.0.1",
"underscore": "^1.13.6"
},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.8.1",
"ejs-compiled-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.3",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}