-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.2 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
{
"name": "reveal.js-gamepad-plugin",
"version": "1.0.0",
"description": "Use gamepad to control your presentation.",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/bibixx/frontend-boilerplate"
},
"author": "bibixx",
"license": "MIT",
"dependencies": {
"babel-preset-es2015": "^6.18.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.2",
"browser-sync-client-transition": "gist:e6ad215ccff2c6788c584770df9f0f09",
"browserify": "^13.1.1",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-pug": "^3.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.1",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.11",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"yargs": "^6.4.0"
},
"devDependencies": {
"eslint": "^3.9.0",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.7.1"
}
}