-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
107 lines (105 loc) · 3.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "excited-gem",
"title": "Excited Gem",
"version": "0.9.200",
"description": "A tool to manage your tabs and other browser related features.",
"homepage": "https://picwellwisher12pk.github.io/onetab-advanced/",
"bugs": "{}",
"logoimage": "images/logo.svg",
"license": "GNU 3.0",
"author": "Amir Hameed",
"client": {
"chrome": "chrome",
"firefox": "browser"
},
"browser": {
"./dist/index.js": "./firefox/tabs.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/picwellwisher12pk/onetab-advanced.git"
},
"scripts": {
"build": "node utils/production.js NODE_ENV=development browserClient=firefox",
"start": "SET DEBUG=activetabs&& node utils/webserver.js NODE_ENV=development browserClient=firefox",
"firefoxd": "SET Client=browser & npm run start",
"chromed": "npm run start --env.CLIENT=chrome",
"firefoxp": "SET NODE_ENV=production& SET BROWSER_CLIENT=firefox& node utils/production.js",
"chromep": "SET NODE_ENV=production& SET BROWSER_CLIENT=chrome& node utils/production.js",
"mount": "cd firefox & web-ext run --firefox=firefoxdeveloperedition",
"packf": "cd firefox & web-ext build"
},
"quokka": {
"babel": true,
"react": true,
"es6": true
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"babel-eslint": "^8.2.6",
"bootstrap": "^4.1.3",
"console.log": "^0.1.3",
"debug": "^4.1.0",
"eslint": "^4.19.1",
"eslint-plugin-prettier": "^2.7.0",
"jquery": "^3.3.1",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^16.6.0"
},
"devDependencies": {
"@babel/preset-env": "^7.1.0",
"autoprefixer": "^8.6.5",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.16.0",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-hot": "^1.0.5",
"babel-preset-stage-3": "^6.24.1",
"css-loader": "^0.25.0",
"ejs-loader": "^0.3.3",
"eslint-config-prettier": "^2.10.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"fs-extra": "^0.30.0",
"html-loader": "^0.4.5",
"html-webpack-plugin": "3.1.0",
"jest": "^22.4.4",
"node-sass": "^4.10.0",
"popper.js": "^1.14.4",
"postcss-cli": "^5.0.1",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"prettier": "1.11.1",
"pug-load": "^2.0.11",
"pug-loader": "^2.4.0",
"react-devtools": "^3.4.2",
"react-hot-loader": "^4.3.12",
"react-transition-group": "^2.5.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.13.0",
"webextension-polyfill": "^0.3.1",
"webpack": "3.6.0",
"webpack-dev-server": "^2.11.3",
"webpackbar": "^1.5.1",
"write-file-webpack-plugin": "3.4.2"
},
"sideEffects": false,
"lint-staged": {
"*.test.tsx": [
"jest"
],
"*.{js,tsx,ts}": [
"prettier --single-quote --trailing-comma es5 --write",
"eslint",
"git add"
]
},
"applications": {
"gecko": {
"id": "{daf44bf7-a45e-4450-979c-91cf07434c3d}"
}
}
}