{ "name": "chaoticbackup", "version": "2.2.0", "description": "Chaotic Backup", "scripts": { "start": "webpack-cli serve --mode development --env development", "build": "webpack", "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" }, "engines": { "node": ">=18.2.0" }, "repository": { "type": "git", "url": "git+https://github.com/chaoticbackup/chaoticbackup.github.io.git" }, "author": "Danude Sandstorm", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.13", "@mui/material": "^5.14.13", "lokijs": "^1.5.12", "mobx": "^5.15.7", "mobx-react": "^6.3.1", "prop-types": "^15.8.1", "react": "^16.14.0", "react-collapsible": "^2.10.0", "react-digit-input": "^2.1.0", "react-dom": "^16.14.0", "react-gtm-module": "^2.0.11", "react-interactive": "^1.1.2", "react-loadable": "^5.5.0", "react-onclickoutside": "^6.13.0", "react-process-string": "^1.2.0", "react-router": "^6.2.1", "react-router-dom": "^6.16.0", "tone": "^15.0.4", "universal-cookie": "^6.1.1", "whatwg-fetch": "^3.6.19" }, "devDependencies": { "@babel/cli": "^7.23.0", "@babel/core": "^7.23.2", "@babel/eslint-parser": "^7.24.8", "@babel/node": "^7.22.19", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-decorators": "^7.23.2", "@babel/plugin-proposal-dynamic-import": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/plugin-transform-computed-properties": "^7.22.5", "@babel/plugin-transform-runtime": "^7.23.2", "@babel/polyfill": "^7.12.1", "@babel/preset-env": "^7.23.2", "@babel/preset-react": "^7.22.15", "@babel/preset-typescript": "^7.23.2", "@babel/register": "^7.22.15", "@babel/runtime": "^7.23.2", "@types/chai": "^4.3.8", "@types/mocha": "^10.0.2", "@types/react": "^16.14.49", "@types/react-dom": "^16.9.20", "@typescript-eslint/eslint-plugin": "^7.17.0", "@typescript-eslint/parser": "^7.17.0", "ajv": "^8.12.0", "babel-loader": "^9.1.3", "chai": "^4.3.10", "clean-webpack-plugin": "^4.0.0", "cross-env": "^7.0.3", "css-loader": "^7.1.2", "css-minimizer-webpack-plugin": "^7.0.0", "eslint": "^8.57.0", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.28.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "fsevents": "^2.3.3", "html-webpack-plugin": "^5.5.3", "ignore-styles": "^5.0.1", "jsdom": "^22.1.0", "jsdom-global": "^3.0.2", "mini-css-extract-plugin": "^2.7.6", "mocha": "^10.2.0", "postcss": "^8.4.31", "sass": "^1.69.3", "sass-loader": "^15.0.0", "style-loader": "^4.0.0", "terser-webpack-plugin": "^5.3.9", "ts-node": "^10.9.1", "typescript": "^4.9.5", "webpack": "^5.89.0", "webpack-cli": "^5.1.4", "webpack-dev-server": "^5.0.4" }, "overrides": { "semver": "^7.5.3" }, "browser": { "fs": false }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }