commit
98352df9b4
3 changed files with 2525 additions and 7780 deletions
|
@ -62,6 +62,7 @@
|
||||||
"quote-props": "off",
|
"quote-props": "off",
|
||||||
"quotes": ["error", "single", { "allowTemplateLiterals": true }],
|
"quotes": ["error", "single", { "allowTemplateLiterals": true }],
|
||||||
"require-jsdoc": "off",
|
"require-jsdoc": "off",
|
||||||
|
"require-unicode-regexp": "off",
|
||||||
"sort-imports": "off",
|
"sort-imports": "off",
|
||||||
"sort-keys": "off",
|
"sort-keys": "off",
|
||||||
"sort-vars": "off",
|
"sort-vars": "off",
|
||||||
|
|
10281
package-lock.json
generated
10281
package-lock.json
generated
File diff suppressed because it is too large
Load diff
23
package.json
23
package.json
|
@ -27,32 +27,31 @@
|
||||||
"babel-loader": "^7.1.5",
|
"babel-loader": "^7.1.5",
|
||||||
"babel-preset-preact": "^1.1.0",
|
"babel-preset-preact": "^1.1.0",
|
||||||
"babel-preset-stage-2": "^6.24.1",
|
"babel-preset-stage-2": "^6.24.1",
|
||||||
"chai": "^4.1.2",
|
"chai": "^4.2.0",
|
||||||
"css-loader": "^1.0.0",
|
"css-loader": "^1.0.0",
|
||||||
"eslint": "^5.2.0",
|
"eslint": "^5.7.0",
|
||||||
"eslint-plugin-react": "^7.10.0",
|
"eslint-plugin-react": "^7.11.1",
|
||||||
"html-webpack-plugin": "^3.2.0",
|
"html-webpack-plugin": "^3.2.0",
|
||||||
"karma": "^2.0.5",
|
"karma": "^3.0.0",
|
||||||
"karma-firefox-launcher": "^1.1.0",
|
"karma-firefox-launcher": "^1.1.0",
|
||||||
"karma-html2js-preprocessor": "^1.1.0",
|
"karma-html2js-preprocessor": "^1.1.0",
|
||||||
"karma-mocha": "^1.3.0",
|
"karma-mocha": "^1.3.0",
|
||||||
"karma-mocha-reporter": "^2.2.5",
|
"karma-mocha-reporter": "^2.2.5",
|
||||||
"karma-sinon": "^1.0.5",
|
"karma-sinon": "^1.0.5",
|
||||||
"karma-sourcemap-loader": "^0.3.7",
|
"karma-sourcemap-loader": "^0.3.7",
|
||||||
"karma-webpack": "^3.0.0",
|
"karma-webpack": "^3.0.5",
|
||||||
"mocha": "^5.2.0",
|
"mocha": "^5.2.0",
|
||||||
"node-firefox-connect": "^1.2.0",
|
"node-sass": "^4.9.3",
|
||||||
"node-sass": "^4.9.2",
|
"preact": "^8.3.1",
|
||||||
"preact": "^8.2.9",
|
|
||||||
"preact-redux": "^2.0.3",
|
"preact-redux": "^2.0.3",
|
||||||
"redux": "^4.0.0",
|
"redux": "^4.0.1",
|
||||||
"redux-promise": "^0.6.0",
|
"redux-promise": "^0.6.0",
|
||||||
"sass-loader": "^7.0.3",
|
"sass-loader": "^7.1.0",
|
||||||
"sinon-chrome": "^2.3.2",
|
"sinon-chrome": "^2.3.2",
|
||||||
"style-loader": "^0.21.0",
|
"style-loader": "^0.21.0",
|
||||||
"web-ext": "github:ueokande/web-ext#patched-2.7.0",
|
"web-ext": "github:ueokande/web-ext#patched-2.7.0",
|
||||||
"webextensions-api-fake": "^0.5.1",
|
"webextensions-api-fake": "^0.5.1",
|
||||||
"webpack": "^4.16.3",
|
"webpack": "^4.20.2",
|
||||||
"webpack-cli": "^3.1.0"
|
"webpack-cli": "^3.1.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue