-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.41 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
{
"name": "fed-munich-2021-spring",
"version": "1.0.0",
"engines": {
"node": "14",
"npm": "7"
},
"description": "Slides and material for the Frontend-Development course at ReDI School Munich, Spring 2021",
"scripts": {
"build": "webpack --config webpack.prod.js",
"start": "webpack serve --config webpack.dev.js",
"start:open": "webpack serve --config webpack.dev.js --open --open-page lessons",
"watch": "webpack --watch --config webpack.dev.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ReDI-Munich-Frontend/fed-munich-2021-spring.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ReDI-Munich-Frontend/fed-munich-2021-spring/issues"
},
"homepage": "https://github.com/ReDI-Munich-Frontend/fed-munich-2021-spring#readme",
"dependencies": {
"reveal.js": "^4.1.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.0",
"file-loader": "^6.2.0",
"glob": "^7.1.6",
"html-loader": "^2.1.1",
"html-webpack-plugin": "^5.2.0",
"jsdom": "^16.4.0",
"node-sass": "^5.0.0",
"raw-loader": "^4.0.2",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2",
"webpack-merge": "^5.7.3"
}
}