-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
34 lines (34 loc) · 1.06 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
{
"name": "stop-scrolling-facebook",
"version": "1.2.1",
"description": "Go to Facebook just for work, but then be distracted by Newsfeed?. \"Stop Scrolling Facebook\" is here to help you get back to work!",
"main": "stop-scrolling.js",
"scripts": {
"dev": "webpack -d --progress --colors --watch",
"build": "rm -rf dist/unpacked/stop-scrolling.js.map && webpack -p --env.production && (cd dist/unpacked && zip -r ../build/StopScrollingFacebook_Latest.zip .)",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"newsfeed",
"facebook",
"scrolling",
"focus"
],
"author": "Long Nguyen",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.4",
"babel-loader": "^8.0.6",
"babel-plugin-transform-remove-console": "^6.9.4",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.1",
"jquery": "^3.5.0",
"terser-webpack-plugin": "^2.3.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"noty": "^2.4.1"
}
}