mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
[update] dependencies to [fix] build failure
This commit is contained in:
parent
87f506ab49
commit
cf4b021f6a
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,9 +1,6 @@
|
|||
# Dependency directory
|
||||
node_modules
|
||||
|
||||
# Source maps
|
||||
*.js.map
|
||||
|
||||
# Files marked with gitigx
|
||||
*gitigx*
|
||||
|
||||
|
|
@ -11,6 +8,4 @@ node_modules
|
|||
|
||||
*.sublime-workspace
|
||||
|
||||
package-lock.json
|
||||
|
||||
*.idea
|
||||
|
|
|
|||
11043
package-lock.json
generated
Normal file
11043
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
|
|
@ -13,20 +13,19 @@
|
|||
"author": "Danude Sandstorm",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"lokijs": "^1.5.1",
|
||||
"mobx": "^4.5.1",
|
||||
"mobx-react": "^5.3.4",
|
||||
"prop-types": "^15.6.0",
|
||||
"react": "^16.5.2",
|
||||
"react-collapsible": "^2.3.1",
|
||||
"lokijs": "^1.5.6",
|
||||
"mobx": "^4.9.4",
|
||||
"mobx-react": "^5.4.3",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^16.8.6",
|
||||
"react-collapsible": "^2.6.0",
|
||||
"react-digit-input": "^1.0.0",
|
||||
"react-dom": "^16.5.2",
|
||||
"react-interactive": "^0.8.1",
|
||||
"react-onclickoutside": "^6.7.1",
|
||||
"react-dom": "^16.8.6",
|
||||
"react-interactive": "^0.8.3",
|
||||
"react-onclickoutside": "^6.8.0",
|
||||
"react-process-string": "^1.2.0",
|
||||
"react-router": "^4.2.0",
|
||||
"react-router-dom": "^4.2.2",
|
||||
"react-transition-group": "^2.5.0",
|
||||
"whatwg-fetch": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
@ -41,14 +40,15 @@
|
|||
"@babel/preset-flow": "^7.0.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"@babel/register": "^7.0.0",
|
||||
"@babel/runtime": "^7.4.4",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.5",
|
||||
"css-loader": "^2.1.0",
|
||||
"eslint": "^5.7.1",
|
||||
"eslint-config-airbnb": "^17.1.0",
|
||||
"eslint-plugin-import": "^2.2.0",
|
||||
"eslint-plugin-jsx-a11y": "^6.1.2",
|
||||
"eslint-plugin-react": "^7.0.0",
|
||||
"eslint-plugin-import": "^2.17.2",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.1",
|
||||
"eslint-plugin-react": "^7.13.0",
|
||||
"mini-css-extract-plugin": "^0.5.0",
|
||||
"node-sass": "^4.10.0",
|
||||
"optimize-css-assets-webpack-plugin": "^5.0.1",
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@ const devMode = (process.env.NODE_ENV !== 'production' && process.argv.indexOf('
|
|||
const config = {
|
||||
entry: ['@babel/polyfill', `${__dirname}/src/components/index.js`],
|
||||
|
||||
resolve: {
|
||||
extensions: ['.js', '.jsx'],
|
||||
},
|
||||
|
||||
devServer: {
|
||||
host: '0.0.0.0',
|
||||
historyApiFallback: {
|
||||
|
|
@ -75,10 +79,6 @@ const config = {
|
|||
],
|
||||
},
|
||||
|
||||
resolve: {
|
||||
extensions: ['.js', '.jsx'],
|
||||
},
|
||||
|
||||
node: {
|
||||
fs: 'empty',
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user