This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
66 lines (66 loc) · 1.83 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
{
"name": "beam-developers",
"version": "2.0.0",
"description": "Centralized hub for all things related to Beam development",
"main": "gulp",
"scripts": {
"lint:js": "eslint .",
"lint:pug": "pug-lint src",
"lint:json": "gulp lint-json",
"lint": "npm-run-all --parallel lint:js lint:pug lint:json",
"test": "npm run lint",
"build": "gulp",
"build:internal": "gulp internal",
"rebuild": "gulp recompile",
"start": "http-server -p 8000 dist",
"watch": "gulp watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixer/developers.git"
},
"author": "Beam Interactive, Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixer/developers/issues"
},
"homepage": "https://github.com/mixer/developers#readme",
"devDependencies": {
"bluebird": "^3.4.1",
"bootstrap": "^3.3.7",
"config": "^1.21.0",
"del": "^2.2.0",
"eslint": "^2.13.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-consolidate": "^0.2.0",
"gulp-data": "^1.2.1",
"gulp-iconfont": "^8.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.1",
"gulp-less": "^3.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-html": "^1.0.6",
"gulp-pug": "^3.3.0",
"gulp-uglify": "^3.0.0",
"highlight.js": "^9.5.0",
"http-server": "^0.9.0",
"js-yaml": "^3.11.0",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"node-fetch": "^1.5.3",
"npm-run-all": "^4.0.2",
"pug-lint": "^2.2.2",
"raml-1-parser": "^0.2.33",
"sticky-kit": "^1.1.3"
},
"optionalDependencies": {
"@mcph/beam-common": "^5.0.7"
}
}