-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
executable file
·78 lines (78 loc) · 2.21 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "reveal.js-boilerplate",
"title": "reveal.js-boilerplate",
"version": "1.0.0",
"description": "A simple and comfortable way to make a presentation.",
"main": "dist/index.html",
"license": "MIT",
"repositoryName": "reveal.js-boilerplate",
"repository": "git+ssh://[email protected]/w3tec/reveal.js-boilerplate.git",
"homepage": "https://w3tecch.github.io/reveal.js-boilerplate",
"author": "w3tec.ch <[email protected]>",
"contributors": [
{
"name": "Gery Hirschfeld",
"email": "[email protected]",
"url": "https://github.com/hirsch88"
},
{
"name": "David Weber",
"email": "[email protected]",
"url": "https://github.com/dweber019"
}
],
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"start": "nps",
"test": "echo no tests"
},
"dependencies": {
"@fortawesome/fontawesome": "1.1.4",
"@fortawesome/fontawesome-free-solid": "5.0.8",
"bluebird": "3.5.1",
"favicons-webpack-plugin": "0.0.7",
"highlight.js": "9.12.0",
"jquery": "3.3.1",
"reveal.js": "3.6.0"
},
"devDependencies": {
"autoprefixer": "7.1.2",
"babel-core": "6.25.0",
"babel-eslint": "7.2.3",
"babel-jest": "20.0.3",
"babel-loader": "7.1.1",
"babel-plugin-istanbul": "4.1.4",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-decorators-legacy": "1.3.4",
"babel-polyfill": "6.23.0",
"babel-preset-env": "1.6.0",
"babel-register": "6.24.1",
"copy-webpack-plugin": "4.0.1",
"cross-env": "5.0.1",
"css-loader": "0.28.4",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.9.0",
"expose-loader": "0.7.3",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"gh-pages": "1.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "2.29.0",
"http-server": "0.10.0",
"json-loader": "0.5.4",
"node-sass": "4.7.2",
"nps": "5.6.0",
"nps-utils": "1.2.0",
"postcss-loader": "2.0.6",
"raw-loader": "0.5.1",
"sass-loader": "6.0.7",
"style-loader": "0.18.2",
"url-loader": "0.5.9",
"wait-on": "2.0.2",
"webpack": "3.3.0",
"webpack-dev-server": "2.5.1"
}
}