-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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
{
"name": "hn-new-comments",
"version": "0.2.0",
"description": "Hacker News New Comments Highlighter",
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack -p --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tradziej/hn-new-comments.git"
},
"keywords": [
"hacker news",
"chrome extension"
],
"author": "Tomasz Radziejewski <tomasz@radziejewski.pl>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tradziej/hn-new-comments/issues"
},
"homepage": "https://github.com/tradziej/hn-new-comments#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"babel-preset-env": "^1.7.0",
"copy-webpack-plugin": "^5.0.2",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-prettier": "^3.0.1",
"file-loader": "^3.0.1",
"prettier": "^1.16.4",
"webpack": "^4.29.6",
"webpack-chrome-extension-reloader": "^1.3.0",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {}
}