-
Notifications
You must be signed in to change notification settings - Fork 94
/
package.json
41 lines (41 loc) · 1.11 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
{
"name": "gayhub",
"version": "1.0.0",
"description": "An awesome chrome extension for github",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress",
"dist": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"format": "prettier --single-quote -l --write '{src,chrome}/**/*.{js,json,css}'"
},
"keywords": [
"gayhub",
"github",
"chrome",
"extension"
],
"author": "jawil",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-remove-strict-mode": "^0.0.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"cross-env": "^5.0.5",
"prettier": "^1.7.0",
"webpack": "^3.5.5",
"webpack-sentry-plugin": "^1.13.0"
},
"dependencies": {
"axios": "^0.16.2",
"clipboard": "^1.7.1",
"imagesloaded": "^4.1.3",
"monaco-editor": "^0.10.0",
"pjax": "^0.2.4",
"raven-js": "^3.17.0",
"wolfy-eventemitter": "^0.1.0"
}
}