{ "name": "chaoticbackup", "version": "2.1.0", "description": "Chaotic Backup", "scripts": { "start": "webpack serve --mode development --env development", "build": "webpack -p", "lint": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}'", "lint:fix": "tsc --noEmit && eslint '*/**/*.{js,ts,tsx}' --quiet --fix", "test": "cross-env TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' mocha -r ts-node/register -r ignore-styles -r jsdom-global/register src/**/*.spec.ts" }, "repository": { "type": "git", "url": "git+https://github.com/chaoticbackup/chaoticbackup.github.io.git" }, "author": "Danude Sandstorm", "license": "MIT", "dependencies": { "@loadable/component": "^5.13.2", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/styles": "^4.10.0", "lokijs": "^1.5.11", "mobx": "^5.15.7", "mobx-react": "^6.3.1", "prop-types": "^15.7.2", "react": "^16.14.0", "react-collapsible": "^2.8.1", "react-digit-input": "^2.1.0", "react-dom": "^16.14.0", "react-interactive": "^0.9.2", "react-loadable": "^5.5.0", "react-onclickoutside": "^6.9.0", "react-process-string": "^1.2.0", "react-router": "^5.2.0", "react-router-dom": "^5.2.0", "tone": "^14.7.58", "universal-cookie": "^4.0.4", "whatwg-fetch": "^3.4.1" }, "devDependencies": { "@babel/cli": "^7.12.0", "@babel/core": "^7.12.0", "@babel/node": "^7.10.5", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-proposal-decorators": "^7.10.5", "@babel/plugin-proposal-dynamic-import": "^7.10.4", "@babel/plugin-proposal-object-rest-spread": "^7.11.0", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-computed-properties": "^7.10.4", "@babel/plugin-transform-runtime": "^7.12.0", "@babel/polyfill": "^7.11.5", "@babel/preset-env": "^7.12.0", "@babel/preset-react": "^7.10.4", "@babel/preset-typescript": "^7.12.0", "@babel/register": "^7.12.0", "@babel/runtime": "^7.12.0", "@types/chai": "^4.2.13", "@types/mocha": "^8.0.3", "@types/react": "^16.9.52", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.6", "@typescript-eslint/eslint-plugin": "^3.3.0", "@typescript-eslint/parser": "^3.3.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "chai": "^4.2.0", "cross-env": "^7.0.2", "css-loader": "^3.6.0", "eslint": "^6.8.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.22.1", "eslint-plugin-react": "^7.21.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react-hooks": "^3.0.0", "ignore-styles": "^5.0.1", "jsdom": "^16.4.0", "jsdom-global": "^3.0.2", "mini-css-extract-plugin": "^0.9.0", "mocha": "^8.1.3", "node-sass": "^4.14.1", "optimize-css-assets-webpack-plugin": "^5.0.4", "sass-loader": "^8.0.2", "style-loader": "^1.3.0", "terser-webpack-plugin": "^2.3.8", "ts-node": "^9.0.0", "typescript": "^4.0.3", "webpack": "^4.44.2", "webpack-cli": "^4.0.0", "webpack-dev-server": "^3.11.0" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }