Merge pull request #44 from DanudeSandstorm/master

updated packages; preparing for webpack 4
This commit is contained in:
DanudeSandstorm 2018-10-21 00:11:39 -04:00 committed by GitHub
commit dade82f6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 70 deletions

2
.gitignore vendored
View File

@ -10,3 +10,5 @@ node_modules
.cekey
*.sublime-workspace
package-lock.json

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,56 +0,0 @@
{
"name": "chaoticbackup",
"version": "1.4.0",
"description": "Chaotic Backup",
"scripts": {
"start": "webpack-dev-server -d --inline --host 0.0.0.0 --history-api-fallback",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaoticbackup/chaoticbackup.github.io.git"
},
"author": "Danude Sandstorm",
"license": "MIT",
"dependencies": {
"lokijs": "^1.5.1",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-collapsible": "^2.2.x",
"react-digit-input": "^1.0.0",
"react-dom": "^16.0.0",
"react-interactive": "^0.8.1",
"react-onclickoutside": "^6.7.1",
"react-process-string": "^1.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"css-loader": "^0.28.10",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-react": "^7.0.0",
"mini-css-extract-plugin": "^0.4.0",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.4",
"sass-loader": "^7.0.x",
"style-loader": "^0.21.x",
"webpack": "^4.6.x",
"webpack-cli": "^2.0.15",
"webpack-dev-server": "^3.1.x"
}
}

View File

@ -14,19 +14,19 @@
"license": "MIT",
"dependencies": {
"lokijs": "^1.5.1",
"mobx": "^4.1.0",
"mobx-react": "^5.0.0",
"mobx": "^4.5.1",
"mobx-react": "^5.3.4",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-collapsible": "^2.2.x",
"react": "^16.5.2",
"react-collapsible": "^2.3.1",
"react-digit-input": "^1.0.0",
"react-dom": "^16.0.0",
"react-dom": "^16.5.2",
"react-interactive": "^0.8.1",
"react-onclickoutside": "^6.7.1",
"react-process-string": "^1.2.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-transition-group": "^2.2.1",
"react-transition-group": "^2.5.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
@ -42,13 +42,15 @@
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.0.0",
"extract-text-webpack-plugin": "^3.0.2",
"node-sass": "^4.8.3",
"mini-css-extract-plugin": "^0.4.4",
"node-sass": "4.8.3",
"sass-loader": "^7.0.x",
"style-loader": "^0.22.x",
"style-loader": "^0.22.1",
"webpack": "^3.11",
"webpack-cli": "^2.0.x",
"webpack-dev-server": "^2.11.1"
}
}

View File

@ -15,6 +15,7 @@ export default function Home() {
<div>Made with <span className="heart"></span> by
<br />Danude Sandstorm
<br />Database contributed by Chiodosin1
<br />Full Art provided by Afjak and Blitser
</div>
<div>Do you like the site? You can donate to support it!</div>
<div className="donate"><Donate /></div>