-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "presentations",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FriskyPaws/presentations.git"
},
"author": "",
"license": "",
"bugs": {
"url": "https://github.com/FriskyPaws/presentations/issues"
},
"homepage": "https://github.com/FriskyPaws/presentations#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/register": "^7.6.2",
"@types/node": "^12.7.12",
"@types/webpack": "^4.39.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"file-loader": "^4.2.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sass": "^4.0.2",
"mini-css-extract-plugin": "^0.8.0",
"resolve-url-loader": "^3.1.0",
"reveal.js": "^3.8.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"ts-loader": "^6.2.0",
"ts-node": "^8.4.1",
"typescript": "^3.6.4",
"url-loader": "^2.2.0",
"webpack": "^4.41.0",
"webpack-cli": "^3.3.9",
"webpack-dev-middleware": "^3.7.0",
"webpack-stream": "^5.2.1"
}
}