-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·36 lines (36 loc) · 1.02 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
{
"name": "Coveralls",
"version": "0.0.4",
"description": "Coveralls extension to integrate with git client and display code coverage",
"scripts": {
"build": "./node_modules/.bin/webpack"
},
"dependencies": {
"axios": "^0.17.1",
"chrome-webstore-upload": "^0.2.1",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.3.0",
"css-loader": "~0.28.7",
"extract-loader": "^1.0.2",
"file-loader": "^1.1.5",
"html-loader": "~0.5.1",
"html-webpack-plugin": "~2.30.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"node-env-file": "^0.1.8",
"style-loader": "~0.19.1",
"webextension-polyfill": "^0.2.1",
"webpack": "~3.10.0"
},
"devDependencies": {
"babel-eslint": "^8.1.2",
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-flowtype": "^2.40.1",
"eslint-plugin-import": "^2.8.0",
"flow-bin": "^0.62.0",
"flow-webpack-plugin": "^1.2.0",
"remove-flow-types-loader": "^1.1.0"
}
}