-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.66 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
{
"name": "focused-browsing",
"version": "0.9.8",
"description": "Focused browsing is a web extension that helps you focus on your creative and professional goals by hiding distracting web elements on popular social websites.",
"scripts": {
"build": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --env=production --config=node_modules/laravel-mix/setup/webpack.config.js",
"build:dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --env=local --config=node_modules/laravel-mix/setup/webpack.config.js",
"dev": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --env=local --config=node_modules/laravel-mix/setup/webpack.config.js --watch",
"generate-release-zip": "$npm_execpath run build;node generate-release-zip.js",
"cypress:open": "cypress open",
"test": "cypress run --spec cypress/integration/sample_spec.js",
"format": "prettier --write ."
},
"dependencies": {
"zip-folder": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/preset-env": "^7.14.4",
"babel-loader": "^8.2.2",
"cross-env": "^7.0.3",
"cypress": "^8.1.0",
"eslint": "^7.26.0",
"laravel-mix": "^6.0.19",
"postcss": "^8.2.15",
"prettier": "^2.3.2",
"sass": "^1.32.12",
"sass-loader": "^11.1.0",
"sass-resources-loader": "^2.2.1",
"ts-loader": "^9.2.3",
"typescript": "^4.3.5",
"vue": "^2.6.12",
"vue-eslint-parser": "^7.6.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12",
"webextension-polyfill": "^0.8.0",
"webextension-polyfill-ts": "^0.26.0",
"webpack": "^5.38.1"
}
}