This repository has been archived by the owner on Sep 5, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
90 lines (90 loc) · 2.72 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
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "gitter-sidecar",
"version": "1.3.3",
"description": "An embeddable Gitter client.",
"main": "./dist/sidecar-module.js",
"repository": "https://github.com/gitterHQ/sidecar",
"engine": {
"node": "=4.8.6"
},
"scripts": {
"prepublish": "npm run build-module && npm run build",
"test": "gulp move-sidecar-dist-to-fixtures && npm run test-unformatted | tap-spec",
"test-unformatted": "babel-tape-runner test/button_present_test.js",
"devbuild": "webpack --watch --progress",
"build": "webpack -p",
"build-module": "webpack -p --config ./webpack.sidecar-module.config.js",
"build-microsite": "gulp build-microsite",
"devbuild-microsite": "gulp build-microsite --dev",
"start-microsite": "babel-node ./microsite/server/server.js",
"deploy-sidecar": "gulp deploy-sidecar",
"deploy-microsite": "gulp deploy-microsite"
},
"author": "The Gitter Team",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.3.1",
"babel-cli": "^6.4.5",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-tape-runner": "^2.0.0",
"bluebird": "^3.2.2",
"classnames": "^2.2.3",
"css-loader": "^0.23.1",
"csswring": "^4.2.1",
"del": "^2.2.0",
"express": "^4.13.4",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-gzip": "^1.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.0",
"gulp-util": "^3.0.6",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"npm": "^3.7.2",
"postcss": "^5.0.14",
"postcss-browser-reporter": "^0.4.0",
"postcss-calc": "^5.2.0",
"postcss-css-variables": "^0.5.1",
"postcss-import": "^8.0.2",
"postcss-loader": "^0.8.0",
"postcss-mixins": "^4.0.0",
"postcss-nested": "^1.0.0",
"postcss-plugin-context": "^2.0.0",
"postcss-reporter": "^1.3.1",
"postcss-simple-vars": "^1.2.0",
"postcss-write-svg": "^2.0.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.3.0",
"redux-devtools": "^3.1.0",
"run-sequence": "^1.1.5",
"s3": "^4.4.0",
"safe-tape-runner": "^0.1.3",
"selenium-webdriver": "^2.48.2",
"serve-static": "^1.10.2",
"style-loader": "^0.13.0",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"through2": "^2.0.0",
"webpack": "^1.12.13",
"webpack-dev-server": "^1.14.1",
"yargs": "^3.32.0"
},
"dependencies": {
"array.from": "^1.0.0",
"es6-promise": "^3.0.2",
"keymirror": "^0.1.1",
"marked": "^0.3.5",
"object-assign": "^4.0.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.0",
"redux": "^3.3.0",
"semver": "^5.1.0",
"strip-indent": "^1.0.1",
"whatwg-fetch": "^0.11.0"
}
}