{ "name": "chaoticbackup", "version": "2.1.0", "description": "Chaotic Backup", "scripts": { "start": "webpack-dev-server -d --inline", "build": "npm run check-types && webpack -p", "check-types": "tsc", "lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}'", "lint:fix": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix" }, "repository": { "type": "git", "url": "git+https://github.com/chaoticbackup/chaoticbackup.github.io.git" }, "author": "Danude Sandstorm", "license": "MIT", "dependencies": { "@loadable/component": "^5.12.0", "@material-ui/core": "^4.9.5", "@material-ui/icons": "^4.9.1", "@material-ui/styles": "^4.9.0", "lokijs": "^1.5.8", "mobx": "^5.15.4", "mobx-react": "^6.1.8", "prop-types": "^15.7.2", "react": "^16.13.0", "react-collapsible": "^2.7.0", "react-digit-input": "^1.0.0", "react-dom": "^16.13.0", "react-interactive": "^0.9.1", "react-loadable": "^5.5.0", "react-onclickoutside": "^6.9.0", "react-process-string": "^1.2.0", "react-router": "^5.1.2", "react-router-dom": "^5.1.2", "tone": "^14.5.40", "universal-cookie": "^4.0.3", "whatwg-fetch": "^3.0.0" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.8.7", "@babel/node": "^7.8.7", "@babel/plugin-proposal-class-properties": "^7.8.3", "@babel/plugin-proposal-decorators": "^7.8.3", "@babel/plugin-proposal-dynamic-import": "^7.8.3", "@babel/plugin-proposal-object-rest-spread": "^7.8.3", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-computed-properties": "^7.8.3", "@babel/plugin-transform-runtime": "^7.8.3", "@babel/polyfill": "^7.8.7", "@babel/preset-env": "^7.8.7", "@babel/preset-flow": "^7.8.3", "@babel/preset-react": "^7.8.3", "@babel/preset-typescript": "^7.8.3", "@babel/register": "^7.8.6", "@babel/runtime": "^7.8.7", "@types/react": "^16.9.23", "@types/react-dom": "^16.9.5", "@types/react-router-dom": "^5.1.2", "babel-eslint": "^10.1.0", "babel-loader": "^8.0.5", "css-loader": "^3.4.2", "eslint": "^6.8.0", "eslint-plugin-flowtype": "^4.6.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-react": "^7.18.3", "eslint-plugin-react-hooks": "^2.5.0", "mini-css-extract-plugin": "^0.8.2", "node-sass": "^4.13.1", "optimize-css-assets-webpack-plugin": "^5.0.3", "sass-loader": "^8.0.2", "style-loader": "^1.1.3", "terser-webpack-plugin": "^2.3.5", "typescript": "^3.8.3", "webpack": "^4.42.0", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.10.3" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }