forked from issammani/unlimited-medium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.2 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
{
"name": "unlimited-medium",
"version": "2.0.0",
"description": "A browser extension that allows you to enjoy unlimited medium articles with just a click !",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --config webpack.config.js --mode production",
"dev": "webpack --config webpack.config.js --mode development --open -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/issammani/unlimited-medium.git"
},
"keywords": [
"medium",
"unlimited",
"blog",
"reading"
],
"author": "Issam Mani <issamouu69@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/issammani/unlimited-medium/issues"
},
"homepage": "https://github.com/issammani/unlimited-medium#readme",
"devDependencies": {
"copy-webpack-plugin": "^6.2.0",
"css-loader": "^4.3.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^0.11.3",
"prettier": "2.1.2",
"style-loader": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"webextension-polyfill": "^0.6.0"
}
}